SOFA plugin: MultiThreading  master
Open source framework for multi-physics simuation
multithreading::component::forcefield::solidmechanics::fem::elastic Namespace Reference

Classes

class  ParallelHexahedronFEMForceField
 
class  ParallelTetrahedronFEMForceField
 

Functions

void registerParallelHexahedronFEMForceField (sofa::core::ObjectFactory *factory)
 
void registerParallelTetrahedronFEMForceField (sofa::core::ObjectFactory *factory)
 

Variables

const bool isParallelHexahedronFEMForceFieldImplementationRegistered
 
template class SOFA_MULTITHREADING_PLUGIN_API ParallelHexahedronFEMForceField< Vec3Types >
 
const bool isParallelTetrahedronFEMForceFieldImplementationRegistered
 
template class SOFA_MULTITHREADING_PLUGIN_API ParallelTetrahedronFEMForceField< Vec3Types >
 

Function Documentation

◆ registerParallelHexahedronFEMForceField()

void multithreading::component::forcefield::solidmechanics::fem::elastic::registerParallelHexahedronFEMForceField ( sofa::core::ObjectFactory factory)

◆ registerParallelTetrahedronFEMForceField()

void multithreading::component::forcefield::solidmechanics::fem::elastic::registerParallelTetrahedronFEMForceField ( sofa::core::ObjectFactory factory)

Variable Documentation

◆ isParallelHexahedronFEMForceFieldImplementationRegistered

const bool multithreading::component::forcefield::solidmechanics::fem::elastic::isParallelHexahedronFEMForceFieldImplementationRegistered
Initial value:
=
multithreading::ParallelImplementationsRegistry::addEquivalentImplementations("HexahedronFEMForceField", "ParallelHexahedronFEMForceField")
static bool addEquivalentImplementations(const std::string &sequentialImplementation, const std::string &parallelImplementation)
Definition: ParallelImplementationsRegistry.cpp:34

◆ isParallelTetrahedronFEMForceFieldImplementationRegistered

const bool multithreading::component::forcefield::solidmechanics::fem::elastic::isParallelTetrahedronFEMForceFieldImplementationRegistered
Initial value:
=
multithreading::ParallelImplementationsRegistry::addEquivalentImplementations("TetrahedronFEMForceField", "ParallelTetrahedronFEMForceField")

◆ ParallelHexahedronFEMForceField< Vec3Types >

◆ ParallelTetrahedronFEMForceField< Vec3Types >