| 
    DOLFINx 0.10.0.0
    
   DOLFINx C++ interface 
   | 
 
Hyperelastic problem class. More...
Public Member Functions | |
| HyperElasticProblem (fem::Form< T > &L, fem::Form< T > &J, const std::vector< 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.