YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Data Structures | Functions | Variables
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)
 
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 58 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 
)
static

Definition at line 30 of file interp_method_fixed.c.

Here is the call graph for this function:

◆ yac_interp_method_fixed_new()

struct interp_method * yac_interp_method_fixed_new ( double  value)

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)

Definition at line 20 of file interp_method_fixed.c.