SFEMaNS  version 5.3
Reference documentation for SFEMaNS
metis_reorder_elements Module Reference

Functions/Subroutines

subroutine, public reorder_mesh (communicator, nb_proc, mesh, mesh_loc, list_of_interfaces)
 
subroutine create_local_mesh (mesh, mesh_loc, me_loc, mes_loc, np_loc, news, inter_news)
 
subroutine, public free_mesh_after (mesh)
 

Variables

real(kind=8) epsilon = 1.d-10
 
integer metis_noptions =40
 
integer metis_option_numbering =18
 

Function/Subroutine Documentation

subroutine metis_reorder_elements::create_local_mesh ( type(mesh_type mesh,
type(mesh_type mesh_loc,
integer, dimension(2), intent(in)  me_loc,
integer, dimension(2), intent(in)  mes_loc,
integer, dimension(2), intent(in)  np_loc,
integer, optional  news,
integer, dimension(:,:), intent(in), optional  inter_news 
)

Definition at line 286 of file two_dim_metis_distribution.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine public metis_reorder_elements::free_mesh_after ( type(mesh_type mesh)

Definition at line 481 of file two_dim_metis_distribution.f90.

subroutine public metis_reorder_elements::reorder_mesh (   communicator,
  nb_proc,
type(mesh_type mesh,
type(mesh_type mesh_loc,
integer, dimension(:), optional, pointer  list_of_interfaces 
)

Definition at line 12 of file two_dim_metis_distribution.f90.

Here is the call graph for this function:

Variable Documentation

real(kind=8) metis_reorder_elements::epsilon = 1.d-10
private

Definition at line 6 of file two_dim_metis_distribution.f90.

integer metis_reorder_elements::metis_noptions =40
private

Definition at line 8 of file two_dim_metis_distribution.f90.

integer metis_reorder_elements::metis_option_numbering =18
private

Definition at line 8 of file two_dim_metis_distribution.f90.