YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Data Structures | Functions | Variables
interpolation_direct.c File Reference
#include <string.h>
#include "interpolation_direct.h"
#include "utils_core.h"
#include "yaxt.h"
#include "interpolation_utils.h"
#include "interpolation_exchange.h"
Include dependency graph for interpolation_direct.c:

Go to the source code of this file.

Data Structures

struct  yac_interpolation_direct
 

Functions

static int yac_interpolation_direct_is_source (struct yac_interpolation_type *interp)
 
static int yac_interpolation_direct_is_target (struct yac_interpolation_type *interp)
 
static void yac_interpolation_direct_execute (struct yac_interpolation_type *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_interpolation_direct_execute_put (struct yac_interpolation_type *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_interpolation_direct_execute_get (struct yac_interpolation_type *interp, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)
 
static void yac_interpolation_direct_execute_get_async (struct yac_interpolation_type *interp, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)
 
static int yac_interpolation_direct_execute_put_test (struct yac_interpolation_type *interp)
 
static int yac_interpolation_direct_execute_get_test (struct yac_interpolation_type *interp)
 
static void yac_interpolation_direct_execute_wait (struct yac_interpolation_type *interp)
 
static struct yac_interpolation_typeyac_interpolation_direct_copy (struct yac_interpolation_type *interp)
 
static void yac_interpolation_direct_delete (struct yac_interpolation_type *interp)
 
static struct yac_interpolation_typeyac_interpolation_direct_new_ (size_t collection_size, struct yac_interpolation_exchange *src2tgt, struct yac_interpolation_buffer src_data)
 
struct yac_interpolation_typeyac_interpolation_direct_new (size_t collection_size, Xt_redist redist_)
 

Variables

static struct yac_interpolation_type_vtable const interpolation_direct_vtable
 

Function Documentation

◆ yac_interpolation_direct_copy()

static struct yac_interpolation_type * yac_interpolation_direct_copy ( struct yac_interpolation_type interp)
static

Definition at line 222 of file interpolation_direct.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_delete()

static void yac_interpolation_direct_delete ( struct yac_interpolation_type interp)
static

Definition at line 268 of file interpolation_direct.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_execute()

static void yac_interpolation_direct_execute ( struct yac_interpolation_type 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 119 of file interpolation_direct.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_execute_get()

static void yac_interpolation_direct_execute_get ( struct yac_interpolation_type interp,
double **  tgt_field,
double  frac_mask_fallback_value,
double  scale_factor,
double  scale_summand 
)
static

Definition at line 193 of file interpolation_direct.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_execute_get_async()

static void yac_interpolation_direct_execute_get_async ( struct yac_interpolation_type interp,
double **  tgt_field,
double  frac_mask_fallback_value,
double  scale_factor,
double  scale_summand 
)
static

Definition at line 204 of file interpolation_direct.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_execute_get_test()

static int yac_interpolation_direct_execute_get_test ( struct yac_interpolation_type interp)
static

Definition at line 247 of file interpolation_direct.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_execute_put()

static void yac_interpolation_direct_execute_put ( struct yac_interpolation_type 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 159 of file interpolation_direct.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_execute_put_test()

static int yac_interpolation_direct_execute_put_test ( struct yac_interpolation_type interp)
static

Definition at line 236 of file interpolation_direct.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_execute_wait()

static void yac_interpolation_direct_execute_wait ( struct yac_interpolation_type interp)
static

Definition at line 258 of file interpolation_direct.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_is_source()

static int yac_interpolation_direct_is_source ( struct yac_interpolation_type interp)
static

Definition at line 101 of file interpolation_direct.c.

◆ yac_interpolation_direct_is_target()

static int yac_interpolation_direct_is_target ( struct yac_interpolation_type interp)
static

Definition at line 110 of file interpolation_direct.c.

◆ yac_interpolation_direct_new()

struct yac_interpolation_type * yac_interpolation_direct_new ( size_t  collection_size,
Xt_redist  redist_ 
)

Definition at line 89 of file interpolation_direct.c.

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

◆ yac_interpolation_direct_new_()

static struct yac_interpolation_type * yac_interpolation_direct_new_ ( size_t  collection_size,
struct yac_interpolation_exchange src2tgt,
struct yac_interpolation_buffer  src_data 
)
static

Definition at line 71 of file interpolation_direct.c.

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

Variable Documentation

◆ interpolation_direct_vtable

struct yac_interpolation_type_vtable const interpolation_direct_vtable
static
Initial value:
= {
}
static int yac_interpolation_direct_is_source(struct yac_interpolation_type *interp)
static void yac_interpolation_direct_execute_wait(struct yac_interpolation_type *interp)
static int yac_interpolation_direct_execute_put_test(struct yac_interpolation_type *interp)
static int yac_interpolation_direct_execute_get_test(struct yac_interpolation_type *interp)
static void yac_interpolation_direct_execute(struct yac_interpolation_type *interp, double ***src_fields, double ***src_frac_masks, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)
static struct yac_interpolation_type * yac_interpolation_direct_copy(struct yac_interpolation_type *interp)
static void yac_interpolation_direct_delete(struct yac_interpolation_type *interp)
static int yac_interpolation_direct_is_target(struct yac_interpolation_type *interp)
static void yac_interpolation_direct_execute_get_async(struct yac_interpolation_type *interp, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)
static void yac_interpolation_direct_execute_put(struct yac_interpolation_type *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_interpolation_direct_execute_get(struct yac_interpolation_type *interp, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)

Definition at line 43 of file interpolation_direct.c.