![]() |
programmer's documentation
|
#include "cs_defs.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_field.h"
#include "cs_log.h"
#include "cs_map.h"
#include "cs_parall.h"
#include "cs_restart.h"
#include "cs_restart_default.h"
#include "cs_mesh_location.h"
#include "cs_parameters.h"
Functions | |
void | cs_parameters_define_field_keys (void) |
Define general field keys. More... | |
void | cs_parameters_read_restart_info (void) |
Read general restart info. More... | |
General parameters and options management.
void cs_parameters_define_field_keys | ( | void | ) |
Define general field keys.
(end ignore by Doxygen)
A recommened practice for different submodules would be to use "cs_<module>_key_init() functions to define keys specific to those modules.
void cs_parameters_read_restart_info | ( | void | ) |
Read general restart info.
This updates the previous time step info.