FE-Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
scale_element_base::elementbase2d Type Reference
Inheritance diagram for scale_element_base::elementbase2d:
scale_element_base::elementbase scale_element_quadrilateral::quadrilateralelement

Public Attributes

integer polyorder
 
integer nfp
 
integer, dimension(:,:), allocatable fmask
 
real(rp), dimension(:), allocatable x1
 
real(rp), dimension(:), allocatable x2
 
real(rp), dimension(:,:), allocatable dx1
 
real(rp), dimension(:,:), allocatable dx2
 
real(rp), dimension(:,:), allocatable sx1
 
real(rp), dimension(:,:), allocatable sx2
 
- Public Attributes inherited from scale_element_base::elementbase
integer np
 
integer nfaces
 
integer nfptot
 
integer nv
 
real(rp), dimension(:,:), allocatable v
 
real(rp), dimension(:,:), allocatable invv
 
real(rp), dimension(:,:), allocatable m
 
real(rp), dimension(:,:), allocatable invm
 
real(rp), dimension(:,:), allocatable lift
 
real(rp), dimension(:), allocatable intweight_lgl
 

Additional Inherited Members

- Public Member Functions inherited from scale_element_base::elementbase
procedure islumpedmatrix (elem)
 

Detailed Description

Definition at line 68 of file scale_element_base.F90.

Member Data Documentation

◆ polyorder

integer scale_element_base::elementbase2d::polyorder

Definition at line 69 of file scale_element_base.F90.

69 integer :: PolyOrder

◆ nfp

integer scale_element_base::elementbase2d::nfp

Definition at line 70 of file scale_element_base.F90.

70 integer :: Nfp

◆ fmask

integer, dimension(:,:), allocatable scale_element_base::elementbase2d::fmask

Definition at line 71 of file scale_element_base.F90.

71 integer, allocatable :: Fmask(:,:)

◆ x1

real(rp), dimension(:), allocatable scale_element_base::elementbase2d::x1

Definition at line 73 of file scale_element_base.F90.

73 real(RP), allocatable :: x1(:)

◆ x2

real(rp), dimension(:), allocatable scale_element_base::elementbase2d::x2

Definition at line 74 of file scale_element_base.F90.

74 real(RP), allocatable :: x2(:)

◆ dx1

real(rp), dimension(:,:), allocatable scale_element_base::elementbase2d::dx1

Definition at line 76 of file scale_element_base.F90.

76 real(RP), allocatable :: Dx1(:,:)

◆ dx2

real(rp), dimension(:,:), allocatable scale_element_base::elementbase2d::dx2

Definition at line 77 of file scale_element_base.F90.

77 real(RP), allocatable :: Dx2(:,:)

◆ sx1

real(rp), dimension(:,:), allocatable scale_element_base::elementbase2d::sx1

Definition at line 79 of file scale_element_base.F90.

79 real(RP), allocatable :: Sx1(:,:)

◆ sx2

real(rp), dimension(:,:), allocatable scale_element_base::elementbase2d::sx2

Definition at line 80 of file scale_element_base.F90.

80 real(RP), allocatable :: Sx2(:,:)

The documentation for this type was generated from the following file: