|
YAC 3.15.0
Yet Another Coupler
|
#include <interp_method_internal.h>

Data Fields | |
| size_t(* | do_search )(struct interp_method *method, struct yac_interp_grid *grid, size_t *tgt_points, size_t count, struct yac_interp_weights *weights, int *interpolation_complete) |
| void(* | delete )(struct interp_method *method) |
Definition at line 13 of file interp_method_internal.h.
| void(* interp_method_vtable::delete) (struct interp_method *method) |
Definition at line 33 of file interp_method_internal.h.
| size_t(* interp_method_vtable::do_search) ( struct interp_method *method, struct yac_interp_grid *grid, size_t *tgt_points, size_t count, struct yac_interp_weights *weights, int *interpolation_complete) |
Definition at line 15 of file interp_method_internal.h.