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);
Basic class for the mechanical interface element plugin object.
Definition gmpMechanicalInterface.h:37
virtual FemResultType fillElementData(const GmElement *e, GmpFemMatrixSet &elemMatrices, GmpFemVectorSet &elemVectors)
Fills the element matrices and vectors for a generic Interface element.
Definition gmpMechanicalInterface.cpp:209
virtual const QVariantMap * physicsMetaDataMap()
Returns a reference for the mechanical interface attribute map, built when the function is called for...
Definition gmpMechanicalInterface.cpp:55
@ NUM_PROPER_IDS
The number of property ids above.
Definition gmpMechanicalPhysics.h:175
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:955
Basic class for the mechanical reinforced interface element plugin object.
Definition gmpMechanicalReinforcedInterface.h:39
reinforcedFracturePropertyIds
IDs for physics element properties.
Definition gmpMechanicalReinforcedInterface.h:70
@ NUM_PROPER_IDS
The number of property ids above.
Definition gmpMechanicalReinforcedInterface.h:74
GmpFemPhysicsData _fiberData
Sets initial conditions.
Definition gmpMechanicalReinforcedInterface.h:86
Declaration of the GmpMechanicalInterface classes.
Declaration of the GmpMechanicalPhysics class.