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

Data Types

interface  mod_extrapolation_computer::ext_compute
 
interface  mod_extrapolation_computer::ext_rec_compute
 

Modules

module  mod_extrapolation_computer
 Computer for evaluating Extrapolation Schemes.
 

Functions/Subroutines

double precision function mod_extrapolation_computer::ext_compute_from_values (scheme, ext_step, steps, values)
 Compute the extrapolation via the scheme by giving the associated field values.
 
double precision function mod_extrapolation_computer::ext_compute_from_scheme (scheme, values)
 Compute the extrapolation of the scheme by giving the associated field values.
 
double precision function mod_extrapolation_computer::ext_compute_from_field (scheme, ext_step, x_step_array, y_step_array, z_step_array, field, i, j, k, axis)
 Compute the extrapolation via the scheme by giving the associated field, the step arrays for each dimension, the indices (position) and the direction (x,y or z).
 
double precision function mod_extrapolation_computer::ext_compute_from_face_field (scheme, ext_step, x_step_array, y_step_array, z_step_array, field, i, j, k, axis)
 Compute the extrapolation via the scheme by giving the associated face field, the step arrays for each dimension, the indices (position) and the direction (x,y or z).
 
double precision function mod_extrapolation_computer::ext_compute_with_neumann (scheme, ext_step, steps, values, derivative_value)
 Compute the extrapolation of the scheme by giving the associated field values and the derivative value (ie. Neumann constraint).
 
double precision function mod_extrapolation_computer::new_ext_compute_from_field (scheme, ext_step, x_step_array, y_step_array, z_step_array, field, i, j, k, axis, direction)
 Compute the extrapolation via the scheme by giving the associated field, the step arrays for each dimension, the indices (position) and the direction (x,y or z).
 
double precision function mod_extrapolation_computer::ext_rec_compute_from_field (scheme, ext_step, x_cv_array, y_cv_array, z_cv_array, field, i, j, k, axis, direction)
 Compute the extrapolation with reconstruction via the scheme by giving the associated field, the step arrays for each dimension, the indices (position) and the direction (x,y or z).