OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "sparselinsystemnm.h"
#include "sparsemtrx.h"
#include "primaryfield.h"
#include "dofdistributedprimaryfield.h"
#include "transportmaterial.h"
#include "stationarytransportproblem.h"
#include "linsystsolvertype.h"
Go to the source code of this file.
Classes | |
class | oofem::TransportExternalForceAssembler |
Callback class for assembling element external forces: More... | |
class | oofem::MidpointLhsAssembler |
Callback class for assembling mid point effective tangents. More... | |
class | oofem::IntSourceLHSAssembler |
Callback class for assembling CBS pressure matrices. More... | |
class | oofem::NonStationaryTransportProblem |
This class represents linear nonstationary transport 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 NonStationaryTransportProblem | |
#define | _IFT_NonStationaryTransportProblem_Name "nonstationaryproblem" |
#define | _IFT_NonStationaryTransportProblem_initt "initt" |
#define | _IFT_NonStationaryTransportProblem_deltat "deltat" |
#define | _IFT_NonStationaryTransportProblem_deltatfunction "deltatfunction" |
#define | _IFT_NonStationaryTransportProblem_prescribedtimes "prescribedtimes" |
#define | _IFT_NonStationaryTransportProblem_alpha "alpha" |
#define | _IFT_NonStationaryTransportProblem_lumpedcapa "lumpedcapa" |
#define | _IFT_NonStationaryTransportProblem_changingproblemsize "changingproblemsize" |
#define _IFT_NonStationaryTransportProblem_alpha "alpha" |
Definition at line 53 of file nonstationarytransportproblem.h.
Referenced by oofem::NonStationaryTransportProblem::initializeFrom().
#define _IFT_NonStationaryTransportProblem_changingproblemsize "changingproblemsize" |
Definition at line 55 of file nonstationarytransportproblem.h.
Referenced by oofem::NonStationaryTransportProblem::initializeFrom().
#define _IFT_NonStationaryTransportProblem_deltat "deltat" |
Definition at line 50 of file nonstationarytransportproblem.h.
Referenced by oofem::NonStationaryTransportProblem::initializeFrom().
#define _IFT_NonStationaryTransportProblem_deltatfunction "deltatfunction" |
Definition at line 51 of file nonstationarytransportproblem.h.
Referenced by oofem::NonStationaryTransportProblem::initializeFrom().
#define _IFT_NonStationaryTransportProblem_initt "initt" |
Definition at line 49 of file nonstationarytransportproblem.h.
Referenced by oofem::NonStationaryTransportProblem::initializeFrom().
#define _IFT_NonStationaryTransportProblem_lumpedcapa "lumpedcapa" |
Definition at line 54 of file nonstationarytransportproblem.h.
Referenced by oofem::NonStationaryTransportProblem::initializeFrom().
#define _IFT_NonStationaryTransportProblem_Name "nonstationaryproblem" |
Definition at line 48 of file nonstationarytransportproblem.h.
Referenced by oofem::NonStationaryTransportProblem::giveInputRecordName().
#define _IFT_NonStationaryTransportProblem_prescribedtimes "prescribedtimes" |
Definition at line 52 of file nonstationarytransportproblem.h.
Referenced by oofem::NonStationaryTransportProblem::initializeFrom().