My Project
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_field_pointer.h"
#include "cs_log.h"
#include "cs_map.h"
#include "cs_parall.h"
#include "cs_mesh_location.h"
#include "cs_thermal_model.h"
Functions | |
cs_field_t * | cs_thermal_model_field (void) |
cs_thermal_model_t * | cs_get_glob_thermal_model (void) |
void | cs_thermal_model_log_setup (void) |
base thermal model data.
cs_thermal_model_t* cs_get_glob_thermal_model | ( | void | ) |
cs_field_t* cs_thermal_model_field | ( | void | ) |
void cs_thermal_model_log_setup | ( | void | ) |