My Project
programmer's documentation
|
#include "cs_defs.h"
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_at_opt_interp.h"
#include "cs_ext_neighborhood.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_measures_util.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_parall.h"
#include "cs_post.h"
#include "cs_math.h"
#include "cs_time_step.h"
#include "cs_restart_default.h"
#include "cs_at_data_assim.h"
Functions | |
void | cs_at_data_assim_initialize (void) |
Initialize data assimilation structures. More... | |
void | cs_at_data_assim_build_ops (void) |
Build operators. More... | |
void | cs_at_data_assim_finalize (void) |
Destroy all structures linked to data assimilation. More... | |
void | cs_at_data_assim_log (cs_measures_set_t *ms, cs_at_opt_interp_t *oi, cs_field_t *f) |
Log data assimilation. More... | |
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. More... | |
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 |