|
OOFEM 3.0
|
#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 |
Definition at line 58 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::computeDofTransformation(), and oofem::SolutionbasedShapeFunction::updateModelWithFactors().
| DofManager* oofem::SurfaceDataStruct::DofMan |
Definition at line 59 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::computeDofTransformation(), and oofem::SolutionbasedShapeFunction::updateModelWithFactors().
| bool oofem::SurfaceDataStruct::isFree |
Definition at line 57 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::updateModelWithFactors().
| bool oofem::SurfaceDataStruct::isMinus |
Definition at line 55 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::updateModelWithFactors().
| bool oofem::SurfaceDataStruct::isPlus |
Definition at line 54 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::updateModelWithFactors().
| bool oofem::SurfaceDataStruct::isZeroBoundary |
Definition at line 56 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::updateModelWithFactors().
| double oofem::SurfaceDataStruct::value |
Definition at line 60 of file solutionbasedshapefunction.h.
Referenced by oofem::SolutionbasedShapeFunction::computeDofTransformation(), and oofem::SolutionbasedShapeFunction::updateModelWithFactors().