My Project
programmer's documentation
|
#include "cs_defs.h"
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <float.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_error.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "fvm_defs.h"
#include "fvm_convert_array.h"
#include "fvm_io_num.h"
#include "fvm_nodal.h"
#include "fvm_nodal_priv.h"
#include "fvm_to_vtk_histogram.h"
#include "fvm_writer_helper.h"
#include "fvm_writer_priv.h"
#include "cs_block_dist.h"
#include "cs_file.h"
#include "cs_parall.h"
#include "cs_part_to_block.h"
#include "fvm_to_histogram.h"
Functions | |
void * | fvm_to_histogram_init_writer (const char *name, const char *path, const char *options, fvm_writer_time_dep_t time_dependency) |
void * | fvm_to_histogram_finalize_writer (void *writer) |
void | fvm_to_histogram_set_mesh_time (void *writer, int time_step, double time_value) |
void | fvm_to_histogram_export_field (void *writer, const fvm_nodal_t *mesh, const char *name, fvm_writer_var_loc_t location, int dimension, cs_interlace_t interlace, int n_parent_lists, const cs_lnum_t parent_num_shift[], cs_datatype_t datatype, int time_step, double time_value, const void *const field_values[]) |
void | fvm_to_histogram_flush (void *writer) |
void fvm_to_histogram_export_field | ( | void * | writer, |
const fvm_nodal_t * | mesh, | ||
const char * | name, | ||
fvm_writer_var_loc_t | location, | ||
int | dimension, | ||
cs_interlace_t | interlace, | ||
int | n_parent_lists, | ||
const cs_lnum_t | parent_num_shift[], | ||
cs_datatype_t | datatype, | ||
int | time_step, | ||
double | time_value, | ||
const void *const | field_values[] | ||
) |
void* fvm_to_histogram_finalize_writer | ( | void * | writer | ) |
void fvm_to_histogram_flush | ( | void * | writer | ) |
void* fvm_to_histogram_init_writer | ( | const char * | name, |
const char * | path, | ||
const char * | options, | ||
fvm_writer_time_dep_t | time_dependency | ||
) |
void fvm_to_histogram_set_mesh_time | ( | void * | writer, |
int | time_step, | ||
double | time_value | ||
) |