FE-Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
scale_element_base::elementbase Type Reference
Inheritance diagram for scale_element_base::elementbase:
scale_element_base::elementbase1d scale_element_base::elementbase2d scale_element_base::elementbase3d scale_element_line::lineelement scale_element_quadrilateral::quadrilateralelement scale_element_hexahedral::hexahedralelement

Public Member Functions

procedure islumpedmatrix (elem)
 

Public Attributes

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
 

Detailed Description

Definition at line 29 of file scale_element_base.F90.

Member Function/Subroutine Documentation

◆ islumpedmatrix()

procedure scale_element_base::elementbase::islumpedmatrix ( class(elementbase), intent(in) elem)

Member Data Documentation

◆ np

integer scale_element_base::elementbase::np

Definition at line 30 of file scale_element_base.F90.

30 integer :: Np

◆ nfaces

integer scale_element_base::elementbase::nfaces

Definition at line 31 of file scale_element_base.F90.

31 integer :: Nfaces

◆ nfptot

integer scale_element_base::elementbase::nfptot

Definition at line 32 of file scale_element_base.F90.

32 integer :: NfpTot

◆ nv

integer scale_element_base::elementbase::nv

Definition at line 33 of file scale_element_base.F90.

33 integer :: Nv

◆ v

real(rp), dimension(:,:), allocatable scale_element_base::elementbase::v

Definition at line 36 of file scale_element_base.F90.

36 real(RP), allocatable :: V(:,:)

◆ invv

real(rp), dimension(:,:), allocatable scale_element_base::elementbase::invv

Definition at line 37 of file scale_element_base.F90.

37 real(RP), allocatable :: invV(:,:)

◆ m

real(rp), dimension(:,:), allocatable scale_element_base::elementbase::m

Definition at line 38 of file scale_element_base.F90.

38 real(RP), allocatable :: M(:,:)

◆ invm

real(rp), dimension(:,:), allocatable scale_element_base::elementbase::invm

Definition at line 39 of file scale_element_base.F90.

39 real(RP), allocatable :: invM(:,:)

◆ lift

real(rp), dimension(:,:), allocatable scale_element_base::elementbase::lift

Definition at line 40 of file scale_element_base.F90.

40 real(RP), allocatable :: Lift(:,:)

◆ intweight_lgl

real(rp), dimension(:), allocatable scale_element_base::elementbase::intweight_lgl

Definition at line 41 of file scale_element_base.F90.

41 real(RP), allocatable :: IntWeight_lgl(:)

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