-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathperf.scenes
32 lines (32 loc) · 2.55 KB
/
perf.scenes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
examples/Demos/fallingBeamLagrangianCollision.scn 50 100 5
examples/Demos/SofaScene.scn 50 400 5
examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_NNCG.scn 1 200 5
examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_PGS.scn 1 200 5
examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_UGS.scn 1 200 5
examples/Component/Constraint/Lagrangian/FrictionContact_LCP_with_friction.scn 1 200 5
examples/Component/Constraint/Lagrangian/FrictionContact_LCP_without_friction.scn 1 200 5
examples/Component/Constraint/Projective/FixedProjectiveConstraint.scn 1 200 5
examples/Component/LinearSolver/Direct/FEMBAR_EigenSimplicialLDLT.scn 1 200 5
examples/Component/LinearSolver/Direct/FEMBAR_EigenSimplicialLLT.scn 1 200 5
examples/Component/LinearSolver/Direct/FEMBAR_EigenSparseLU.scn 1 200 5
examples/Component/LinearSolver/Direct/FEMBAR_EigenSparseQR.scn 1 200 5
examples/Component/LinearSolver/Direct/FEMBAR_PrecomputedLinearSolver.scn 1 200 5
examples/Component/LinearSolver/Direct/FEMBAR_SparseLDLSolver.scn 1 200 5
examples/Component/LinearSolver/Iterative/FEMBAR_MinResLinearSolver.scn 1 200 5
examples/Component/LinearSolver/Iterative/FEMBAR_ShewchukPCGLinearSolver.scn 1 200 5
examples/Component/LinearSolver/Iterative/FEMBAR_CGLinearSolver.scn 1 200 5
examples/Component/LinearSolver/Iterative/FEMBAR_CGLinearSolver_assembled.scn 1 200 5
examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_BlockJacobiPreconditioner.scn 1 200 5
examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_JacobiPreconditioner.scn 1 200 5
examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_NoPreconditioner.scn 1 200 5
examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_PrecomputedWarpPreconditioner.scn 1 200 5
examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_SSORPreconditioner.scn 1 200 5
examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_WarpPreconditioner.scn 1 200 5
examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG.scn 1 200 5
examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG_blocs.scn 1 200 5
examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct.scn 1 200 5
examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct_blocs.scn 1 200 5
examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_matrixfreeCG.scn 1 200 5
examples/Component/SolidMechanics/FEM/FastTetrahedralCorotationalForceField.scn 1 200 5
examples/Component/SolidMechanics/FEM/HexahedronFEMForceField.scn 1 200 5
examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField.scn 1 200 5