24 #ifndef _GEMA_PLUGIN_MECHANICALREINFORCEDINTERFACE_H_ 25 #define _GEMA_PLUGIN_MECHANICALREINFORCEDINTERFACE_H_ 30 #include <gmpFemPhysicsCommon.h> 31 #include <gmpFemPhysicsData.h> 43 const GmpFemPhysicsCommonMaterialFactory* matFactory,
const GmLogCategory& logger);
51 virtual FemResultType
fillElementData(
const GmElement* e, GmpFemMatrixSet& elemMatrices, GmpFemVectorSet& elemVectors);
79 virtual bool checkAndLoadPrivateData(
LuaTable& table);
The number of property ids above.
Definition: gmpMechanicalPhysics.h:171
Declaration of the GmpMechanicalPhysics class.
Declaration of the GmpMechanicalInterface classes.
virtual FemResultType fillElementData(const GmElement *e, GmpFemMatrixSet &elemMatrices, GmpFemVectorSet &elemVectors)
Fills the element matrices and vectors for a generic Interface element.
Definition: gmpMechanicalInterface.cpp:207
reinforcedFracturePropertyIds
IDs for physics element properties.
Definition: gmpMechanicalReinforcedInterface.h:69
GmpFemPhysicsData _fiberData
Sets initial conditions.
Definition: gmpMechanicalReinforcedInterface.h:86
virtual bool calcDerivedResults(bool nonLinearSolver)
Calc stress component on nodes and/or Gauss points, ADDING the calculated value to the current result...
Definition: gmpMechanicalPhysics.cpp:931
Basic class for the mechanical interface element plugin object.
Definition: gmpMechanicalInterface.h:36
The number of property ids above.
Definition: gmpMechanicalReinforcedInterface.h:74
Basic class for the mechanical reinforced interface element plugin object.
Definition: gmpMechanicalReinforcedInterface.h:38
virtual const QVariantMap * physicsMetaDataMap()
Returns a reference for the mechanical interface attribute map, built when the function is called for...
Definition: gmpMechanicalInterface.cpp:55