version 0.6.0
mod_point_interpolation_field Module Reference

Point interpolation field module.

Data Types

interface  interpolate_field
 Interpolate various type of fields. More...
 
interface  reconstruct_field
 Reconstruct various type of fields. More...
 

Functions/Subroutines

pure double precision function interpolate_scalar_field (field, pos, order)
 
pure double precision function, dimension(3) interpolate_face_field (field, pos, order)
 
pure double precision function interpolate_face_field_comp (field, pos, order, comp)
 Interpolate a face field component.
 
double precision function interpolate_scalar_field_with_interpolant (field, pos, interpolant)
 
double precision function, dimension(3) interpolate_face_field_with_interpolant (field, pos, interpolant)
 
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. More...
 
double precision function, dimension(3) reconstruct_face_field_with_interpolant (field, pos, interpolant)
 

Function/Subroutine Documentation

◆ reconstruct_face_field_comp()

pure double precision function mod_point_interpolation_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 
)
Todo:
MCO