DOLFINx 0.8.0
DOLFINx C++ interface
Loading...
Searching...
No Matches
Public Member Functions | List of all members
HyperElasticProblem Class Reference

Hyperelastic problem class. More...

Public Member Functions

 HyperElasticProblem (std::shared_ptr< fem::Form< T > > L, std::shared_ptr< fem::Form< T > > J, std::vector< std::shared_ptr< const fem::DirichletBC< T > > > bcs)
 Constructor.
 
virtual ~HyperElasticProblem ()
 Destructor.
 
auto form ()
 Form.
 
auto F ()
 Compute F at current point x.
 
auto J ()
 Compute J = F' at current point x.
 
Vec vector ()
 RHS vector.
 
Mat matrix ()
 Jacobian matrix.
 

Detailed Description

Hyperelastic problem class.

Member Function Documentation

◆ form()

auto form ( )
inline

Form.

Returns

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