Contains the wrappers for interpolations This part of the interface can be used to furnish quick (wrapped) interpolation functions to a front tracking library. More...
Functions/Subroutines | |
| real(c_double) function | notus_c_interface_interpolate_scalar_field (x, p_scalar_field) |
| subroutine | notus_c_interface_interpolate_velocity (x, vres) |
Contains the wrappers for interpolations This part of the interface can be used to furnish quick (wrapped) interpolation functions to a front tracking library.
| real(c_double) function mod_notus_c_interface_interpolation::notus_c_interface_interpolate_scalar_field | ( | real(c_double), dimension(3), intent(in) | x, |
| type(c_ptr), intent(in) | p_scalar_field ) |
| subroutine mod_notus_c_interface_interpolation::notus_c_interface_interpolate_velocity | ( | real(c_double), dimension(3), intent(in) | x, |
| real(c_double), dimension(3), intent(inout) | vres ) |