![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <fstream>
#include <sstream>
#include <mechsys/util/numstreams.h>
#include <mechsys/models/model.h>
#include <mechsys/models/unsatflowstate.h>
#include <mechsys/linalg/matvec.h>
#include <mechsys/numerical/odesolver.h>
#include <mechsys/models/hmstressupdate.h>
Go to the source code of this file.
Classes | |
class | UnsatFlow |
Defines | |
#define | HMSTRESSUPDATE_DECLARE |
#define | HMSTRESSUPDATE_IMPLEMENT |
Functions | |
Model * | UnsatFlowMaker (int NDim, SDPair const &Prms, Model const *EquilibMdl) |
int | UnsatFlowRegister () |
Variables | |
int | __UnsatFlow_dummy_int = UnsatFlowRegister() |
#define HMSTRESSUPDATE_DECLARE |
#define HMSTRESSUPDATE_IMPLEMENT |
Model* UnsatFlowMaker | ( | int | NDim, |
SDPair const & | Prms, | ||
Model const * | EquilibMdl | ||
) |
int UnsatFlowRegister | ( | ) |