|
real(kind=rp), dimension(:,:,:,:), allocatable | s |
|
real(kind=rp), dimension(:,:), allocatable | d |
|
type(c_ptr) | s_d = C_NULL_PTR |
|
type(c_ptr) | d_d = C_NULL_PTR |
|
real(kind=rp), dimension(:), allocatable | len_lr |
|
real(kind=rp), dimension(:), allocatable | len_ls |
|
real(kind=rp), dimension(:), allocatable | len_lt |
|
real(kind=rp), dimension(:), allocatable | len_mr |
|
real(kind=rp), dimension(:), allocatable | len_ms |
|
real(kind=rp), dimension(:), allocatable | len_mt |
|
real(kind=rp), dimension(:), allocatable | len_rr |
|
real(kind=rp), dimension(:), allocatable | len_rs |
|
real(kind=rp), dimension(:), allocatable | len_rt |
|
real(kind=rp), dimension(:,:,:,:), allocatable | swplen |
|
type(c_ptr) | swplen_d = C_NULL_PTR |
|
type(space_t), pointer | xh |
|
type(dofmap_t), pointer | dof |
|
type(gs_t), pointer | gs_h |
|
type(mesh_t), pointer | msh |
|
Definition at line 83 of file fdm.f90.
◆ compute()
procedure, pass(this) fdm::fdm_t::compute |
◆ free()
procedure, pass(this) fdm::fdm_t::free |
◆ init()
procedure, pass(this) fdm::fdm_t::init |
real(kind=rp), dimension(:,:), allocatable fdm::fdm_t::d |
◆ d_d
type(c_ptr) fdm::fdm_t::d_d = C_NULL_PTR |
◆ dof
◆ gs_h
type(gs_t), pointer fdm::fdm_t::gs_h |
◆ len_lr
real(kind=rp), dimension(:), allocatable fdm::fdm_t::len_lr |
◆ len_ls
real(kind=rp), dimension(:), allocatable fdm::fdm_t::len_ls |
◆ len_lt
real(kind=rp), dimension(:), allocatable fdm::fdm_t::len_lt |
◆ len_mr
real(kind=rp), dimension(:), allocatable fdm::fdm_t::len_mr |
◆ len_ms
real(kind=rp), dimension(:), allocatable fdm::fdm_t::len_ms |
◆ len_mt
real(kind=rp), dimension(:), allocatable fdm::fdm_t::len_mt |
◆ len_rr
real(kind=rp), dimension(:), allocatable fdm::fdm_t::len_rr |
◆ len_rs
real(kind=rp), dimension(:), allocatable fdm::fdm_t::len_rs |
◆ len_rt
real(kind=rp), dimension(:), allocatable fdm::fdm_t::len_rt |
◆ msh
type(mesh_t), pointer fdm::fdm_t::msh |
real(kind=rp), dimension(:,:,:,:), allocatable fdm::fdm_t::s |
◆ s_d
type(c_ptr) fdm::fdm_t::s_d = C_NULL_PTR |
◆ swplen
real(kind=rp), dimension(:,:,:,:), allocatable fdm::fdm_t::swplen |
◆ swplen_d
type(c_ptr) fdm::fdm_t::swplen_d = C_NULL_PTR |
◆ xh
type(space_t), pointer fdm::fdm_t::xh |
The documentation for this type was generated from the following file:
- /home/runner/work/neko/neko/src/math/fdm.f90