24 #ifndef _GEMA_XFEM_SOLVER_H_ 25 #define _GEMA_XFEM_SOLVER_H_ 27 #include <gmpFemNLSolver.h> 44 GmpFemPhysics* getPhysics() {
return _physics[0]; }
GmSimulationData * _SimulationData
Simulation data.
Definition: xfemSolver.h:53
Definition: xfemOptions.h:29
Declaration of the xfemOptions class.
virtual bool preEmbedded()
Runs the preprocessor .
Definition: xfemSolver.cpp:330
Basic class for a XFEM mesh. This is the basic mesh interface for xfem problems adding enrichment cap...
Definition: xfemMesh.h:49
Extension of the FEM linear solver for the XFEM method.
Definition: xfemSolver.h:34
virtual bool pre()
Runs the preprocessor .
Definition: xfemSolver.cpp:272
XfemOptions _xfemOptions
The set of xfem options.
Definition: xfemSolver.h:52
virtual ~XfemSolver(void)
Destructor.
Definition: xfemSolver.cpp:60