From 58d0ab08362b5dec056f0bb6ab2748f68f21d0e9 Mon Sep 17 00:00:00 2001 From: Paul Baksic <30337881+bakpaul@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:15:47 +0200 Subject: [PATCH] [Constraints] Rename example scenes of constraints (#4769) * Rename example scenes of constraints * update regression test --- ...nt_NNCG.scn => BilateralLagrangianConstraint_NNCG.scn} | 0 ...aint_PGS.scn => BilateralLagrangianConstraint_PGS.scn} | 0 ..._Rigid.scn => BilateralLagrangianConstraint_Rigid.scn} | 0 ...aint_UGS.scn => BilateralLagrangianConstraint_UGS.scn} | 0 ...dingConstraint.scn => SlidingLagrangianConstraint.scn} | 0 ...aint.scn.view => SlidingLagrangianConstraint.scn.view} | 0 ...straint.scn => AffineMovementProjectiveConstraint.scn} | 0 ...int3D.scn => AffineMovementProjectiveConstraint3D.scn} | 0 ...ttachConstraint.scn => AttachProjectiveConstraint.scn} | 0 ...raint.scn.view => AttachProjectiveConstraint.scn.view} | 0 ...intMatrix.scn => AttachProjectiveConstraintMatrix.scn} | 0 ...onConstraint.scn => DirectionProjectiveConstraint.scn} | 0 ...eConstraint.scn => FixedPlaneProjectiveConstraint.scn} | 0 ...nstraint.scn => FixedRotationProjectiveConstraint.scn} | 0 ...nstraint.scn => HermiteSplineProjectiveConstraint.scn} | 0 ...tToLineConstraint.scn => LineProjectiveConstraint.scn} | 0 ...straint.scn => LinearMovementProjectiveConstraint.scn} | 0 ...rConstraint.scn => OscillatorProjectiveConstraint.scn} | 0 ...rigid.scn => OscillatorProjectiveConstraint_rigid.scn} | 0 ...icConstraint.scn => ParabolicProjectiveConstraint.scn} | 0 ...nt.scn.view => ParabolicProjectiveConstraint.scn.view} | 0 ...onstraint.scn => PartialFixedProjectiveConstraint.scn} | 0 ...oPlaneConstraint.scn => PlaneProjectiveConstraint.scn} | 0 ...oPointConstraint.scn => PointProjectiveConstraint.scn} | 0 examples/RegressionStateScenes.regression-tests | 8 ++++---- 25 files changed, 4 insertions(+), 4 deletions(-) rename examples/Component/Constraint/Lagrangian/{BilateralInteractionConstraint_NNCG.scn => BilateralLagrangianConstraint_NNCG.scn} (100%) rename examples/Component/Constraint/Lagrangian/{BilateralInteractionConstraint_PGS.scn => BilateralLagrangianConstraint_PGS.scn} (100%) rename examples/Component/Constraint/Lagrangian/{BilateralInteractionConstraint_Rigid.scn => BilateralLagrangianConstraint_Rigid.scn} (100%) rename examples/Component/Constraint/Lagrangian/{BilateralInteractionConstraint_UGS.scn => BilateralLagrangianConstraint_UGS.scn} (100%) rename examples/Component/Constraint/Lagrangian/{SlidingConstraint.scn => SlidingLagrangianConstraint.scn} (100%) rename examples/Component/Constraint/Lagrangian/{SlidingConstraint.scn.view => SlidingLagrangianConstraint.scn.view} (100%) rename examples/Component/Constraint/Projective/{AffineMovementConstraint.scn => AffineMovementProjectiveConstraint.scn} (100%) rename examples/Component/Constraint/Projective/{AffineMovementConstraint3D.scn => AffineMovementProjectiveConstraint3D.scn} (100%) rename examples/Component/Constraint/Projective/{AttachConstraint.scn => AttachProjectiveConstraint.scn} (100%) rename examples/Component/Constraint/Projective/{AttachConstraint.scn.view => AttachProjectiveConstraint.scn.view} (100%) rename examples/Component/Constraint/Projective/{AttachConstraintMatrix.scn => AttachProjectiveConstraintMatrix.scn} (100%) rename examples/Component/Constraint/Projective/{ProjectDirectionConstraint.scn => DirectionProjectiveConstraint.scn} (100%) rename examples/Component/Constraint/Projective/{FixedPlaneConstraint.scn => FixedPlaneProjectiveConstraint.scn} (100%) rename examples/Component/Constraint/Projective/{FixedRotationConstraint.scn => FixedRotationProjectiveConstraint.scn} (100%) rename examples/Component/Constraint/Projective/{HermiteSplineConstraint.scn => HermiteSplineProjectiveConstraint.scn} (100%) rename examples/Component/Constraint/Projective/{ProjectToLineConstraint.scn => LineProjectiveConstraint.scn} (100%) rename examples/Component/Constraint/Projective/{LinearMovementConstraint.scn => LinearMovementProjectiveConstraint.scn} (100%) rename examples/Component/Constraint/Projective/{OscillatorConstraint.scn => OscillatorProjectiveConstraint.scn} (100%) rename examples/Component/Constraint/Projective/{OscillatorConstraint_rigid.scn => OscillatorProjectiveConstraint_rigid.scn} (100%) rename examples/Component/Constraint/Projective/{ParabolicConstraint.scn => ParabolicProjectiveConstraint.scn} (100%) rename examples/Component/Constraint/Projective/{ParabolicConstraint.scn.view => ParabolicProjectiveConstraint.scn.view} (100%) rename examples/Component/Constraint/Projective/{PartialFixedConstraint.scn => PartialFixedProjectiveConstraint.scn} (100%) rename examples/Component/Constraint/Projective/{ProjectToPlaneConstraint.scn => PlaneProjectiveConstraint.scn} (100%) rename examples/Component/Constraint/Projective/{ProjectToPointConstraint.scn => PointProjectiveConstraint.scn} (100%) diff --git a/examples/Component/Constraint/Lagrangian/BilateralInteractionConstraint_NNCG.scn b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_NNCG.scn similarity index 100% rename from examples/Component/Constraint/Lagrangian/BilateralInteractionConstraint_NNCG.scn rename to examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_NNCG.scn diff --git a/examples/Component/Constraint/Lagrangian/BilateralInteractionConstraint_PGS.scn b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_PGS.scn similarity index 100% rename from examples/Component/Constraint/Lagrangian/BilateralInteractionConstraint_PGS.scn rename to examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_PGS.scn diff --git a/examples/Component/Constraint/Lagrangian/BilateralInteractionConstraint_Rigid.scn b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_Rigid.scn similarity index 100% rename from examples/Component/Constraint/Lagrangian/BilateralInteractionConstraint_Rigid.scn rename to examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_Rigid.scn diff --git a/examples/Component/Constraint/Lagrangian/BilateralInteractionConstraint_UGS.scn b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_UGS.scn similarity index 100% rename from examples/Component/Constraint/Lagrangian/BilateralInteractionConstraint_UGS.scn rename to examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_UGS.scn diff --git a/examples/Component/Constraint/Lagrangian/SlidingConstraint.scn b/examples/Component/Constraint/Lagrangian/SlidingLagrangianConstraint.scn similarity index 100% rename from examples/Component/Constraint/Lagrangian/SlidingConstraint.scn rename to examples/Component/Constraint/Lagrangian/SlidingLagrangianConstraint.scn diff --git a/examples/Component/Constraint/Lagrangian/SlidingConstraint.scn.view b/examples/Component/Constraint/Lagrangian/SlidingLagrangianConstraint.scn.view similarity index 100% rename from examples/Component/Constraint/Lagrangian/SlidingConstraint.scn.view rename to examples/Component/Constraint/Lagrangian/SlidingLagrangianConstraint.scn.view diff --git a/examples/Component/Constraint/Projective/AffineMovementConstraint.scn b/examples/Component/Constraint/Projective/AffineMovementProjectiveConstraint.scn similarity index 100% rename from examples/Component/Constraint/Projective/AffineMovementConstraint.scn rename to examples/Component/Constraint/Projective/AffineMovementProjectiveConstraint.scn diff --git a/examples/Component/Constraint/Projective/AffineMovementConstraint3D.scn b/examples/Component/Constraint/Projective/AffineMovementProjectiveConstraint3D.scn similarity index 100% rename from examples/Component/Constraint/Projective/AffineMovementConstraint3D.scn rename to examples/Component/Constraint/Projective/AffineMovementProjectiveConstraint3D.scn diff --git a/examples/Component/Constraint/Projective/AttachConstraint.scn b/examples/Component/Constraint/Projective/AttachProjectiveConstraint.scn similarity index 100% rename from examples/Component/Constraint/Projective/AttachConstraint.scn rename to examples/Component/Constraint/Projective/AttachProjectiveConstraint.scn diff --git a/examples/Component/Constraint/Projective/AttachConstraint.scn.view b/examples/Component/Constraint/Projective/AttachProjectiveConstraint.scn.view similarity index 100% rename from examples/Component/Constraint/Projective/AttachConstraint.scn.view rename to examples/Component/Constraint/Projective/AttachProjectiveConstraint.scn.view diff --git a/examples/Component/Constraint/Projective/AttachConstraintMatrix.scn b/examples/Component/Constraint/Projective/AttachProjectiveConstraintMatrix.scn similarity index 100% rename from examples/Component/Constraint/Projective/AttachConstraintMatrix.scn rename to examples/Component/Constraint/Projective/AttachProjectiveConstraintMatrix.scn diff --git a/examples/Component/Constraint/Projective/ProjectDirectionConstraint.scn b/examples/Component/Constraint/Projective/DirectionProjectiveConstraint.scn similarity index 100% rename from examples/Component/Constraint/Projective/ProjectDirectionConstraint.scn rename to examples/Component/Constraint/Projective/DirectionProjectiveConstraint.scn diff --git a/examples/Component/Constraint/Projective/FixedPlaneConstraint.scn b/examples/Component/Constraint/Projective/FixedPlaneProjectiveConstraint.scn similarity index 100% rename from examples/Component/Constraint/Projective/FixedPlaneConstraint.scn rename to examples/Component/Constraint/Projective/FixedPlaneProjectiveConstraint.scn diff --git a/examples/Component/Constraint/Projective/FixedRotationConstraint.scn b/examples/Component/Constraint/Projective/FixedRotationProjectiveConstraint.scn similarity index 100% rename from examples/Component/Constraint/Projective/FixedRotationConstraint.scn rename to examples/Component/Constraint/Projective/FixedRotationProjectiveConstraint.scn diff --git a/examples/Component/Constraint/Projective/HermiteSplineConstraint.scn b/examples/Component/Constraint/Projective/HermiteSplineProjectiveConstraint.scn similarity index 100% rename from examples/Component/Constraint/Projective/HermiteSplineConstraint.scn rename to examples/Component/Constraint/Projective/HermiteSplineProjectiveConstraint.scn diff --git a/examples/Component/Constraint/Projective/ProjectToLineConstraint.scn b/examples/Component/Constraint/Projective/LineProjectiveConstraint.scn similarity index 100% rename from examples/Component/Constraint/Projective/ProjectToLineConstraint.scn rename to examples/Component/Constraint/Projective/LineProjectiveConstraint.scn diff --git a/examples/Component/Constraint/Projective/LinearMovementConstraint.scn b/examples/Component/Constraint/Projective/LinearMovementProjectiveConstraint.scn similarity index 100% rename from examples/Component/Constraint/Projective/LinearMovementConstraint.scn rename to examples/Component/Constraint/Projective/LinearMovementProjectiveConstraint.scn diff --git a/examples/Component/Constraint/Projective/OscillatorConstraint.scn b/examples/Component/Constraint/Projective/OscillatorProjectiveConstraint.scn similarity index 100% rename from examples/Component/Constraint/Projective/OscillatorConstraint.scn rename to examples/Component/Constraint/Projective/OscillatorProjectiveConstraint.scn diff --git a/examples/Component/Constraint/Projective/OscillatorConstraint_rigid.scn b/examples/Component/Constraint/Projective/OscillatorProjectiveConstraint_rigid.scn similarity index 100% rename from examples/Component/Constraint/Projective/OscillatorConstraint_rigid.scn rename to examples/Component/Constraint/Projective/OscillatorProjectiveConstraint_rigid.scn diff --git a/examples/Component/Constraint/Projective/ParabolicConstraint.scn b/examples/Component/Constraint/Projective/ParabolicProjectiveConstraint.scn similarity index 100% rename from examples/Component/Constraint/Projective/ParabolicConstraint.scn rename to examples/Component/Constraint/Projective/ParabolicProjectiveConstraint.scn diff --git a/examples/Component/Constraint/Projective/ParabolicConstraint.scn.view b/examples/Component/Constraint/Projective/ParabolicProjectiveConstraint.scn.view similarity index 100% rename from examples/Component/Constraint/Projective/ParabolicConstraint.scn.view rename to examples/Component/Constraint/Projective/ParabolicProjectiveConstraint.scn.view diff --git a/examples/Component/Constraint/Projective/PartialFixedConstraint.scn b/examples/Component/Constraint/Projective/PartialFixedProjectiveConstraint.scn similarity index 100% rename from examples/Component/Constraint/Projective/PartialFixedConstraint.scn rename to examples/Component/Constraint/Projective/PartialFixedProjectiveConstraint.scn diff --git a/examples/Component/Constraint/Projective/ProjectToPlaneConstraint.scn b/examples/Component/Constraint/Projective/PlaneProjectiveConstraint.scn similarity index 100% rename from examples/Component/Constraint/Projective/ProjectToPlaneConstraint.scn rename to examples/Component/Constraint/Projective/PlaneProjectiveConstraint.scn diff --git a/examples/Component/Constraint/Projective/ProjectToPointConstraint.scn b/examples/Component/Constraint/Projective/PointProjectiveConstraint.scn similarity index 100% rename from examples/Component/Constraint/Projective/ProjectToPointConstraint.scn rename to examples/Component/Constraint/Projective/PointProjectiveConstraint.scn diff --git a/examples/RegressionStateScenes.regression-tests b/examples/RegressionStateScenes.regression-tests index de108be75b9..64f9119959e 100644 --- a/examples/RegressionStateScenes.regression-tests +++ b/examples/RegressionStateScenes.regression-tests @@ -25,12 +25,12 @@ Demos/fallingBeamLagrangianCollision.scn 46 1e-7 1 1 ### Component scenes ### Component/Collision/Response/RuleBasedContactManager.scn 100 1e-4 0 1 Component/Collision/Response/FrictionContact.scn 100 1e-4 0 1 -Component/Constraint/Lagrangian/BilateralInteractionConstraint_NNCG.scn 100 1e-4 0 1 -Component/Constraint/Lagrangian/BilateralInteractionConstraint_PGS.scn 100 1e-4 0 1 -Component/Constraint/Lagrangian/BilateralInteractionConstraint_UGS.scn 100 1e-4 0 1 +Component/Constraint/Lagrangian/BilateralLagrangianConstraint_NNCG.scn 100 1e-4 0 1 +Component/Constraint/Lagrangian/BilateralLagrangianConstraint_PGS.scn 100 1e-4 0 1 +Component/Constraint/Lagrangian/BilateralLagrangianConstraint_UGS.scn 100 1e-4 0 1 Component/Constraint/Lagrangian/FrictionContact_LCP_with_friction.scn 500 1e-4 0 1 Component/Constraint/Lagrangian/FrictionContact_LCP_without_friction.scn 500 1e-4 0 1 -Component/Constraint/Projective/FixedConstraint.scn 100 1e-4 0 1 +Component/Constraint/Projective/FixedProjectiveConstraint.scn 100 1e-4 0 1 Component/LinearSolver/Direct/FEMBAR_EigenSimplicialLDLT.scn 100 1e-8 0 1 Component/LinearSolver/Direct/FEMBAR_EigenSimplicialLLT.scn 100 1e-8 0 1 Component/LinearSolver/Direct/FEMBAR_EigenSparseLU.scn 100 1e-8 0 1