0.6.0
Loading...
Searching...
No Matches
mod_notus_c_interface_interpolation Module Reference

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)
 

Detailed Description

Contains the wrappers for interpolations This part of the interface can be used to furnish quick (wrapped) interpolation functions to a front tracking library.

Function/Subroutine Documentation

◆ notus_c_interface_interpolate_scalar_field()

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 )

◆ notus_c_interface_interpolate_velocity()

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 )