Neko  0.8.1
A portable framework for high-order spectral element flow simulations
map_file Module Reference

NEKTON map file. More...

Data Types

type  map_file_t
 Interface for NEKTON map files. More...
 

Functions/Subroutines

subroutine map_file_read (this, data)
 Load NEKTON map file. More...
 
subroutine map_file_write (this, data, t)
 

Detailed Description

NEKTON map file.

This module is used to read/write NEKTON vertex mapping data

Function/Subroutine Documentation

◆ map_file_read()

subroutine map_file::map_file_read ( class(map_file_t this,
class(*), intent(inout), target  data 
)

Load NEKTON map file.

Todo:
Check if neli matches mapnel

Definition at line 53 of file map_file.f90.

◆ map_file_write()

subroutine map_file::map_file_write ( class(map_file_t), intent(inout)  this,
class(*), intent(in), target  data,
real(kind=rp), intent(in), optional  t 
)
private

Definition at line 85 of file map_file.f90.