YetAnotherCoupler
3.5.2
Loading...
Searching...
No Matches
src
core
interp_method_conserv.h
Go to the documentation of this file.
1
// Copyright (c) 2024 The YAC Authors
2
//
3
// SPDX-License-Identifier: BSD-3-Clause
4
5
#ifndef INTERP_METHOD_CONSERV_H
6
#define INTERP_METHOD_CONSERV_H
7
8
#include "
interp_method.h
"
9
10
// YAC PUBLIC HEADER START
11
20
enum
yac_interp_method_conserv_normalisation
{
21
YAC_INTERP_CONSERV_DESTAREA
= 0,
24
YAC_INTERP_CONSERV_FRACAREA
= 1,
27
};
28
29
#define YAC_INTERP_CONSERV_ORDER_DEFAULT (1)
30
#define YAC_INTERP_CONSERV_ENFORCED_CONSERV_DEFAULT (0)
31
#define YAC_INTERP_CONSERV_PARTIAL_COVERAGE_DEFAULT (0)
32
#define YAC_INTERP_CONSERV_NORMALISATION_DEFAULT (0)
33
47
struct
interp_method
*
yac_interp_method_conserv_new
(
48
int
order,
int
enforced_conserv,
int
partial_coverage,
49
enum
yac_interp_method_conserv_normalisation
normalisation);
50
51
// YAC PUBLIC HEADER STOP
52
53
#endif
// INTERP_METHOD_CONSERV_H
interp_method.h
yac_interp_method_conserv_new
struct interp_method * yac_interp_method_conserv_new(int order, int enforced_conserv, int partial_coverage, enum yac_interp_method_conserv_normalisation normalisation)
Definition
interp_method_conserv.c:1235
yac_interp_method_conserv_normalisation
yac_interp_method_conserv_normalisation
Definition
interp_method_conserv.h:20
YAC_INTERP_CONSERV_DESTAREA
@ YAC_INTERP_CONSERV_DESTAREA
Definition
interp_method_conserv.h:21
YAC_INTERP_CONSERV_FRACAREA
@ YAC_INTERP_CONSERV_FRACAREA
Definition
interp_method_conserv.h:24
interp_method
Definition
interp_method_internal.h:22
Generated on Wed Dec 4 2024 11:31:43 for YetAnotherCoupler by
1.11.0