YetAnotherCoupler 3.5.2
Loading...
Searching...
No Matches
interp_method.c File Reference
#include "config.h"
#include "interp_method_internal.h"
#include "interp_method_check.h"
#include "interp_method_callback.h"
Include dependency graph for interp_method.c:

Go to the source code of this file.

Functions

struct yac_interp_weightsyac_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 ()
 

Function Documentation

◆ yac_interp_method_cleanup()

void yac_interp_method_cleanup ( )

frees internal buffers of all interpolation methods

Examples
test_instance_parallel2.c.

Definition at line 57 of file interp_method.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ yac_interp_method_delete()

◆ yac_interp_method_do_search()