|
| integer | n |
| |
| integer, dimension(:), allocatable | order |
| |
| integer, dimension(:), allocatable | order_inv |
| |
| real(kind_real), dimension(:), allocatable | lon |
| |
| real(kind_real), dimension(:), allocatable | lat |
| |
| real(kind_real), dimension(:), allocatable | x |
| |
| real(kind_real), dimension(:), allocatable | y |
| |
| real(kind_real), dimension(:), allocatable | z |
| |
| integer, dimension(:), allocatable | list |
| |
| integer, dimension(:), allocatable | lptr |
| |
| integer, dimension(:), allocatable | lend |
| |
| integer | lnew |
| |
| integer | nb |
| |
| integer, dimension(:), allocatable | bnd |
| |
| integer | nt |
| |
| integer | na |
| |
| integer, dimension(:,:), allocatable | ltri |
| |
| integer, dimension(:,:), allocatable | larc |
| |
| real(kind_real), dimension(:), allocatable | bdist |
| |
Definition at line 24 of file type_mesh.F90.
◆ addnode()
| procedure type_mesh::mesh_type::addnode |
( |
| ) |
|
◆ barcs()
| procedure type_mesh::mesh_type::barcs |
( |
| ) |
|
◆ barycentric()
| procedure type_mesh::mesh_type::barycentric |
( |
| ) |
|
◆ bnodes()
| procedure type_mesh::mesh_type::bnodes |
( |
| ) |
|
◆ check()
| procedure type_mesh::mesh_type::check |
( |
| ) |
|
◆ copy()
| procedure type_mesh::mesh_type::copy |
( |
| ) |
|
◆ create()
| procedure type_mesh::mesh_type::create |
( |
| ) |
|
◆ dealloc()
| procedure type_mesh::mesh_type::dealloc |
( |
| ) |
|
◆ inside()
| procedure type_mesh::mesh_type::inside |
( |
| ) |
|
◆ polygon()
| procedure type_mesh::mesh_type::polygon |
( |
| ) |
|
◆ trans()
| procedure type_mesh::mesh_type::trans |
( |
| ) |
|
◆ trlist()
| procedure type_mesh::mesh_type::trlist |
( |
| ) |
|
◆ bdist
| real(kind_real), dimension(:), allocatable type_mesh::mesh_type::bdist |
◆ bnd
| integer, dimension(:), allocatable type_mesh::mesh_type::bnd |
◆ larc
| integer, dimension(:,:), allocatable type_mesh::mesh_type::larc |
◆ lat
| real(kind_real), dimension(:), allocatable type_mesh::mesh_type::lat |
◆ lend
| integer, dimension(:), allocatable type_mesh::mesh_type::lend |
◆ list
| integer, dimension(:), allocatable type_mesh::mesh_type::list |
◆ lnew
| integer type_mesh::mesh_type::lnew |
◆ lon
| real(kind_real), dimension(:), allocatable type_mesh::mesh_type::lon |
◆ lptr
| integer, dimension(:), allocatable type_mesh::mesh_type::lptr |
◆ ltri
| integer, dimension(:,:), allocatable type_mesh::mesh_type::ltri |
| integer type_mesh::mesh_type::n |
◆ na
| integer type_mesh::mesh_type::na |
◆ nb
| integer type_mesh::mesh_type::nb |
◆ nt
| integer type_mesh::mesh_type::nt |
◆ order
| integer, dimension(:), allocatable type_mesh::mesh_type::order |
◆ order_inv
| integer, dimension(:), allocatable type_mesh::mesh_type::order_inv |
| real(kind_real), dimension(:), allocatable type_mesh::mesh_type::x |
| real(kind_real), dimension(:), allocatable type_mesh::mesh_type::y |
| real(kind_real), dimension(:), allocatable type_mesh::mesh_type::z |
The documentation for this type was generated from the following file: