![]() |
Xfem
The Xfem Plugin
|
Auxiliar class wrapping a plugin physics object. Its only purpose is to override the creation of Gauss acessors to use enriched accessors. More...
#include <xfemMechanic.h>


Public Member Functions | |
| XfemPhysicsWrapper (const char *physicsType, const char *objType, GmSimulationData *simulation, QString id, const GmLogCategory &logger) | |
Protected Member Functions | |
| virtual GmGaussAccessor * | createGaussAttributeAccessor (GmElementMesh *mesh, QString id, int snum, bool locked, Unit desiredUnit, const GmLogCategory &logger) const |
| Overrides the standard GmpFemPhysics::createGaussAttributeAccessor() implementation to create an enriched accessor. | |
Auxiliar class wrapping a plugin physics object. Its only purpose is to override the creation of Gauss acessors to use enriched accessors.
Template parameters should be the type of the intended physics, from which XfemPhysicsWrapper will inherit, and the type of the physics plugin factory, used to retrieve the material factory passed to the physics constructor.
1.8.15