| 
| 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 => null() | 
|   | 
| type(dofmap_t), pointer  | dof => null() | 
|   | 
| type(gs_t), pointer  | gs_h => null() | 
|   | 
| type(mesh_t), pointer  | msh => null() | 
|   | 
Definition at line 84 of file fdm.f90.