YAC 3.12.0
Yet Another Coupler
Loading...
Searching...
No Matches
interp_operator_fixed.c File Reference
Include dependency graph for interp_operator_fixed.c:

Go to the source code of this file.

Data Structures

struct  yac_interp_operator_fixed
 

Functions

static int yac_interp_operator_fixed_is_source (struct yac_interp_operator *interp)
 
static int yac_interp_operator_fixed_is_target (struct yac_interp_operator *interp)
 
static void yac_interp_operator_fixed_execute (struct yac_interp_operator *interp, double ***src_fields, double ***src_frac_masks, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)
 
static void yac_interp_operator_fixed_execute_put (struct yac_interp_operator *interp, double ***src_fields, double ***src_frac_masks, int is_target, double frac_mask_fallback_value, double scale_factor, double scale_summand)
 
static void yac_interp_operator_fixed_execute_get (struct yac_interp_operator *interp, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)
 
static void yac_interp_operator_fixed_execute_get_async (struct yac_interp_operator *interp, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)
 
static enum YAC_INTERP_TEST_STATUS yac_interp_operator_fixed_execute_test (struct yac_interp_operator *interp)
 
static void yac_interp_operator_fixed_execute_wait (struct yac_interp_operator *interp)
 
static struct yac_interp_operatoryac_interp_operator_fixed_copy (struct yac_interp_operator *interp)
 
static void yac_interp_operator_fixed_delete (struct yac_interp_operator *interp)
 
struct yac_interp_operatoryac_interp_operator_fixed_new (struct yac_collection_selection const *collection_selection, double value, size_t count, size_t const *pos)
 Create a fixed-value interpolation operator.
 
static void yac_interp_operator_fixed_execute_get_ (struct yac_interp_operator *interp, double **tgt_field)
 

Variables

static struct yac_interp_operator_vtable const interpolation_fixed_vtable
 

Function Documentation

◆ yac_interp_operator_fixed_copy()

static struct yac_interp_operator * yac_interp_operator_fixed_copy ( struct yac_interp_operator * interp)
static

Definition at line 181 of file interp_operator_fixed.c.

◆ yac_interp_operator_fixed_delete()

static void yac_interp_operator_fixed_delete ( struct yac_interp_operator * interp)
static

Definition at line 191 of file interp_operator_fixed.c.

Here is the call graph for this function:

◆ yac_interp_operator_fixed_execute()

static void yac_interp_operator_fixed_execute ( struct yac_interp_operator * interp,
double *** src_fields,
double *** src_frac_masks,
double ** tgt_field,
double frac_mask_fallback_value,
double scale_factor,
double scale_summand )
static

Definition at line 139 of file interp_operator_fixed.c.

Here is the call graph for this function:

◆ yac_interp_operator_fixed_execute_get()

static void yac_interp_operator_fixed_execute_get ( struct yac_interp_operator * interp,
double ** tgt_field,
double frac_mask_fallback_value,
double scale_factor,
double scale_summand )
static

Definition at line 120 of file interp_operator_fixed.c.

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

◆ yac_interp_operator_fixed_execute_get_()

static void yac_interp_operator_fixed_execute_get_ ( struct yac_interp_operator * interp,
double ** tgt_field )
static

Definition at line 97 of file interp_operator_fixed.c.

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

◆ yac_interp_operator_fixed_execute_get_async()

static void yac_interp_operator_fixed_execute_get_async ( struct yac_interp_operator * interp,
double ** tgt_field,
double frac_mask_fallback_value,
double scale_factor,
double scale_summand )
static

Definition at line 131 of file interp_operator_fixed.c.

Here is the call graph for this function:

◆ yac_interp_operator_fixed_execute_put()

static void yac_interp_operator_fixed_execute_put ( struct yac_interp_operator * interp,
double *** src_fields,
double *** src_frac_masks,
int is_target,
double frac_mask_fallback_value,
double scale_factor,
double scale_summand )
static

Definition at line 153 of file interp_operator_fixed.c.

◆ yac_interp_operator_fixed_execute_test()

static enum YAC_INTERP_TEST_STATUS yac_interp_operator_fixed_execute_test ( struct yac_interp_operator * interp)
static

Definition at line 169 of file interp_operator_fixed.c.

◆ yac_interp_operator_fixed_execute_wait()

static void yac_interp_operator_fixed_execute_wait ( struct yac_interp_operator * interp)
static

Definition at line 175 of file interp_operator_fixed.c.

◆ yac_interp_operator_fixed_is_source()

static int yac_interp_operator_fixed_is_source ( struct yac_interp_operator * interp)
static

Definition at line 85 of file interp_operator_fixed.c.

◆ yac_interp_operator_fixed_is_target()

static int yac_interp_operator_fixed_is_target ( struct yac_interp_operator * interp)
static

Definition at line 92 of file interp_operator_fixed.c.

Variable Documentation

◆ interpolation_fixed_vtable

struct yac_interp_operator_vtable const interpolation_fixed_vtable
static
Initial value:
= {
}
static enum YAC_INTERP_TEST_STATUS yac_interp_operator_fixed_execute_test(struct yac_interp_operator *interp)
static void yac_interp_operator_fixed_execute_get(struct yac_interp_operator *interp, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)
static void yac_interp_operator_fixed_execute_get_async(struct yac_interp_operator *interp, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)
static void yac_interp_operator_fixed_delete(struct yac_interp_operator *interp)
static int yac_interp_operator_fixed_is_target(struct yac_interp_operator *interp)
static void yac_interp_operator_fixed_execute_put(struct yac_interp_operator *interp, double ***src_fields, double ***src_frac_masks, int is_target, double frac_mask_fallback_value, double scale_factor, double scale_summand)
static struct yac_interp_operator * yac_interp_operator_fixed_copy(struct yac_interp_operator *interp)
static void yac_interp_operator_fixed_execute_wait(struct yac_interp_operator *interp)
static void yac_interp_operator_fixed_execute(struct yac_interp_operator *interp, double ***src_fields, double ***src_frac_masks, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)
static int yac_interp_operator_fixed_is_source(struct yac_interp_operator *interp)

Definition at line 42 of file interp_operator_fixed.c.