0.6.0
Loading...
Searching...
No Matches
field.f90 File Reference

Data Types

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

Modules

module  mod_point_interpolation_field
 Point interpolation field module.
 

Functions/Subroutines

pure double precision function mod_point_interpolation_field::interpolate_scalar_field (field, pos, order)
 
pure double precision function, dimension(3) mod_point_interpolation_field::interpolate_face_field (field, pos, order)
 
pure double precision function mod_point_interpolation_field::interpolate_face_field_comp (field, pos, order, comp)
 Interpolate a face field component.
 
double precision function mod_point_interpolation_field::interpolate_scalar_field_with_interpolant (field, pos, interpolant)
 
double precision function, dimension(3) mod_point_interpolation_field::interpolate_face_field_with_interpolant (field, pos, interpolant)
 
pure double precision function mod_point_interpolation_field::reconstruct_scalar_field (field, pos, order)
 
pure double precision function, dimension(3) mod_point_interpolation_field::reconstruct_face_field (field, pos, order)
 
pure double precision function mod_point_interpolation_field::reconstruct_face_field_comp (field, pos, order, comp)
 Interpolate a face field component.
 
double precision function, dimension(3) mod_point_interpolation_field::reconstruct_face_field_with_interpolant (field, pos, interpolant)