OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include <solutionbasedshapefunction.h>
Public Attributes | |
double | am |
double | ap |
EngngModel * | myEngngModel |
std::vector< SurfaceDataStruct * > | SurfaceData |
Definition at line 63 of file solutionbasedshapefunction.h.
double oofem::modeStruct::am |
Definition at line 64 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::loadProblem(), and oofem::SolutionbasedShapeFunction::updateModelWithFactors().
double oofem::modeStruct::ap |
Definition at line 64 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::loadProblem(), and oofem::SolutionbasedShapeFunction::updateModelWithFactors().
EngngModel* oofem::modeStruct::myEngngModel |
Definition at line 65 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::computeCorrectionFactors(), oofem::SolutionbasedShapeFunction::copyDofManagersToSurfaceData(), oofem::SolutionbasedShapeFunction::initializeSurfaceData(), and oofem::SolutionbasedShapeFunction::loadProblem().
std :: vector< SurfaceDataStruct * > oofem::modeStruct::SurfaceData |
Definition at line 66 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::computeDofTransformation(), oofem::SolutionbasedShapeFunction::copyDofManagersToSurfaceData(), oofem::SolutionbasedShapeFunction::splitBoundaryNodeIDs(), and oofem::SolutionbasedShapeFunction::updateModelWithFactors().