|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "floatarray.h"#include "floatmatrix.h"#include "transportmaterial.h"#include "stokesflowvelocityhomogenization.h"#include <memory>Go to the source code of this file.
Classes | |
| class | oofem::RVEStokesFlowMaterialStatus |
| Material status class for the RVEStokesFlow class. More... | |
| class | oofem::RVEStokesFlow |
| Material class using an external .in file as a description of the substructure of a transport problem (in this case seepage). More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
| #define | _IFT_RVEStokesFlow_Name "rvestokesflow" |
| #define | _IFT_RVEStokesFlow_fileName "file" |
| #define | _IFT_RVEStokesFlow_bctype "bctype" |
| #define | _IFT_RVEStokesFlow_supressoutput "supressoutput" |
| #define _IFT_RVEStokesFlow_bctype "bctype" |
Definition at line 47 of file rvestokesflow.h.
| #define _IFT_RVEStokesFlow_fileName "file" |
Definition at line 46 of file rvestokesflow.h.
Referenced by oofem::RVEStokesFlow::initializeFrom().
| #define _IFT_RVEStokesFlow_Name "rvestokesflow" |
Definition at line 45 of file rvestokesflow.h.
Referenced by oofem::RVEStokesFlow::giveInputRecordName().
| #define _IFT_RVEStokesFlow_supressoutput "supressoutput" |
Definition at line 48 of file rvestokesflow.h.
Referenced by oofem::RVEStokesFlow::initializeFrom().