YAC 3.7.0
Yet Another Coupler
Loading...
Searching...
No Matches
interp_method_fixed.c File Reference
#include "config.h"
#include "interp_method_internal.h"
#include "interp_method_fixed.h"
Include dependency graph for interp_method_fixed.c:

Go to the source code of this file.

Data Structures

struct  interp_method_fixed
 

Functions

static size_t do_search_fixed (struct interp_method *method, struct yac_interp_grid *interp_grid, size_t *tgt_points, size_t count, struct yac_interp_weights *weights, int *interpolation_complete)
 
static void delete_fixed (struct interp_method *method)
 
struct interp_methodyac_interp_method_fixed_new (double value)
 

Variables

static struct interp_method_vtable interp_method_fixed_vtable
 

Function Documentation

◆ delete_fixed()

static void delete_fixed ( struct interp_method * method)
static

Definition at line 62 of file interp_method_fixed.c.

◆ do_search_fixed()

static size_t do_search_fixed ( struct interp_method * method,
struct yac_interp_grid * interp_grid,
size_t * tgt_points,
size_t count,
struct yac_interp_weights * weights,
int * interpolation_complete )
static

Definition at line 31 of file interp_method_fixed.c.

Here is the call graph for this function:

◆ yac_interp_method_fixed_new()

Variable Documentation

◆ interp_method_fixed_vtable

struct interp_method_vtable interp_method_fixed_vtable
static
Initial value:
= {
.do_search = do_search_fixed,
.delete = delete_fixed}
static void delete_fixed(struct interp_method *method)
static size_t do_search_fixed(struct interp_method *method, struct yac_interp_grid *interp_grid, size_t *tgt_points, size_t count, struct yac_interp_weights *weights, int *interpolation_complete)

Definition at line 21 of file interp_method_fixed.c.