YetAnotherCoupler 3.5.2
|
#include "config.h"
#include "interp_method_internal.h"
#include "interp_method_check.h"
#include "interp_method_callback.h"
Go to the source code of this file.
Functions | |
struct yac_interp_weights * | yac_interp_method_do_search (struct interp_method **method, struct yac_interp_grid *interp_grid) |
void | yac_interp_method_delete (struct interp_method **method) |
void | yac_interp_method_cleanup () |
void yac_interp_method_cleanup | ( | ) |
frees internal buffers of all interpolation methods
Definition at line 57 of file interp_method.c.
void yac_interp_method_delete | ( | struct interp_method ** | method | ) |
Definition at line 48 of file interp_method.c.
struct yac_interp_weights * yac_interp_method_do_search | ( | struct interp_method ** | method, |
struct yac_interp_grid * | interp_grid ) |
Definition at line 14 of file interp_method.c.