KTH framework for Nek5000 toolboxes; testing version  0.0.1

3D to 2D element mapping routines More...

Go to the source code of this file.

Functions/Subroutines

subroutine map2d_register ()
 Register 2D mapping routines. More...
 
subroutine map2d_init ()
 Initilise map2d module. More...
 
subroutine map2d_get ()
 Get 3D to 2D element mapping. More...
 
subroutine map2d_get_local (ctrs, cell, ninseg, ind, ifseg, lctrs1, lctrs2, nseg, nelsort, tol)
 Get local 3D=>2D mapping. More...
 
subroutine map2d_get_global (ctrs, owner, cell, ninseg, ind, ifseg, lctrs1, lctrs2, nseg, tol)
 Get global 3D=>2D mapping. More...
 
subroutine map2d_init_coord
 Generate 2D mesh out of 3D one. More...
 

Detailed Description

3D to 2D element mapping routines

Partially based on the old statistic code

Note
This code works for extruded meshes only
Author
Adam Peplinski
Date
May 29, 2018

Definition in file map2D.f.