Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=I4), | public | :: | n | number of nodes |
|||
integer(kind=I4), | public | :: | ne | number of elements |
|||
integer(kind=I4), | public, | dimension(:), allocatable | :: | nm | mesh node (numbers in the 2d mesh) |
||
integer(kind=I4), | public, | dimension(:,:), allocatable | :: | con | connectivity table |
type FE_EDGE
integer(kind=I4) :: n !! *number of nodes*
integer(kind=I4) :: ne !! *number of elements*
integer(kind=I4), dimension(:), allocatable :: nm !! *mesh node (numbers in the 2d mesh)*
integer(kind=I4), dimension(:,:), allocatable :: con !! *connectivity table*
endtype FE_EDGE