OpenCMISS-Iron Internal API Documentation
|
This module handles all routines pertaining to finite elasticity coupled with fluid pressure for poroelasticity. More...
Functions/Subroutines | |
subroutine, public | finelasticityfluidpressure_equationssetsolnmethodset (EQUATIONS_SET, SOLUTION_METHOD, ERR, ERROR,) |
Sets/changes the solution method for a finite elasticity fluid pressure equation type of a multi physics equations set class. More... | |
subroutine, public | finelasticityfluidpressure_equationssetspecificationset (equationsSet, specification, err, error,) |
Sets the equation specification for a finite elasticity fluid pressure equation type of a fluid mechanics equations set class. More... | |
subroutine, public | finelasticityfluidpressure_equationssetsetup (EQUATIONS_SET, EQUATIONS_SET_SETUP, ERR, ERROR,) |
Sets up the finite elasticity fluid pressure equation. More... | |
subroutine, public | finelasticityfluidpressure_finiteelementcalculate (EQUATIONS_SET, ELEMENT_NUMBER, ERR, ERROR,) |
Calculates the element stiffness matrices and RHS for a finite elasticity fluid pressure equation finite element equations set. More... | |
subroutine, public | finelasticityfluidpressure_problemspecificationset (problem, problemSpecification, err, error,) |
Sets the problem specification for a finite elasticity fluid pressure equation type. More... | |
subroutine, public | elasticity_fluid_pressure_problem_setup (PROBLEM, PROBLEM_SETUP, ERR, ERROR,) |
Sets up the finite elasticity fluid pressure equations problem. More... | |
subroutine, public | elasticity_fluid_pressure_pre_solve (CONTROL_LOOP, SOLVER, ERR, ERROR,) |
Sets up the finite elasticity fluid pressure problem pre-solve. More... | |
subroutine, public | elasticity_fluid_pressure_post_solve (CONTROL_LOOP, SOLVER, ERR, ERROR,) |
Sets up the finite elasticity fluid pressure problem post solve. More... | |
subroutine, public | finelasticityfluidpressure_controllooppreloop (CONTROL_LOOP, ERR, ERROR,) |
Runs before each control loop iteration. More... | |
This module handles all routines pertaining to finite elasticity coupled with fluid pressure for poroelasticity.
subroutine, public finite_elasticity_fluid_pressure_routines::elasticity_fluid_pressure_post_solve | ( | type(control_loop_type), pointer | CONTROL_LOOP, |
type(solver_type), pointer | SOLVER, | ||
integer(intg), intent(out) | ERR, | ||
type(varying_string), intent(out) | ERROR | ||
) |
Sets up the finite elasticity fluid pressure problem post solve.
control_loop | A pointer to the control loop to solve. | |
solver | A pointer to the solver | |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 483 of file finite_elasticity_fluid_pressure_routines.f90.
References base_routines::enters(), base_routines::exits(), finite_elasticity_routines::finite_elasticity_post_solve(), and problem_constants::problem_standard_elasticity_fluid_pressure_subtype.
Referenced by multi_physics_routines::MULTI_PHYSICS_POST_SOLVE::multi_physics_post_solve().
subroutine, public finite_elasticity_fluid_pressure_routines::elasticity_fluid_pressure_pre_solve | ( | type(control_loop_type), pointer | CONTROL_LOOP, |
type(solver_type), pointer | SOLVER, | ||
integer(intg), intent(out) | ERR, | ||
type(varying_string), intent(out) | ERROR | ||
) |
Sets up the finite elasticity fluid pressure problem pre-solve.
control_loop | A pointer to the control loop to solve. | |
solver | A pointer to the solver | |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 431 of file finite_elasticity_fluid_pressure_routines.f90.
References base_routines::enters(), base_routines::exits(), finite_elasticity_routines::finite_elasticity_pre_solve(), problem_constants::problem_control_load_increment_loop_type, and problem_constants::problem_standard_elasticity_fluid_pressure_subtype.
Referenced by multi_physics_routines::MULTI_PHYSICS_PRE_SOLVE::multi_physics_pre_solve().
subroutine, public finite_elasticity_fluid_pressure_routines::elasticity_fluid_pressure_problem_setup | ( | type(problem_type), pointer | PROBLEM, |
type(problem_setup_type), intent(inout) | PROBLEM_SETUP, | ||
integer(intg), intent(out) | ERR, | ||
type(varying_string), intent(out) | ERROR | ||
) |
Sets up the finite elasticity fluid pressure equations problem.
problem | A pointer to the problem to setup | |
[in,out] | problem_setup | The problem setup information |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 283 of file finite_elasticity_fluid_pressure_routines.f90.
References control_loop_routines::control_loop_create_finish(), control_loop_routines::control_loop_create_start(), control_loop_routines::control_loop_node, control_loop_routines::control_loop_solvers_get(), control_loop_routines::control_loop_type_set(), base_routines::enters(), base_routines::exits(), problem_constants::problem_control_load_increment_loop_type, problem_constants::problem_setup_control_type, problem_constants::problem_setup_finish_action, problem_constants::problem_setup_initial_type, problem_constants::problem_setup_solver_equations_type, problem_constants::problem_setup_solvers_type, problem_constants::problem_setup_start_action, problem_constants::problem_standard_elasticity_fluid_pressure_subtype, solver_routines::solver_equations_create_finish(), solver_routines::solver_equations_create_start(), solver_routines::solver_equations_linearity_type_set(), problem_constants::solver_equations_nonlinear, solver_routines::solver_equations_sparsity_type_set(), problem_constants::solver_equations_static, solver_routines::solver_equations_time_dependence_type_set(), solver_routines::solver_library_type_set(), solver_routines::solver_nonlinear_type, solver_routines::solver_petsc_library, solver_routines::solver_solver_equations_get(), solver_routines::solver_sparse_matrices, solver_routines::solver_type_set(), solver_routines::solvers_create_finish(), solver_routines::solvers_create_start(), solver_routines::solvers_number_set(), and solver_routines::solvers_solver_get().
Referenced by multi_physics_routines::MULTI_PHYSICS_PROBLEM_SETUP::multi_physics_problem_setup().
subroutine, public finite_elasticity_fluid_pressure_routines::finelasticityfluidpressure_controllooppreloop | ( | type(control_loop_type), pointer | CONTROL_LOOP, |
integer(intg), intent(out) | ERR, | ||
type(varying_string), intent(out) | ERROR | ||
) |
Runs before each control loop iteration.
control_loop | A pointer to the control loop to solve. | |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 533 of file finite_elasticity_fluid_pressure_routines.f90.
References control_loop_routines::control_loop_progress_output, base_routines::diagnostic_output_type, base_routines::diagnostics1, base_routines::enters(), base_routines::errors(), base_routines::exits(), base_routines::general_output_type, and problem_constants::problem_control_load_increment_loop_type.
subroutine, public finite_elasticity_fluid_pressure_routines::finelasticityfluidpressure_equationssetsetup | ( | type(equations_set_type), pointer | EQUATIONS_SET, |
type(equations_set_setup_type), intent(inout) | EQUATIONS_SET_SETUP, | ||
integer(intg), intent(out) | ERR, | ||
type(varying_string), intent(out) | ERROR | ||
) |
Sets up the finite elasticity fluid pressure equation.
equations_set | A pointer to the equations set to setup | |
[in,out] | equations_set_setup | The equations set setup information |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 180 of file finite_elasticity_fluid_pressure_routines.f90.
References base_routines::enters(), base_routines::errors(), and base_routines::exits().
subroutine, public finite_elasticity_fluid_pressure_routines::finelasticityfluidpressure_equationssetsolnmethodset | ( | type(equations_set_type), pointer | EQUATIONS_SET, |
integer(intg), intent(in) | SOLUTION_METHOD, | ||
integer(intg), intent(out) | ERR, | ||
type(varying_string), intent(out) | ERROR | ||
) |
Sets/changes the solution method for a finite elasticity fluid pressure equation type of a multi physics equations set class.
equations_set | A pointer to the equations set to set the solution method for | |
[in] | solution_method | The solution method to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 92 of file finite_elasticity_fluid_pressure_routines.f90.
References base_routines::enters(), equations_set_constants::equations_set_bem_solution_method, equations_set_constants::equations_set_elasticity_fluid_pres_holmes_mow_active_subtype, equations_set_constants::equations_set_elasticity_fluid_pressure_holmes_mow_subtype, equations_set_constants::equations_set_elasticity_fluid_pressure_static_inria_subtype, equations_set_constants::equations_set_fd_solution_method, equations_set_constants::equations_set_fem_solution_method, equations_set_constants::equations_set_fv_solution_method, equations_set_constants::equations_set_gfem_solution_method, equations_set_constants::equations_set_gfv_solution_method, base_routines::errors(), and base_routines::exits().
Referenced by multi_physics_routines::MultiPhysics_EquationsSetSolnMethodSet::multiphysics_equationssetsolnmethodset().
subroutine, public finite_elasticity_fluid_pressure_routines::finelasticityfluidpressure_equationssetspecificationset | ( | type(equations_set_type), pointer | equationsSet, |
integer(intg), dimension(:), intent(in) | specification, | ||
integer(intg), intent(out) | err, | ||
type(varying_string), intent(out) | error | ||
) |
Sets the equation specification for a finite elasticity fluid pressure equation type of a fluid mechanics equations set class.
equationsset | A pointer to the equations set to set the specification for | |
[in] | specification | The equations set specification to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 154 of file finite_elasticity_fluid_pressure_routines.f90.
References base_routines::enters(), base_routines::errors(), and base_routines::exits().
Referenced by multi_physics_routines::MultiPhysics_EquationsSetSpecificationSet::multiphysics_equationssetspecificationset().
subroutine, public finite_elasticity_fluid_pressure_routines::finelasticityfluidpressure_finiteelementcalculate | ( | type(equations_set_type), pointer | EQUATIONS_SET, |
integer(intg), intent(in) | ELEMENT_NUMBER, | ||
integer(intg), intent(out) | ERR, | ||
type(varying_string), intent(out) | ERROR | ||
) |
Calculates the element stiffness matrices and RHS for a finite elasticity fluid pressure equation finite element equations set.
equations_set | A pointer to the equations set to perform the finite element calculations on | |
[in] | element_number | The element number to calculate |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 206 of file finite_elasticity_fluid_pressure_routines.f90.
References base_routines::enters(), base_routines::errors(), and base_routines::exits().
Referenced by multi_physics_routines::MULTI_PHYSICS_FINITE_ELEMENT_CALCULATE::multi_physics_finite_element_calculate().
subroutine, public finite_elasticity_fluid_pressure_routines::finelasticityfluidpressure_problemspecificationset | ( | type(problem_type), pointer | problem, |
integer(intg), dimension(:), intent(in) | problemSpecification, | ||
integer(intg), intent(out) | err, | ||
type(varying_string), intent(out) | error | ||
) |
Sets the problem specification for a finite elasticity fluid pressure equation type.
problem | A pointer to the problem to set the specification for | |
[in] | problemspecification | The problem specification to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 231 of file finite_elasticity_fluid_pressure_routines.f90.
References base_routines::enters(), base_routines::errors(), base_routines::exits(), problem_constants::problem_finite_elasticity_fluid_pressure_type, problem_constants::problem_multi_physics_class, and problem_constants::problem_standard_elasticity_fluid_pressure_subtype.
Referenced by multi_physics_routines::MultiPhysics_ProblemSpecificationSet::multiphysics_problemspecificationset().