#include "base/cs_defs.h"
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "bft/bft_mem.h"
#include "bft/bft_printf.h"
#include "atmo/cs_at_opt_interp.h"
#include "base/cs_ext_neighborhood.h"
#include "base/cs_field.h"
#include "base/cs_field_pointer.h"
#include "base/cs_measures_util.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_quantities.h"
#include "base/cs_parall.h"
#include "base/cs_post.h"
#include "base/cs_math.h"
#include "base/cs_time_step.h"
#include "base/cs_restart_default.h"
#include "atmo/cs_at_data_assim.h"
Functions | |
void | cs_at_data_assim_initialize (void) |
Initialize data assimilation structures. | |
void | cs_at_data_assim_build_ops (void) |
Build operators. | |
void | cs_at_data_assim_finalize (void) |
Destroy all structures linked to data assimilation. | |
void | cs_at_data_assim_log (cs_measures_set_t *ms, cs_at_opt_interp_t *oi, cs_field_t *f) |
Log data assimilation. | |
void | cs_at_data_assim_source_term (int f_id, cs_real_t *exp_st, cs_real_t *imp_st) |
Compute source terms for a given variable and add them up to source term arrays. |
Data assimilation functions.
void cs_at_data_assim_build_ops | ( | void | ) |
Build operators.
void cs_at_data_assim_finalize | ( | void | ) |
Destroy all structures linked to data assimilation.
void cs_at_data_assim_initialize | ( | void | ) |
Initialize data assimilation structures.
void cs_at_data_assim_log | ( | cs_measures_set_t * | ms, |
cs_at_opt_interp_t * | oi, | ||
cs_field_t * | f ) |
Log data assimilation.
[in] | ms | pointer to measures set structure |
[in] | oi | pointer to optimal interpolation structure |
[in] | f | pointer to a field structure |
Compute source terms for a given variable and add them up to source term arrays.
[in] | f_id | field id of variable |
[in] | exp_st | array containing the explicit part of the source term |
[in] | imp_st | array containing the implicit part of the source term |