Go to the source code of this file.
|
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...
|
|