24#ifndef _GEMA_PLUGIN_POROUS_MOHR_COULOMB_MATERIAL_H_
25#define _GEMA_PLUGIN_POROUS_MOHR_COULOMB_H_
27#include <gmpFemPhysicsCommonMaterial.h>
29#include <gmpHydraulicMaterial.h>
31#include "gmpMechanicalMaterial.h"
32#include "gmpMechanicPoint.h"
Definition gmpPorousElasticMaterial.h:36
Definition gmpPorousMohrCoulombMaterial.h:35
virtual ~GmpPorousMohrCoulombMaterial()
Destructor.
Definition gmpPorousMohrCoulombMaterial.h:55
GmpPorousMohrCoulombMaterial(int typeIndex, QString typeName, const GmLogCategory &logger)
IDs for material element properties.
Definition gmpPorousMohrCoulombMaterial.h:49
static GmpFemPhysicsCommonMaterial * instance(GmSimulationData *simulation, int typeIndex, QString typeName, const GmLogCategory &logger)
A "factory" function used to register the material with the physics material factory.
Definition gmpPorousMohrCoulombMaterial.h:58
Declaration of the GmpPorousElasticMaterial class.