SABER
type_mesh.F90 File Reference

Go to the source code of this file.

Data Types

type  type_mesh::row_type
 
type  type_mesh::mesh_type
 

Modules

module  type_mesh
 Subroutines/functions list.
 

Functions/Subroutines

subroutine type_mesh::mesh_alloc (mesh, n, nam)
 Allocation. More...
 
subroutine type_mesh::mesh_init (mesh, mpl, rng, lon, lat, area)
 Intialization. More...
 
subroutine type_mesh::mesh_dealloc (mesh)
 Release memory. More...
 
subroutine type_mesh::mesh_bnodes (mesh, mpl)
 Find boundary nodes. More...
 
subroutine type_mesh::mesh_inside (mesh, mpl, lon, lat, inside_mesh)
 Find whether a point is inside the mesh. More...
 
subroutine type_mesh::mesh_barycentric (mesh, mpl, lon, lat, tree, b, ib)
 Compute barycentric coordinates. More...
 
subroutine type_mesh::mesh_count_bnda (mesh, gmask, nbnda)
 Count boundary arcs. More...
 
subroutine type_mesh::mesh_get_bnda (mesh, gmask, nbnda, bnda_index)
 Get boundary arcs. More...
 

Variables

logical, parameter type_mesh::shuffle = .true.
 Shuffle mesh order (more efficient to compute the Delaunay triangulation) More...
 
integer, parameter type_mesh::nnmax = 20
 Maximum number of nearest neighbors in the triangle search. More...
 
real(kind_real), parameter type_mesh::acc_fac = five
 Acceptance factor for mesh neighbors. More...