KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Classes | Namespaces | Typedefs
small_strain_udsm_3D_law.hpp File Reference
#include <string>
#include <iostream>
#include "includes/define.h"
#include "includes/serializer.h"
#include "includes/constitutive_law.h"
#include "geo_mechanics_application_variables.h"
Include dependency graph for small_strain_udsm_3D_law.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kratos::SmallStrainUDSM3DLaw
 Short class definition. More...
 

Namespaces

 Kratos
 REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
 

Typedefs

typedef void(* Kratos::pF_GetParamCount) (int *, int *)
 
typedef void(* Kratos::pF_GetStateVarCount) (int *, int *)
 
typedef void(* Kratos::pF_UserMod) (int *, int *, int *, int *, int *, int *, int *, double *, double *, double *, double *, double *, const double *, double *, double *, double *, double *, double **, double *, double *, double *, double *, int *, int *, int *, int *, int *, int *, int *, int *, int *)