Beispiel #1
0
        static void Main(string[] args)
        {
            Console.Title = "BFE tests & temporary codes";
            //Test_P_Delta_matrix();
            //TestSparseRow();

            //BarElementTester.va;


            BarElementTester.testInternalForce_Console();

            ////QrTest();
            //TstMtx();

            //TestCuda();
            //TestIntelMkl();
            //StiffnessCenterTest();

            //TestWithOpensees();

            //Validation.TriangleElementTester.TestSingleElement();

            //Tst();

            Console.ReadKey();
        }
Beispiel #2
0
        static void Main(string[] args)
        {
            //Test_P_Delta_matrix();
            BarElementTester.TestBarStiffness();

            //QrTest();
            Console.ReadKey();
        }
        static void Main(string[] args)
        {
            Console.Title = "BFE tests & temporary codes";
            //TestIssue20();
            //SimplySupportedBeamUDL();
            //BeamShapeFunction();
            BarElementTester.TestEndReleaseStyiffness();
            //TestGrid();
            //Test_P_Delta_matrix();
            //TestSparseRow();

            /*
             * var pl = new Polynomial(1, 1, 1, 1);
             *
             * var ctrl = new FunctionVisualizer();
             *
             * ctrl.GraphColor = Colors.Black;
             * //ctrl.HorizontalAxisLabel = "X";
             * //ctrl.VerticalAxisLabel = "Y";
             * ctrl.Min = -1;
             * ctrl.Max = 1;
             * ctrl.SamplingCount = 100;
             * ctrl.TargetFunction = new Func<double, double>(i => pl.Evaluate(i));
             *
             * ctrl.UpdateUi();
             * ctrl.InitializeComponent();
             *
             * new Window() { Content = ctrl, Title = "polynomial Visualizer!", Width = 500, Height = 300 }
             *  .ShowDialog();
             */
            //BarElementTester.ValidateConsoleUniformLoad();
            //BarElementTester.TestEndreleaseInternalForce();
            //SingleSpanBeamWithOverhang();
            //SingleSpanBeamWithOverhang();
            //TestTrussShapeFunction();
            //new BriefFiniteElementNet.Tests.BarElementTests().barelement_endrelease();
            //new BarElementTester.Test_Trapezoid_1
            //TestMultinodeBar1();


            //var grd = StructureGenerator.Generate3DTriangleElementGrid(5, 6, 7);
            //ModelVisualizerControl.VisualizeInNewWindow(grd);

            ////QrTest();
            //TstMtx();

            //TestCuda();
            //TestIntelMkl();
            //StiffnessCenterTest();

            //TestWithOpensees();

            //Validation.TriangleElementTester.TestSingleElement();

            //Tst();

            //Console.ReadKey();
        }
Beispiel #4
0
 static void Main(string[] args)
 {
     //TestTri();
     //TestBar();
     //TestTetra();
     //return;
     //BarElementTester.ValidateConsoleUniformLoad();
     BarElementTester.TestEndReleaseStyiffness();
 }