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

Go to the source code of this file.

Data Structures

struct  yac_interpolation_direct_mf
 

Functions

static int yac_interpolation_direct_mf_is_source (struct yac_interpolation_type *interp)
 
static int yac_interpolation_direct_mf_is_target (struct yac_interpolation_type *interp)
 
static void yac_interpolation_direct_mf_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_mf_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_mf_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_mf_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_mf_execute_put_test (struct yac_interpolation_type *interp)
 
static int yac_interpolation_direct_mf_execute_get_test (struct yac_interpolation_type *interp)
 
static void yac_interpolation_direct_mf_execute_wait (struct yac_interpolation_type *interp)
 
static struct yac_interpolation_typeyac_interpolation_direct_mf_copy (struct yac_interpolation_type *interp)
 
static void yac_interpolation_direct_mf_delete (struct yac_interpolation_type *interp)
 
static struct yac_interpolation_typeyac_interpolation_direct_mf_new_ (size_t collection_size, struct yac_interpolation_exchange *src2tgt, struct yac_interpolation_buffer src_data, size_t num_src_fields)
 
struct yac_interpolation_typeyac_interpolation_direct_mf_new (size_t collection_size, Xt_redist *redists, size_t num_src_fields)
 

Variables

static struct yac_interpolation_type_vtable const interpolation_direct_mf_vtable
 

Function Documentation

◆ yac_interpolation_direct_mf_copy()

static struct yac_interpolation_type * yac_interpolation_direct_mf_copy ( struct yac_interpolation_type interp)
static

Definition at line 296 of file interpolation_direct_mf.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_mf_delete()

static void yac_interpolation_direct_mf_delete ( struct yac_interpolation_type interp)
static

Definition at line 312 of file interpolation_direct_mf.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_mf_execute()

static void yac_interpolation_direct_mf_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 127 of file interpolation_direct_mf.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_mf_execute_get()

static void yac_interpolation_direct_mf_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 211 of file interpolation_direct_mf.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_mf_execute_get_async()

static void yac_interpolation_direct_mf_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 234 of file interpolation_direct_mf.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_mf_execute_get_test()

static int yac_interpolation_direct_mf_execute_get_test ( struct yac_interpolation_type interp)
static

Definition at line 275 of file interpolation_direct_mf.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_mf_execute_put()

static void yac_interpolation_direct_mf_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 177 of file interpolation_direct_mf.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_mf_execute_put_test()

static int yac_interpolation_direct_mf_execute_put_test ( struct yac_interpolation_type interp)
static

Definition at line 264 of file interpolation_direct_mf.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_mf_execute_wait()

static void yac_interpolation_direct_mf_execute_wait ( struct yac_interpolation_type interp)
static

Definition at line 286 of file interpolation_direct_mf.c.

Here is the call graph for this function:

◆ yac_interpolation_direct_mf_is_source()

static int yac_interpolation_direct_mf_is_source ( struct yac_interpolation_type interp)
static

Definition at line 109 of file interpolation_direct_mf.c.

◆ yac_interpolation_direct_mf_is_target()

static int yac_interpolation_direct_mf_is_target ( struct yac_interpolation_type interp)
static

Definition at line 118 of file interpolation_direct_mf.c.

◆ yac_interpolation_direct_mf_new()

struct yac_interpolation_type * yac_interpolation_direct_mf_new ( size_t  collection_size,
Xt_redist *  redists,
size_t  num_src_fields 
)

Definition at line 97 of file interpolation_direct_mf.c.

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

◆ yac_interpolation_direct_mf_new_()

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

Definition at line 74 of file interpolation_direct_mf.c.

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

Variable Documentation

◆ interpolation_direct_mf_vtable

struct yac_interpolation_type_vtable const interpolation_direct_mf_vtable
static
Initial value:
= {
}
static void yac_interpolation_direct_mf_execute_wait(struct yac_interpolation_type *interp)
static struct yac_interpolation_type * yac_interpolation_direct_mf_copy(struct yac_interpolation_type *interp)
static void yac_interpolation_direct_mf_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_mf_execute_get_test(struct yac_interpolation_type *interp)
static void yac_interpolation_direct_mf_delete(struct yac_interpolation_type *interp)
static int yac_interpolation_direct_mf_execute_put_test(struct yac_interpolation_type *interp)
static int yac_interpolation_direct_mf_is_source(struct yac_interpolation_type *interp)
static void yac_interpolation_direct_mf_execute_get(struct yac_interpolation_type *interp, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)
static int yac_interpolation_direct_mf_is_target(struct yac_interpolation_type *interp)
static void yac_interpolation_direct_mf_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_mf_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)

Definition at line 44 of file interpolation_direct_mf.c.