0.6.0
Loading...
Searching...
No Matches
mod_point_interpolation_field::reconstruct_field Interface Reference

Reconstruct various type of fields. More...

Public Member Functions

pure double precision function reconstruct_scalar_field (field, pos, order)
 
pure double precision function, dimension(3) reconstruct_face_field (field, pos, order)
 
pure double precision function reconstruct_face_field_comp (field, pos, order, comp)
 Interpolate a face field component.
 
double precision function, dimension(3) reconstruct_face_field_with_interpolant (field, pos, interpolant)
 

Detailed Description

Reconstruct various type of fields.

Warning
the position must be given in 3D (for efficiency)
Note
Not the most efficient, but most definitely practical

Member Function/Subroutine Documentation

◆ reconstruct_face_field_comp()

pure double precision function mod_point_interpolation_field::reconstruct_field::reconstruct_face_field_comp ( type(t_face_field), intent(in) field,
double precision, dimension(3), intent(in) pos,
integer, intent(in) order,
integer, intent(in) comp )

Interpolate a face field component.

Todo
MCO

The documentation for this interface was generated from the following file: