OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/EngineeringModels/linearstatic.h"
#include "sparselinsystemnm.h"
#include "sparsemtrxtype.h"
#include "node.h"
#include "../sm/Quasicontinuum/fullsolveddomain.h"
#include "../sm/Quasicontinuum/quasicontinuumnumberingscheme.h"
Go to the source code of this file.
Classes | |
class | oofem::QClinearStatic |
This class implements linear static engineering problem. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | _IFT_QClinearStatic_Name "qclinearstatic" |
#define | _IFT_QuasiContinuum_approach "qcapproach" |
#define | _IFT_QuasiContinuum_mtrx_type "mtrxt" |
#define | _IFT_QuasiContinuum_generate_Particles "genparticles" |
#define | _IFT_QuasiContinuum_generate_Links "genlinks" |
#define | _IFT_QuasiContinuum_generate_Interpolation_Elements "geninterpelem" |
#define | _IFT_QuasiContinuum_t3d_File_Name "t3dfile" |
#define | _IFT_QuasiContinuum_interp_Mat_Number "intmatnum" |
#define | _IFT_QuasiContinuum_T3D_Interpolation_Mesh_size "imsize" |
#define | _IFT_FullSolvedDomain_nodes "fsd_n" |
#define | _IFT_FullSolvedDomain_elements "fsd_e" |
#define | _IFT_FullSolvedDomain_radius "fsd_r" |
#define | _IFT_FullSolvedDomain_box "fsd_b" |
#define _IFT_FullSolvedDomain_box "fsd_b" |
Definition at line 62 of file qclinearstatic.h.
Referenced by oofem::QCFullsolveddomain::initializeFrom(), and oofem::QClinearStatic::initializeFullSolvedDomain().
#define _IFT_FullSolvedDomain_elements "fsd_e" |
Definition at line 60 of file qclinearstatic.h.
Referenced by oofem::QCFullsolveddomain::initializeFrom(), and oofem::QClinearStatic::initializeFullSolvedDomain().
#define _IFT_FullSolvedDomain_nodes "fsd_n" |
Definition at line 59 of file qclinearstatic.h.
Referenced by oofem::QCFullsolveddomain::initializeFrom(), and oofem::QClinearStatic::initializeFullSolvedDomain().
#define _IFT_FullSolvedDomain_radius "fsd_r" |
Definition at line 61 of file qclinearstatic.h.
Referenced by oofem::QCFullsolveddomain::initializeFrom(), and oofem::QClinearStatic::initializeFullSolvedDomain().
#define _IFT_QClinearStatic_Name "qclinearstatic" |
Definition at line 46 of file qclinearstatic.h.
Referenced by oofem::QClinearStatic::giveInputRecordName().
#define _IFT_QuasiContinuum_approach "qcapproach" |
Definition at line 47 of file qclinearstatic.h.
Referenced by oofem::QClinearStatic::initializeFrom().
#define _IFT_QuasiContinuum_generate_Interpolation_Elements "geninterpelem" |
Definition at line 52 of file qclinearstatic.h.
Referenced by oofem::QClinearStatic::initializeFrom().
#define _IFT_QuasiContinuum_generate_Links "genlinks" |
Definition at line 51 of file qclinearstatic.h.
Referenced by oofem::QClinearStatic::initializeFrom().
#define _IFT_QuasiContinuum_generate_Particles "genparticles" |
Definition at line 50 of file qclinearstatic.h.
Referenced by oofem::QClinearStatic::initializeFrom().
#define _IFT_QuasiContinuum_interp_Mat_Number "intmatnum" |
Definition at line 55 of file qclinearstatic.h.
Referenced by oofem::QClinearStatic::initializeFrom().
#define _IFT_QuasiContinuum_mtrx_type "mtrxt" |
Definition at line 48 of file qclinearstatic.h.
Referenced by oofem::QClinearStatic::initializeFrom().
#define _IFT_QuasiContinuum_t3d_File_Name "t3dfile" |
Definition at line 54 of file qclinearstatic.h.
Referenced by oofem::QClinearStatic::initializeFrom().
#define _IFT_QuasiContinuum_T3D_Interpolation_Mesh_size "imsize" |
Definition at line 57 of file qclinearstatic.h.
Referenced by oofem::QClinearStatic::initializeFrom().