MFEM  v3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
mfem::HyperelasticNLFIntegrator Class Reference

Hyperelastic integrator for any given HyperelasticModel. More...

#include <nonlininteg.hpp>

Inheritance diagram for mfem::HyperelasticNLFIntegrator:
[legend]
Collaboration diagram for mfem::HyperelasticNLFIntegrator:
[legend]

Public Member Functions

 HyperelasticNLFIntegrator (HyperelasticModel *m)
 
virtual double GetElementEnergy (const FiniteElement &el, ElementTransformation &Tr, const Vector &elfun)
 Compute the local energy. More...
 
virtual void AssembleElementVector (const FiniteElement &el, ElementTransformation &Tr, const Vector &elfun, Vector &elvect)
 Perform the local action of the NonlinearFormIntegrator. More...
 
virtual void AssembleElementGrad (const FiniteElement &el, ElementTransformation &Tr, const Vector &elfun, DenseMatrix &elmat)
 Assemble the local gradient matrix. More...
 
virtual ~HyperelasticNLFIntegrator ()
 
- Public Member Functions inherited from mfem::NonlinearFormIntegrator
virtual ~NonlinearFormIntegrator ()
 

Detailed Description

Hyperelastic integrator for any given HyperelasticModel.

Definition at line 131 of file nonlininteg.hpp.

Constructor & Destructor Documentation

mfem::HyperelasticNLFIntegrator::HyperelasticNLFIntegrator ( HyperelasticModel m)
inline

Definition at line 139 of file nonlininteg.hpp.

mfem::HyperelasticNLFIntegrator::~HyperelasticNLFIntegrator ( )
virtual

Definition at line 332 of file nonlininteg.cpp.

Member Function Documentation

void mfem::HyperelasticNLFIntegrator::AssembleElementGrad ( const FiniteElement el,
ElementTransformation Tr,
const Vector elfun,
DenseMatrix elmat 
)
virtual

Assemble the local gradient matrix.

Reimplemented from mfem::NonlinearFormIntegrator.

Definition at line 300 of file nonlininteg.cpp.

void mfem::HyperelasticNLFIntegrator::AssembleElementVector ( const FiniteElement el,
ElementTransformation Tr,
const Vector elfun,
Vector elvect 
)
virtual

Perform the local action of the NonlinearFormIntegrator.

Implements mfem::NonlinearFormIntegrator.

Definition at line 263 of file nonlininteg.cpp.

double mfem::HyperelasticNLFIntegrator::GetElementEnergy ( const FiniteElement el,
ElementTransformation Tr,
const Vector elfun 
)
virtual

Compute the local energy.

Reimplemented from mfem::NonlinearFormIntegrator.

Definition at line 229 of file nonlininteg.cpp.


The documentation for this class was generated from the following files: