9.0
general documentation
Loading...
Searching...
No Matches
fvm_to_plot.cpp File Reference
#include "base/cs_defs.h"
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft/bft_error.h"
#include "fvm/fvm_defs.h"
#include "fvm/fvm_convert_array.h"
#include "fvm/fvm_io_num.h"
#include "fvm/fvm_nodal.h"
#include "fvm/fvm_nodal_priv.h"
#include "bft/bft_printf.h"
#include "fvm/fvm_writer_helper.h"
#include "fvm/fvm_writer_priv.h"
#include "base/cs_block_dist.h"
#include "base/cs_file.h"
#include "base/cs_mem.h"
#include "base/cs_parall.h"
#include "base/cs_part_to_block.h"
#include "fvm/fvm_to_plot.h"
Include dependency graph for fvm_to_plot.cpp:

Functions

void * fvm_to_plot_init_writer (const char *name, const char *path, const char *options, fvm_writer_time_dep_t time_dependency)
void * fvm_to_plot_finalize_writer (void *writer)
void fvm_to_plot_set_mesh_time (void *writer, int time_step, double time_value)
void fvm_to_plot_export_nodal (void *writer, const fvm_nodal_t *mesh)
void fvm_to_plot_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_plot_flush (void *writer)

Function Documentation

◆ fvm_to_plot_export_field()

void fvm_to_plot_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[] )

◆ fvm_to_plot_export_nodal()

void fvm_to_plot_export_nodal ( void * writer,
const fvm_nodal_t * mesh )

◆ fvm_to_plot_finalize_writer()

void * fvm_to_plot_finalize_writer ( void * writer)

◆ fvm_to_plot_flush()

void fvm_to_plot_flush ( void * writer)

◆ fvm_to_plot_init_writer()

void * fvm_to_plot_init_writer ( const char * name,
const char * path,
const char * options,
fvm_writer_time_dep_t time_dependency )

◆ fvm_to_plot_set_mesh_time()

void fvm_to_plot_set_mesh_time ( void * writer,
int time_step,
double time_value )