Namespaces | |
collision_test | |
component | |
core | |
defaulttype | |
framework | |
geometry | |
gl | |
gpu | |
gui | |
helper | |
linearalgebra | |
mapping_test | |
simpleapi | |
simulation | |
testing | |
topology | |
type | |
Classes | |
struct | AdvancedTimerTest |
struct | AffinePatch_sofa_test |
struct | CylinderTractionStruct |
struct | DataEngine_test |
struct | DefaultAnimationLoop_test |
struct | ForceField_test |
struct | LinearElasticity_test |
struct | MultiMapping_test |
struct | PatchTestStruct |
class | TemplateAliasTest |
class | TestDataEngine |
Typedefs | |
typedef Types< Vec3Types > | DataTypes |
typedef component::statecontainer::MechanicalObject< defaulttype::Vec3Types > | MechanicalObject3 |
typedef typename DataTypes::Coord | Coord_t |
typedef typename DataTypes::Real | Real_t |
typedef typename DataTypes::VecReal | VecReal_t |
typedef typename DataTypes::Deriv | Deriv_t |
typedef typename DataTypes::MatrixDeriv | MatrixDeriv_t |
typedef typename DataTypes::VecCoord | VecCoord_t |
typedef typename DataTypes::VecDeriv | VecDeriv_t |
typedef core::objectmodel::Data< VecCoord_t< DataTypes > > | DataVecCoord_t |
typedef core::objectmodel::Data< VecDeriv_t< DataTypes > > | DataVecDeriv_t |
typedef core::objectmodel::Data< MatrixDeriv_t< DataTypes > > | DataMatrixDeriv_t |
Functions | |
TYPED_TEST_SUITE (AffinePatch_sofa_test, DataTypes) | |
TYPED_TEST (AffinePatch_sofa_test, patchTest2D) | |
TYPED_TEST (AffinePatch_sofa_test, patchTest3D) | |
CylinderTractionStruct< DataTypes > | createCylinderTractionScene (int resolutionCircumferential, int resolutionRadial, int resolutionHeight, int maxIter) |
TYPED_TEST_SUITE (LinearElasticity_test, DataTypes) | |
TYPED_TEST (LinearElasticity_test, testTractionTensorMass) | |
TYPED_TEST (LinearElasticity_test, testTractionCorotational) | |
PatchTestStruct< DataTypes > | createRegularGridScene (simulation::Node::SPtr root, typename DataTypes::Coord startPoint, typename DataTypes::Coord endPoint, int numX, int numY, int numZ, sofa::type::Vec< 6, SReal > entireBoxRoi, sofa::type::Vec< 6, SReal > inclusiveBox, sofa::type::Vec< 6, SReal > includedBox) |
SOFA_EXPORT_DYNAMIC_LIBRARY void | initSofaConfig () |
TEST_F (TemplateAliasTest, Register) | |
TEST_F (AdvancedTimerTest, IsEnabled) | |
TEST_F (AdvancedTimerTest, SetOutputType) | |
TEST_F (AdvancedTimerTest, End) | |
helper::OwnershipSPtr< mat > | convertSPtr (const linearalgebra::BaseMatrix *m) |
TEST_F (DefaultAnimationLoop_test, testOneStep) | |
Variables | |
constexpr auto | youngModulusArray |
constexpr auto | poissonRatioArray |
constexpr auto | pressureArray |