OpenCMISS-Iron Internal API Documentation
|
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... | |
DOF type for boundary conditions.
integer(intg), parameter, public boundary_conditions_routines::boundary_condition_dof_constrained =3 |
The dof is constrained to be a linear combination of other DOFs.
Definition at line 89 of file boundary_condition_routines.f90.
Referenced by boundary_conditions_routines::boundaryconditions_dofconstraintscreatefinish(), boundary_conditions_routines::boundaryconditions_setconditiontype(), and solver_mapping_routines::solver_mapping_calculate().
integer(intg), parameter, public boundary_conditions_routines::boundary_condition_dof_fixed =1 |
The dof is fixed as a boundary condition.
Definition at line 87 of file boundary_condition_routines.f90.
Referenced by boundary_conditions_routines::boundary_conditions_create_finish(), boundary_conditions_routines::boundaryconditions_setconditiontype(), equations_set_routines::equations_set_backsubstitute(), and equations_set_routines::equations_set_nonlinear_rhs_update().
integer(intg), parameter, public boundary_conditions_routines::boundary_condition_dof_free =0 |
The dof is free.
Definition at line 86 of file boundary_condition_routines.f90.
Referenced by boundary_conditions_routines::boundary_conditions_variable_initialise(), boundary_conditions_routines::boundaryconditions_dofconstraintscreatefinish(), boundary_conditions_routines::boundaryconditions_dofconstraintset(), boundary_conditions_routines::boundaryconditions_setconditiontype(), equations_set_routines::equations_set_backsubstitute(), equations_set_routines::equations_set_nonlinear_rhs_update(), and solver_mapping_routines::solver_mapping_calculate().
integer(intg), parameter, public boundary_conditions_routines::boundary_condition_dof_mixed =2 |
The dof is set as a mixed boundary condition.
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().