0.6.0
Loading...
Searching...
No Matches
mod_mof_correct_mof_structure Module Reference

Functions/Subroutines

subroutine, public mof_correct_mof_structure (mof_phases)
 
subroutine mof2d_correct_mof_structure_on_given_cell (mof_phases, i, j)
 
subroutine mof3d_correct_mof_structure_on_given_cell (mof_phases, i, j, k)
 
subroutine mof2d_axisym_correct_mof_structure_on_given_cell (mof_phases, i, j)
 

Function/Subroutine Documentation

◆ mof2d_axisym_correct_mof_structure_on_given_cell()

subroutine mod_mof_correct_mof_structure::mof2d_axisym_correct_mof_structure_on_given_cell ( type(t_phase_geometry), dimension(:), intent(inout) mof_phases,
integer, intent(in) i,
integer, intent(in) j )
private

◆ mof2d_correct_mof_structure_on_given_cell()

subroutine mod_mof_correct_mof_structure::mof2d_correct_mof_structure_on_given_cell ( type(t_phase_geometry), dimension(:), intent(inout) mof_phases,
integer, intent(in) i,
integer, intent(in) j )
private

◆ mof3d_correct_mof_structure_on_given_cell()

subroutine mod_mof_correct_mof_structure::mof3d_correct_mof_structure_on_given_cell ( type(t_phase_geometry), dimension(:), intent(inout) mof_phases,
integer, intent(in) i,
integer, intent(in) j,
integer, intent(in) k )
private

◆ mof_correct_mof_structure()

subroutine, public mod_mof_correct_mof_structure::mof_correct_mof_structure ( type(t_phase_geometry), dimension(:), intent(inout) mof_phases)