OpenCMISS-Iron Internal API Documentation
EQUATIONS_SET_CONSTANTS::TensorEvaluateTypes

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

Variables

integer(intg), parameter equations_set_constants::equations_set_evaluate_deformation_gradient_tensor =1
 Deformation gradient tensor. More...
 
integer(intg), parameter equations_set_constants::equations_set_evaluate_r_cauchy_green_deformation_tensor =2
 Right Cauchy-Green deformation field. More...
 
integer(intg), parameter equations_set_constants::equations_set_evaluate_green_lagrange_strain_tensor =3
 Green-Lagrange strain tensor. More...
 
integer(intg), parameter equations_set_constants::equations_set_evaluate_cauchy_stress_tensor =4
 Cauchy stress tensor. More...
 
integer(intg), parameter equations_set_constants::equations_set_evaluate_second_pk_stress_tensor =5
 Second Piola Kirchhoff stress tensor. More...
 

Detailed Description

Type of tensor to evaluate from an EquationsSet.

See also
EQUATIONS_SET_CONSTANTS

Variable Documentation

integer(intg), parameter equations_set_constants::equations_set_evaluate_cauchy_stress_tensor =4

Cauchy stress tensor.

See also
EQUATIONS_SET_CONSTANTS::TensorEvaluateTypes,EQUATIONS_SET_CONSTANTS

Definition at line 401 of file equations_set_constants.f90.

Referenced by finite_elasticity_routines::finiteelasticity_tensorinterpolatexi().

integer(intg), parameter equations_set_constants::equations_set_evaluate_deformation_gradient_tensor =1

Deformation gradient tensor.

See also
EQUATIONS_SET_CONSTANTS::TensorEvaluateTypes,EQUATIONS_SET_CONSTANTS

Definition at line 398 of file equations_set_constants.f90.

Referenced by finite_elasticity_routines::finiteelasticity_tensorinterpolatexi().

integer(intg), parameter equations_set_constants::equations_set_evaluate_green_lagrange_strain_tensor =3

Green-Lagrange strain tensor.

See also
EQUATIONS_SET_CONSTANTS::TensorEvaluateTypes,EQUATIONS_SET_CONSTANTS

Definition at line 400 of file equations_set_constants.f90.

Referenced by finite_elasticity_routines::finiteelasticity_tensorinterpolatexi().

integer(intg), parameter equations_set_constants::equations_set_evaluate_r_cauchy_green_deformation_tensor =2

Right Cauchy-Green deformation field.

See also
EQUATIONS_SET_CONSTANTS::TensorEvaluateTypes,EQUATIONS_SET_CONSTANTS

Definition at line 399 of file equations_set_constants.f90.

Referenced by finite_elasticity_routines::finiteelasticity_tensorinterpolatexi().

integer(intg), parameter equations_set_constants::equations_set_evaluate_second_pk_stress_tensor =5

Second Piola Kirchhoff stress tensor.

See also
EQUATIONS_SET_CONSTANTS::TensorEvaluateTypes,EQUATIONS_SET_CONSTANTS

Definition at line 402 of file equations_set_constants.f90.

Referenced by finite_elasticity_routines::finiteelasticity_tensorinterpolatexi().