Neko  0.8.99
A portable framework for high-order spectral element flow simulations
map Module Reference

NEKTON map. More...

Data Types

type  map_t
 NEKTON vertex mapping. More...
 
interface  map_init
 

Functions/Subroutines

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

Detailed Description

Todo:
Figure out a better name for this module

Function/Subroutine Documentation

◆ map_free()

subroutine map::map_free ( type(map_t), intent(inout)  m)

Definition at line 55 of file map.f90.

Here is the caller graph for this function:

◆ map_init_common()

subroutine map::map_init_common ( type(map_t), intent(inout)  m)

Definition at line 46 of file map.f90.

Here is the caller graph for this function:

◆ map_init_mesh()

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

Definition at line 19 of file map.f90.

◆ map_init_nel_nelv()

subroutine map::map_init_nel_nelv ( type(map_t), intent(inout)  m,
integer, intent(in)  nel,
integer, intent(in)  nlv 
)

Definition at line 32 of file map.f90.