Octopus
mesh_partition.F90 File Reference

Go to the source code of this file.

Modules

module  mesh_partition_oct_m
 

Functions/Subroutines

subroutine, public mesh_partition_oct_m::mesh_partition (mesh, namespace, space, lapl_stencil, vsize)
 This routine converts the mesh given by grid points into a graph. More...
 
subroutine metis_error_code (ierr)
 
subroutine, public mesh_partition_oct_m::mesh_partition_from_parent (mesh, parent)
 create a mesh partition from a given parent mesh More...
 
subroutine, public mesh_partition_oct_m::mesh_partition_dump (restart, mesh, vsize, ierr)
 
subroutine, public mesh_partition_oct_m::mesh_partition_load (restart, mesh, ierr)
 
subroutine, public mesh_partition_oct_m::mesh_partition_write_info (mesh, iunit, namespace)
 
subroutine, public mesh_partition_oct_m::mesh_partition_messages_debug (mesh, namespace)
 

Variables

integer, parameter mesh_partition_oct_m::metis = 1
 
integer, parameter mesh_partition_oct_m::parmetis = 2
 
integer, parameter mesh_partition_oct_m::hilbert = 3
 
integer, parameter mesh_partition_oct_m::rcb = 1
 
integer, parameter mesh_partition_oct_m::graph = 2
 

Function/Subroutine Documentation

◆ metis_error_code()

subroutine mesh_partition::metis_error_code ( integer, intent(in)  ierr)
private

Definition at line 513 of file mesh_partition.F90.