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

NEKTON session data reader. More...

Data Types

type  rea_file_t
 Interface for NEKTON ascii files. More...
 

Functions/Subroutines

subroutine rea_file_read (this, data)
 Load NEKTON session data from an ascii file. More...
 
subroutine rea_file_write (this, data, t)
 
subroutine rea_file_add_point (htp, p, idx)
 

Detailed Description

NEKTON session data reader.

This module is used to read NEKTON session data in ascii

Function/Subroutine Documentation

◆ rea_file_add_point()

subroutine rea_file::rea_file_add_point ( type(htable_pt_t), intent(inout)  htp,
type(point_t), intent(inout)  p,
integer, intent(inout)  idx 
)
private

Definition at line 373 of file rea_file.f90.

Here is the caller graph for this function:

◆ rea_file_read()

subroutine rea_file::rea_file_read ( class(rea_file_t this,
class(*), intent(inout), target  data 
)

Load NEKTON session data from an ascii file.

Definition at line 62 of file rea_file.f90.

Here is the call graph for this function:

◆ rea_file_write()

subroutine rea_file::rea_file_write ( class(rea_file_t), intent(inout)  this,
class(*), intent(in), target  data,
real(kind=rp), intent(in), optional  t 
)
private

Definition at line 367 of file rea_file.f90.