OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "prescribedgradienthomogenization.h"
#include "activebc.h"
#include "geometry.h"
#include "dofiditem.h"
#include <unordered_map>
#include <memory>
#include "node.h"
Go to the source code of this file.
Classes | |
class | oofem::TracSegArray |
class | oofem::PrescribedGradientBCWeak |
Imposes a prescribed gradient weakly on the boundary with an independent traction discretization. More... | |
class | oofem::ArcPosSortFunction |
class | oofem::ArcPosSortFunction3< T > |
class | oofem::ArcPosSortFunction4 |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | _IFT_PrescribedGradientBCWeak_Name "prescribedgradientbcweak" |
#define | _IFT_PrescribedGradientBCWeak_TractionInterpOrder "tractioninterporder" |
#define | _IFT_PrescribedGradientBCWeak_NumTractionNodesAtIntersections "numnodesatintersections" |
#define | _IFT_PrescribedGradientBCWeak_NumTractionNodeSpacing "tractionnodespacing" |
#define | _IFT_PrescribedGradientBCWeak_DuplicateCornerNodes "duplicatecornernodes" |
#define | _IFT_PrescribedGradientBCWeak_TangDistPadding "tangdistpadding" |
#define | _IFT_PrescribedGradientBCWeak_TracDofScaling "tracdofscaling" |
#define | _IFT_PrescribedGradientBCWeak_PeriodicityNormal "periodicitynormal" |
#define | _IFT_PrescribedGradientBCWeak_MirrorFunction "mirrorfunction" |
#define _IFT_PrescribedGradientBCWeak_DuplicateCornerNodes "duplicatecornernodes" |
Definition at line 51 of file prescribedgradientbcweak.h.
Referenced by oofem::PrescribedGradientBCWeak::giveInputRecord(), and oofem::PrescribedGradientBCWeak::initializeFrom().
#define _IFT_PrescribedGradientBCWeak_MirrorFunction "mirrorfunction" |
Definition at line 55 of file prescribedgradientbcweak.h.
Referenced by oofem::PrescribedGradientBCWeak::giveInputRecord(), and oofem::PrescribedGradientBCWeak::initializeFrom().
#define _IFT_PrescribedGradientBCWeak_Name "prescribedgradientbcweak" |
Definition at line 47 of file prescribedgradientbcweak.h.
Referenced by oofem::PrescribedGradientBCWeak::giveInputRecordName().
#define _IFT_PrescribedGradientBCWeak_NumTractionNodesAtIntersections "numnodesatintersections" |
Definition at line 49 of file prescribedgradientbcweak.h.
Referenced by oofem::PrescribedGradientBCWeak::giveInputRecord(), and oofem::PrescribedGradientBCWeak::initializeFrom().
#define _IFT_PrescribedGradientBCWeak_NumTractionNodeSpacing "tractionnodespacing" |
Definition at line 50 of file prescribedgradientbcweak.h.
Referenced by oofem::PrescribedGradientBCWeak::giveInputRecord(), and oofem::PrescribedGradientBCWeak::initializeFrom().
#define _IFT_PrescribedGradientBCWeak_PeriodicityNormal "periodicitynormal" |
Definition at line 54 of file prescribedgradientbcweak.h.
Referenced by oofem::PrescribedGradientBCWeak::giveInputRecord(), and oofem::PrescribedGradientBCWeak::initializeFrom().
#define _IFT_PrescribedGradientBCWeak_TangDistPadding "tangdistpadding" |
Definition at line 52 of file prescribedgradientbcweak.h.
Referenced by oofem::PrescribedGradientBCWeak::giveInputRecord(), and oofem::PrescribedGradientBCWeak::initializeFrom().
#define _IFT_PrescribedGradientBCWeak_TracDofScaling "tracdofscaling" |
Definition at line 53 of file prescribedgradientbcweak.h.
Referenced by oofem::PrescribedGradientBCWeak::giveInputRecord(), and oofem::PrescribedGradientBCWeak::initializeFrom().
#define _IFT_PrescribedGradientBCWeak_TractionInterpOrder "tractioninterporder" |
Definition at line 48 of file prescribedgradientbcweak.h.
Referenced by oofem::PrescribedGradientBCWeak::giveInputRecord(), and oofem::PrescribedGradientBCWeak::initializeFrom().