| 
    My Project
    
   programmer's documentation 
   | 
 

Go to the source code of this file.
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... | |
| 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 | 
 1.8.16