RFFGen
|
Examples | Examples mainly from hyperelasticity |
Rubber | Isotropic models for the description of rubber materials (neo-Hookean and Mooney-Rivlin models) |
Biomechanics | Models for the description of different biologial soft tissues |
Mathematical Operations | Mathematical operations and corresponding differentation rules |
CMath | Wrappers for functions from <cmath> |
Linear Algebra | Functionality from linear algebra such as (modified) principal and mixed matrix invariants |
Invariants | Matrix Invariants (principal and mixed, modified (isochoric) invariants and deviatoric invariants) |
Concepts | Requirements on the input types |
CopyConcept | Require copy-constructability and copy-assignability |
MultiplyWithArithmeticFromLeftConcept | Requires that multiplication with double and int can be performed either by in-place multiplication or by multiplication from the left |
SummationConcept | Requires that summation can be performed |
MultiplicationConcept | Requires that multiplication can be performed |
ConceptCheck | Static checks for requirements specified in Concepts |