OpenCMISS-Iron Internal API Documentation
BOUNDARY_CONDITIONS_ROUTINES::DOFTypes

DOF type for boundary conditions. More...

Variables

integer(intg), parameter, public boundary_conditions_routines::boundary_condition_dof_free =0
 The dof is free. More...
 
integer(intg), parameter, public boundary_conditions_routines::boundary_condition_dof_fixed =1
 The dof is fixed as a boundary condition. More...
 
integer(intg), parameter, public boundary_conditions_routines::boundary_condition_dof_mixed =2
 The dof is set as a mixed boundary condition. More...
 
integer(intg), parameter, public boundary_conditions_routines::boundary_condition_dof_constrained =3
 The dof is constrained to be a linear combination of other DOFs. More...
 

Detailed Description

DOF type for boundary conditions.

Variable Documentation

integer(intg), parameter, public boundary_conditions_routines::boundary_condition_dof_constrained =3
integer(intg), parameter, public boundary_conditions_routines::boundary_condition_dof_fixed =1
integer(intg), parameter, public boundary_conditions_routines::boundary_condition_dof_mixed =2

The dof is set as a mixed boundary condition.

See also
BOUNDARY_CONDITIONS_ROUTINES::BoundaryConditions,BOUNDARY_CONDITIONS_ROUTINES

Definition at line 88 of file boundary_condition_routines.f90.

Referenced by equations_set_routines::equations_set_backsubstitute(), and equations_set_routines::equations_set_nonlinear_rhs_update().