LifeV
StructuralIsotropicConstitutiveLaw.hpp File Reference

This file contains an abstract class to implement different kinds of materials for structural dynamic problems (St. Venant-Kirchhoff, Neo-Hookean and Exponential materials right now ) More...

#include <string>
#include <sstream>
#include <iostream>
#include <stdexcept>
#include <Epetra_Vector.h>
#include <EpetraExt_MatrixMatrix.h>
#include <Epetra_SerialDenseMatrix.h>
#include <lifev/core/array/MatrixElemental.hpp>
#include <lifev/core/array/VectorElemental.hpp>
#include <lifev/core/array/MatrixEpetra.hpp>
#include <lifev/core/array/VectorEpetra.hpp>
#include <lifev/core/fem/Assembly.hpp>
#include <lifev/core/fem/AssemblyElemental.hpp>
#include <lifev/structure/fem/AssemblyElementalStructure.hpp>
#include <lifev/structure/fem/ExpressionDefinitions.hpp>
#include <lifev/core/fem/FESpace.hpp>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/util/Displayer.hpp>
#include <lifev/core/util/Factory.hpp>
#include <lifev/core/util/FactorySingleton.hpp>
#include <lifev/structure/solver/StructuralConstitutiveLawData.hpp>
#include <lifev/eta/fem/ETFESpace.hpp>
#include <lifev/eta/expression/Integrate.hpp>
+ Include dependency graph for StructuralIsotropicConstitutiveLaw.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  StructuralIsotropicConstitutiveLaw< MeshType >
 

Namespaces

 LifeV
 Default Physical Solver.
 

Detailed Description

This file contains an abstract class to implement different kinds of materials for structural dynamic problems (St. Venant-Kirchhoff, Neo-Hookean and Exponential materials right now )

Version
1.0
Date
01-01-2010
Author
Paolo Tricerri
Gianmarco Mengaldo
Maintainer:
Paolo Tricerri paolo.nosp@m..tri.nosp@m.cerri.nosp@m.@epf.nosp@m.l.ch
Contributor:
Gianmarco Mengaldo gianm.nosp@m.arco.nosp@m..meng.nosp@m.aldo.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

Definition in file StructuralIsotropicConstitutiveLaw.hpp.