Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
map::map_t Type Reference

NEKTON vertex mapping. More...

Public Member Functions

generic init (this, nel, nlv)
 Contrutctor.
 
generic init (this, msh)
 Contrutctor.
 
procedure, pass(thisinit_nel_ (this)
 
procedure, pass(thisfree (this)
 Destructor.
 

Public Attributes

integer nel
 
integer nlv
 
integer, dimension(:), allocatable imap
 
integer, dimension(:,:), allocatable vertex
 

Private Member Functions

procedure, pass(this), private init_common (this)
 
procedure, pass(this), private init_nel_nelv (this, nel, nlv)
 
procedure, pass(this), private init_mesh (this, msh)
 

Detailed Description

Definition at line 8 of file map.f90.

Member Function/Subroutine Documentation

◆ free()

procedure, pass(this) map::map_t::free ( class(map_t), intent(inout this)

Definition at line 20 of file map.f90.

◆ init() [1/2]

generic map::map_t::init ( class(map_t), intent(inout this,
type(mesh_t), intent(in msh 
)

Definition at line 14 of file map.f90.

◆ init() [2/2]

generic map::map_t::init ( class(map_t), intent(inout this,
integer, intent(in nel,
integer, intent(in nlv 
)

Definition at line 14 of file map.f90.

◆ init_common()

procedure, pass(this), private map::map_t::init_common ( class(map_t), intent(inout this)
private

Definition at line 15 of file map.f90.

◆ init_mesh()

procedure, pass(this), private map::map_t::init_mesh ( class(map_t), intent(inout this,
type(mesh_t), intent(in msh 
)
private

Definition at line 17 of file map.f90.

◆ init_nel_()

procedure, pass(this) map::map_t::init_nel_ ( class(map_t), intent(inout this)

Definition at line 18 of file map.f90.

◆ init_nel_nelv()

procedure, pass(this), private map::map_t::init_nel_nelv ( class(map_t), intent(inout this,
integer, intent(in nel,
integer, intent(in nlv 
)
private

Definition at line 16 of file map.f90.

Member Data Documentation

◆ imap

integer, dimension(:), allocatable map::map_t::imap

Definition at line 10 of file map.f90.

◆ nel

integer map::map_t::nel

Definition at line 9 of file map.f90.

◆ nlv

integer map::map_t::nlv

Definition at line 9 of file map.f90.

◆ vertex

integer, dimension(:,:), allocatable map::map_t::vertex

Definition at line 11 of file map.f90.


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