OpenCMISS-Iron Internal API Documentation

Type of tensor to evaluate from an EquationsSet. More...

Collaboration diagram for OPENCMISS::EquationsSet::TensorEvaluateTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_evaluate_deformation_gradient_tensor = EQUATIONS_SET_EVALUATE_DEFORMATION_GRADIENT_TENSOR
 Deformation gradient tensor. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_evaluate_r_cauchy_green_deformation_tensor = EQUATIONS_SET_EVALUATE_R_CAUCHY_GREEN_DEFORMATION_TENSOR
 Right Cauchy-Green deformation field. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_evaluate_green_lagrange_strain_tensor = EQUATIONS_SET_EVALUATE_GREEN_LAGRANGE_STRAIN_TENSOR
 Green-Lagrange strain tensor. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_evaluate_cauchy_stress_tensor = EQUATIONS_SET_EVALUATE_CAUCHY_STRESS_TENSOR
 Cauchy-stress tensor. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_evaluate_second_pk_stress_tensor = EQUATIONS_SET_EVALUATE_SECOND_PK_STRESS_TENSOR
 Second Piola Kirchhoff-stress tensor. More...
 

Detailed Description

Type of tensor to evaluate from an EquationsSet.

See also
OPENCMISS::EquationsSet,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_evaluate_cauchy_stress_tensor = EQUATIONS_SET_EVALUATE_CAUCHY_STRESS_TENSOR

Cauchy-stress tensor.

See also
OPENCMISS::EquationsSet::TensorEvaluateTypes,OPENCMISS

Definition at line 2607 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_evaluate_deformation_gradient_tensor = EQUATIONS_SET_EVALUATE_DEFORMATION_GRADIENT_TENSOR

Deformation gradient tensor.

See also
OPENCMISS::EquationsSet::TensorEvaluateTypes,OPENCMISS

Definition at line 2601 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_evaluate_green_lagrange_strain_tensor = EQUATIONS_SET_EVALUATE_GREEN_LAGRANGE_STRAIN_TENSOR

Green-Lagrange strain tensor.

See also
OPENCMISS::EquationsSet::TensorEvaluateTypes,OPENCMISS

Definition at line 2605 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_evaluate_r_cauchy_green_deformation_tensor = EQUATIONS_SET_EVALUATE_R_CAUCHY_GREEN_DEFORMATION_TENSOR

Right Cauchy-Green deformation field.

See also
OPENCMISS::EquationsSet::TensorEvaluateTypes,OPENCMISS

Definition at line 2603 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_evaluate_second_pk_stress_tensor = EQUATIONS_SET_EVALUATE_SECOND_PK_STRESS_TENSOR

Second Piola Kirchhoff-stress tensor.

See also
OPENCMISS::EquationsSet::TensorEvaluateTypes,OPENCMISS

Definition at line 2609 of file opencmiss_iron.f90.