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

Creates a 1d GLL point map along a specified direction based on the connectivity in the mesh.

Data Types

type  map_1d_t
 Type that encapsulates a mapping from each gll point in the mesh to its corresponding (global) GLL point index in one direction. More...
 

Functions/Subroutines

subroutine map_1d_init (this, dof, gs, dir, tol)
 
subroutine map_1d_free (this)
 

Function/Subroutine Documentation

◆ map_1d_free()

subroutine map_1d::map_1d_free ( class(map_1d_t this)
private

Definition at line 207 of file map_1d.f90.

◆ map_1d_init()

subroutine map_1d::map_1d_init ( class(map_1d_t this,
type(dofmap_t), intent(in), target  dof,
type(gs_t), intent(inout)  gs,
integer, intent(in)  dir,
real(kind=rp), intent(in)  tol 
)

Definition at line 48 of file map_1d.f90.

Here is the call graph for this function: