|
DOLFINx 0.8.0
DOLFINx C++ interface
|
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. | |
Hyperelastic problem class.
|
inline |
Form.