OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include <solutionbasedshapefunction.h>
Public Attributes | |
bool | isPlus |
bool | isMinus |
bool | isZeroBoundary |
bool | isFree |
DofIDItem | DofID |
DofManager * | DofMan |
double | value |
Definition at line 53 of file solutionbasedshapefunction.h.
DofIDItem oofem::SurfaceDataStruct::DofID |
DofManager* oofem::SurfaceDataStruct::DofMan |
bool oofem::SurfaceDataStruct::isFree |
Definition at line 57 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::copyDofManagersToSurfaceData().
bool oofem::SurfaceDataStruct::isMinus |
Definition at line 55 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::copyDofManagersToSurfaceData().
bool oofem::SurfaceDataStruct::isPlus |
Definition at line 54 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::copyDofManagersToSurfaceData().
bool oofem::SurfaceDataStruct::isZeroBoundary |
Definition at line 56 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::copyDofManagersToSurfaceData().
double oofem::SurfaceDataStruct::value |
Definition at line 60 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::computeDofTransformation(), and oofem::SolutionbasedShapeFunction::copyDofManagersToSurfaceData().