OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include <cstdio>
#include <map>
#include "femcmpnn.h"
#include "intarray.h"
#include "valuemodetype.h"
#include "doftype.h"
#include "dofiditem.h"
#include "contextioresulttype.h"
#include "unknowntype.h"
#include "chartype.h"
Go to the source code of this file.
Classes | |
class | oofem::DofManager |
Base class for dof managers. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for DofManager | |
#define | _IFT_DofManager_dofidmask "dofidmask" |
#define | _IFT_DofManager_load "load" |
#define | _IFT_DofManager_bc "bc" |
#define | _IFT_DofManager_ic "ic" |
#define | _IFT_DofManager_mastermask "mastermask" |
#define | _IFT_DofManager_doftypemask "doftype" |
#define | _IFT_DofManager_boundaryflag "boundary" |
#define | _IFT_DofManager_globnum "globnum" |
#define | _IFT_DofManager_partitions "partitions" |
#define | _IFT_DofManager_sharedflag "shared" |
#define | _IFT_DofManager_remoteflag "remote" |
#define | _IFT_DofManager_nullflag "null" |
Enumerations | |
enum | oofem::dofManagerParallelMode { oofem::DofManager_local, oofem::DofManager_shared, oofem::DofManager_remote, oofem::DofManager_null } |
In parallel mode, this type indicates the mode of DofManager. More... | |
#define _IFT_DofManager_bc "bc" |
Definition at line 54 of file dofmanager.h.
Referenced by oofem::DofManager::giveInputRecord(), oofem::DofManager::initializeFrom(), oofem::HuertaErrorEstimatorInterface::setupRefinedElementProblem1D(), oofem::HuertaErrorEstimatorInterface::setupRefinedElementProblem2D(), and oofem::HuertaErrorEstimatorInterface::setupRefinedElementProblem3D().
#define _IFT_DofManager_boundaryflag "boundary" |
Definition at line 58 of file dofmanager.h.
Referenced by oofem::DofManager::giveInputRecord(), and oofem::DofManager::initializeFrom().
#define _IFT_DofManager_dofidmask "dofidmask" |
Definition at line 52 of file dofmanager.h.
Referenced by oofem::DofManager::giveInputRecord(), oofem::DofManager::initializeFrom(), oofem::HuertaErrorEstimatorInterface::setupRefinedElementProblem1D(), oofem::HuertaErrorEstimatorInterface::setupRefinedElementProblem2D(), and oofem::HuertaErrorEstimatorInterface::setupRefinedElementProblem3D().
#define _IFT_DofManager_doftypemask "doftype" |
Definition at line 57 of file dofmanager.h.
Referenced by oofem::DofManager::giveInputRecord(), and oofem::DofManager::initializeFrom().
#define _IFT_DofManager_globnum "globnum" |
Definition at line 59 of file dofmanager.h.
#define _IFT_DofManager_ic "ic" |
Definition at line 55 of file dofmanager.h.
Referenced by oofem::DofManager::initializeFrom().
#define _IFT_DofManager_load "load" |
Definition at line 53 of file dofmanager.h.
Referenced by oofem::DofManager::initializeFrom(), and oofem::HuertaErrorEstimatorInterface::setupRefinedElementProblem1D().
#define _IFT_DofManager_mastermask "mastermask" |
Definition at line 56 of file dofmanager.h.
Referenced by oofem::DofManager::giveInputRecord(), oofem::RigidArmNode::initializeFrom(), and oofem::DofManager::initializeFrom().
#define _IFT_DofManager_nullflag "null" |
Definition at line 63 of file dofmanager.h.
Referenced by oofem::DofManager::giveInputRecord(), and oofem::DofManager::initializeFrom().
#define _IFT_DofManager_partitions "partitions" |
Definition at line 60 of file dofmanager.h.
Referenced by oofem::DofManager::giveInputRecord(), and oofem::DofManager::initializeFrom().
#define _IFT_DofManager_remoteflag "remote" |
Definition at line 62 of file dofmanager.h.
Referenced by oofem::DofManager::giveInputRecord(), and oofem::DofManager::initializeFrom().
#define _IFT_DofManager_sharedflag "shared" |
Definition at line 61 of file dofmanager.h.
Referenced by oofem::DofManager::giveInputRecord(), and oofem::DofManager::initializeFrom().