SFEMaNS  version 4.1 (work in progress)
Reference documentation for SFEMaNS
 All Classes Files Functions Variables Groups Pages
metis_reorder_elements Module Reference

Public Member Functions

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)
 

Private Attributes

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

Detailed Description

Definition at line 1 of file two_dim_metis_distribution.f90.

Member 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 281 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 467 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 10 of file two_dim_metis_distribution.f90.

Here is the call graph for this function:

Member Data Documentation

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

Definition at line 4 of file two_dim_metis_distribution.f90.

integer metis_reorder_elements::metis_noptions =40
private

Definition at line 6 of file two_dim_metis_distribution.f90.

integer metis_reorder_elements::metis_option_numbering =17
private

Definition at line 6 of file two_dim_metis_distribution.f90.


The documentation for this module was generated from the following file: