FE-Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
scale_element_base::elementbase1d Type Reference
Inheritance diagram for scale_element_base::elementbase1d:
scale_element_base::elementbase scale_element_line::lineelement

Public Attributes

integer polyorder
 
integer nfp
 
integer, dimension(:,:), allocatable fmask
 
real(rp), dimension(:), allocatable x1
 
real(rp), dimension(:,:), allocatable dx1
 
real(rp), dimension(:,:), allocatable sx1
 
- 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 51 of file scale_element_base.F90.

Member Data Documentation

◆ polyorder

integer scale_element_base::elementbase1d::polyorder

Definition at line 52 of file scale_element_base.F90.

52 integer :: PolyOrder

◆ nfp

integer scale_element_base::elementbase1d::nfp

Definition at line 53 of file scale_element_base.F90.

53 integer :: Nfp

◆ fmask

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

Definition at line 54 of file scale_element_base.F90.

54 integer, allocatable :: Fmask(:,:)

◆ x1

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

Definition at line 56 of file scale_element_base.F90.

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

◆ dx1

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

Definition at line 58 of file scale_element_base.F90.

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

◆ sx1

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

Definition at line 60 of file scale_element_base.F90.

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

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