FE-Project
|
Public Attributes | |
type(elementbase1d), pointer | refelem1d |
real(rp) | xmin |
real(rp) | xmax |
![]() | |
integer | ne |
integer | nes |
integer | nee |
integer | nea |
integer | nv |
class(elementbase), pointer | refelem |
real(rp), dimension(:,:), allocatable | pos_ev |
real(rp), dimension(:,:,:), allocatable | pos_en |
real(rp), dimension(:,:,:), allocatable | normal_fn |
real(rp), dimension(:,:), allocatable | sj |
real(rp), dimension(:,:), allocatable | j |
real(rp), dimension(:,:,:,:), allocatable | escale |
real(rp), dimension(:,:), allocatable | fscale |
integer, dimension(:,:), allocatable | etov |
integer, dimension(:,:), allocatable | etoe |
integer, dimension(:,:), allocatable | etof |
integer, dimension(:,:), allocatable | vmapm |
integer, dimension(:,:), allocatable | vmapp |
integer, dimension(:,:), allocatable | mapm |
integer, dimension(:,:), allocatable | mapp |
integer, dimension(:,:), allocatable | bctype |
integer, dimension(:), allocatable | mapb |
integer, dimension(:), allocatable | vmapb |
integer | tileid |
integer | panelid |
integer | prc_myrank |
integer | lcdomid |
real(rp), dimension(:,:,:,:), allocatable | g_ij |
The covariant component of metric tensor with horizontal general curvilinear coordinate. | |
real(rp), dimension(:,:,:,:), allocatable | gij |
The contravariant component of metric tensor with horizontal general curvilinear coordinate. | |
real(rp), dimension(:,:), allocatable | gsqrt |
The Jacobian of 3D transformation in the computational coordinate (=GsqrtH * GsqrtV) | |
Definition at line 29 of file scale_localmesh_1d.F90.
type(elementbase1d), pointer scale_localmesh_1d::localmesh1d::refelem1d |
Definition at line 31 of file scale_localmesh_1d.F90.
real(rp) scale_localmesh_1d::localmesh1d::xmin |
Definition at line 32 of file scale_localmesh_1d.F90.
real(rp) scale_localmesh_1d::localmesh1d::xmax |
Definition at line 32 of file scale_localmesh_1d.F90.