|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include <vector>#include <iostream>#include <memory>#include "activebc.h"#include "inputrecord.h"#include "floatmatrix.h"#include "floatarray.h"#include "intarray.h"#include "gausspoint.h"Go to the source code of this file.
Classes | |
| class | oofem::WeakPeriodicBoundaryCondition |
| Imposes weak periodicity on the doftype of choice. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for WeakPeriodicBoundaryCondition | |
| #define | _IFT_WeakPeriodicBoundaryCondition_Name "weakperiodicbc" |
| #define | _IFT_WeakPeriodicBoundaryCondition_order "order" |
| #define | _IFT_WeakPeriodicBoundaryCondition_descritizationType "descritizationtype" |
| #define | _IFT_WeakPeriodicBoundaryCondition_dofids "dofids" |
| #define | _IFT_WeakPeriodicBoundaryCondition_ngp "ngp" |
| #define | _IFT_WeakPeriodicBoundaryCondition_gradient "gradient" |
| #define | _IFT_WeakPeriodicBoundaryCondition_nlgeo "nlgeo" |
| #define | _IFT_WeakPeriodicBoundaryCondition_elementSidesPositive "elementsidespositive" |
| #define | _IFT_WeakPeriodicBoundaryCondition_elementSidesNegative "elementsidesnegative" |
| #define | _IFT_WeakPeriodicBoundaryCondition_elementSidesPositiveSet "elementsidespositiveset" |
| #define | _IFT_WeakPeriodicBoundaryCondition_elementSidesNegativeSet "elementsidesnegativeset" |
Enumerations | |
| enum | oofem::basisType { oofem::monomial =0, oofem::trigonometric =1, oofem::legendre =2 } |
| #define _IFT_WeakPeriodicBoundaryCondition_descritizationType "descritizationtype" |
Definition at line 53 of file weakperiodicbc.h.
Referenced by oofem::WeakPeriodicBoundaryCondition::initializeFrom().
| #define _IFT_WeakPeriodicBoundaryCondition_dofids "dofids" |
Definition at line 54 of file weakperiodicbc.h.
Referenced by oofem::WeakPeriodicBoundaryCondition::initializeFrom().
| #define _IFT_WeakPeriodicBoundaryCondition_elementSidesNegative "elementsidesnegative" |
Definition at line 59 of file weakperiodicbc.h.
Referenced by oofem::WeakPeriodicBoundaryCondition::initializeFrom().
| #define _IFT_WeakPeriodicBoundaryCondition_elementSidesNegativeSet "elementsidesnegativeset" |
Definition at line 61 of file weakperiodicbc.h.
Referenced by oofem::WeakPeriodicBoundaryCondition::initializeFrom().
| #define _IFT_WeakPeriodicBoundaryCondition_elementSidesPositive "elementsidespositive" |
Definition at line 58 of file weakperiodicbc.h.
Referenced by oofem::WeakPeriodicBoundaryCondition::initializeFrom().
| #define _IFT_WeakPeriodicBoundaryCondition_elementSidesPositiveSet "elementsidespositiveset" |
Definition at line 60 of file weakperiodicbc.h.
Referenced by oofem::WeakPeriodicBoundaryCondition::initializeFrom().
| #define _IFT_WeakPeriodicBoundaryCondition_gradient "gradient" |
Definition at line 56 of file weakperiodicbc.h.
Referenced by oofem::WeakPeriodicBoundaryCondition::initializeFrom().
| #define _IFT_WeakPeriodicBoundaryCondition_Name "weakperiodicbc" |
Definition at line 51 of file weakperiodicbc.h.
Referenced by oofem::WeakPeriodicBoundaryCondition::giveInputRecordName().
| #define _IFT_WeakPeriodicBoundaryCondition_ngp "ngp" |
Definition at line 55 of file weakperiodicbc.h.
Referenced by oofem::WeakPeriodicBoundaryCondition::initializeFrom().
| #define _IFT_WeakPeriodicBoundaryCondition_nlgeo "nlgeo" |
Definition at line 57 of file weakperiodicbc.h.
Referenced by oofem::WeakPeriodicBoundaryCondition::initializeFrom().
| #define _IFT_WeakPeriodicBoundaryCondition_order "order" |
Definition at line 52 of file weakperiodicbc.h.
Referenced by oofem::WeakPeriodicBoundaryCondition::initializeFrom().