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

NEKTON map. More...

Data Types

type  map_t
 NEKTON vertex mapping. More...
 

Functions/Subroutines

subroutine map_init_mesh (this, msh)
 
subroutine map_init_nel_nelv (this, nel, nlv)
 
subroutine map_init_common (this)
 
subroutine map_free (this)
 

Detailed Description

Todo:
Figure out a better name for this module

Function/Subroutine Documentation

◆ map_free()

subroutine map::map_free ( class(map_t), intent(inout this)

Definition at line 61 of file map.f90.

◆ map_init_common()

subroutine map::map_init_common ( class(map_t), intent(inout this)

Definition at line 52 of file map.f90.

◆ map_init_mesh()

subroutine map::map_init_mesh ( class(map_t), intent(inout this,
type(mesh_t), intent(in msh 
)

Definition at line 25 of file map.f90.

◆ map_init_nel_nelv()

subroutine map::map_init_nel_nelv ( class(map_t), intent(inout this,
integer, intent(in nel,
integer, intent(in nlv 
)

Definition at line 38 of file map.f90.