OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/EngineeringModels/structengngmodel.h"
#include "sparsemtrxtype.h"
#include "sparselinsystemnm.h"
#include "sparsenonlinsystemnm.h"
#include "timediscretizationtype.h"
Go to the source code of this file.
Classes | |
class | oofem::NonLinearDynamic |
This class implements nonlinear dynamic engineering 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 NonLinearDynamic | |
#define | _IFT_NonLinearDynamic_Name "nonlineardynamic" |
#define | _IFT_NonLinearDynamic_deltat "deltat" |
#define | _IFT_NonLinearDynamic_refloadmode "refloadmode" |
#define | _IFT_NonLinearDynamic_nonlocstiff "nonlocstiff" |
#define | _IFT_NonLinearDynamic_nonlocalext "nonlocalext" |
#define | _IFT_NonLinearDynamic_ddtScheme "ddtscheme" |
#define | _IFT_NonLinearDynamic_gamma "gamma" |
#define | _IFT_NonLinearDynamic_beta "beta" |
#define | _IFT_NonLinearDynamic_eta "eta" |
#define | _IFT_NonLinearDynamic_delta "delta" |
#define _IFT_NonLinearDynamic_beta "beta" |
Definition at line 53 of file nlineardynamic.h.
Referenced by oofem::NonLinearDynamic::initializeFrom().
#define _IFT_NonLinearDynamic_ddtScheme "ddtscheme" |
Definition at line 51 of file nlineardynamic.h.
Referenced by oofem::NonLinearDynamic::initializeFrom().
#define _IFT_NonLinearDynamic_delta "delta" |
Definition at line 55 of file nlineardynamic.h.
Referenced by oofem::NonLinearDynamic::updateAttributes().
#define _IFT_NonLinearDynamic_deltat "deltat" |
Definition at line 47 of file nlineardynamic.h.
Referenced by oofem::NonLinearDynamic::initializeFrom(), and oofem::NonLinearDynamic::updateAttributes().
#define _IFT_NonLinearDynamic_eta "eta" |
Definition at line 54 of file nlineardynamic.h.
Referenced by oofem::NonLinearDynamic::updateAttributes().
#define _IFT_NonLinearDynamic_gamma "gamma" |
Definition at line 52 of file nlineardynamic.h.
Referenced by oofem::NonLinearDynamic::initializeFrom().
#define _IFT_NonLinearDynamic_Name "nonlineardynamic" |
Definition at line 46 of file nlineardynamic.h.
Referenced by oofem::NonLinearDynamic::giveInputRecordName().
#define _IFT_NonLinearDynamic_nonlocalext "nonlocalext" |
Definition at line 50 of file nlineardynamic.h.
Referenced by oofem::NonLinearDynamic::initializeFrom().
#define _IFT_NonLinearDynamic_nonlocstiff "nonlocstiff" |
Definition at line 49 of file nlineardynamic.h.
Referenced by oofem::NonLinearDynamic::initializeFrom().
#define _IFT_NonLinearDynamic_refloadmode "refloadmode" |
Definition at line 48 of file nlineardynamic.h.