OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/EngineeringModels/structengngmodel.h"
#include "sparselinsystemnm.h"
#include "sparsemtrx.h"
#include "timediscretizationtype.h"
Go to the source code of this file.
Classes | |
class | oofem::DIIDynamic |
This class implements Direct Implicit Integration of Dynamic problem. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for DIIDynamic | |
#define | _IFT_DIIDynamic_Name "diidynamic" |
#define | _IFT_DIIDynamic_deltat "deltat" |
#define | _IFT_DIIDynamic_ddtScheme "ddtscheme" |
#define | _IFT_DIIDynamic_gamma "gamma" |
#define | _IFT_DIIDynamic_beta "beta" |
#define | _IFT_DIIDynamic_eta "eta" |
#define | _IFT_DIIDynamic_delta "delta" |
#define | _IFT_DIIDynamic_theta "theta" |
#define _IFT_DIIDynamic_beta "beta" |
Definition at line 49 of file diidynamic.h.
Referenced by oofem::DIIDynamic::initializeFrom().
#define _IFT_DIIDynamic_ddtScheme "ddtscheme" |
Definition at line 47 of file diidynamic.h.
Referenced by oofem::DIIDynamic::initializeFrom().
#define _IFT_DIIDynamic_delta "delta" |
Definition at line 51 of file diidynamic.h.
Referenced by oofem::DIIDynamic::initializeFrom().
#define _IFT_DIIDynamic_deltat "deltat" |
Definition at line 46 of file diidynamic.h.
Referenced by oofem::DIIDynamic::initializeFrom().
#define _IFT_DIIDynamic_eta "eta" |
Definition at line 50 of file diidynamic.h.
Referenced by oofem::DIIDynamic::initializeFrom().
#define _IFT_DIIDynamic_gamma "gamma" |
Definition at line 48 of file diidynamic.h.
Referenced by oofem::DIIDynamic::initializeFrom().
#define _IFT_DIIDynamic_Name "diidynamic" |
Definition at line 45 of file diidynamic.h.
Referenced by oofem::DIIDynamic::giveInputRecordName().
#define _IFT_DIIDynamic_theta "theta" |
Definition at line 52 of file diidynamic.h.
Referenced by oofem::DIIDynamic::initializeFrom().