|
|
typedef struct mgis_bv_BehaviourDataView | mgis_bv_BehaviourDataView |
| |
|
typedef int(* | mgis_bv_BehaviourInitializeFctPtr) (mgis_bv_BehaviourDataView *const, const mgis_real *const) |
| | type of a pointer function implementing an initialize function associated with a behaviour
|
| |
|
typedef int(* | mgis_bv_BehaviourFctPtr) (mgis_bv_BehaviourDataView *const) |
| | type of a pointer function implementing the behaviour integration
|
| |
|
typedef int(* | mgis_bv_BehaviourPostProcessingFctPtr) (mgis_real *const, mgis_bv_BehaviourDataView *const) |
| | type of a pointer function implementing a post-processing associated with a behaviour
|
| |
|
typedef void(* | mgis_bv_RotateBehaviourGradientsFctPtr) (mgis_real *const, const mgis_real *const, const mgis_real *const) |
| | type of the pointer of a function implementing the rotation of the gradients from the global frame to the material frame
|
| |
|
typedef void(* | mgis_bv_RotateArrayOfBehaviourGradientsFctPtr) (mgis_real *const, const mgis_real *const, const mgis_real *const, const mgis_size_type) |
| | type of the pointer of a function implementing the rotation of the gradients from the global frame to the material frame
|
| |
|
typedef void(* | mgis_bv_RotateBehaviourThermodynamicForcesFctPtr) (mgis_real *const, const mgis_real *const, const mgis_real *const) |
| | type of the pointer of a function implementing the rotation of the thermodynamic forces from the global frame to the material frame
|
| |
|
typedef void(* | mgis_bv_RotateArrayOfBehaviourThermodynamicForcesFctPtr) (mgis_real *const, const mgis_real *const, const mgis_real *const, const mgis_size_type) |
| | type of the pointer of a function implementing the rotation of an array of thermodynamic forces from the global frame to the material frame
|
| |
|
typedef void(* | mgis_bv_RotateBehaviourTangentOperatorBlocksFctPtr) (mgis_real *const, const mgis_real *const, const mgis_real *const) |
| | type of the pointer of a function implementing the rotation of the tangent operator blocks from the global frame to the material frame
|
| |
|
typedef void(* | mgis_bv_RotateArrayOfBehaviourTangentOperatorBlocksFctPtr) (mgis_real *const, const mgis_real *const, const mgis_real *const, const mgis_size_type) |
| | type of the pointer of a function implementing the rotation of an array of tangent operator blocks from the global frame to the material frame
|
| |