|
| 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.