9.0
general documentation
Loading...
Searching...
No Matches
fvm_to_ensight_case.h File Reference
#include "base/cs_defs.h"
#include "fvm/fvm_defs.h"
#include "fvm/fvm_nodal.h"
#include "fvm/fvm_writer.h"
Include dependency graph for fvm_to_ensight_case.h:

Go to the source code of this file.

Data Structures

struct  fvm_to_ensight_case_file_info_t

Typedefs

typedef struct _fvm_to_ensight_case_t fvm_to_ensight_case_t

Functions

fvm_to_ensight_case_tfvm_to_ensight_case_create (const char *const name, const char *const dir_prefix, const fvm_writer_time_dep_t time_dependency)
fvm_to_ensight_case_tfvm_to_ensight_case_destroy (fvm_to_ensight_case_t *this_case)
fvm_writer_time_dep_t fvm_to_ensight_case_get_time_dep (fvm_to_ensight_case_t *this_case)
int fvm_to_ensight_case_set_geom_time (fvm_to_ensight_case_t *const this_case, const int time_step, const double time_value)
fvm_to_ensight_case_file_info_t fvm_to_ensight_case_get_geom_file (fvm_to_ensight_case_t *const this_case)
int fvm_to_ensight_case_add_part (fvm_to_ensight_case_t *const this_case, const char *const part_name)
int fvm_to_ensight_case_get_part_num (fvm_to_ensight_case_t *const this_case, const char *const part_name)
fvm_to_ensight_case_file_info_t fvm_to_ensight_case_get_var_file (fvm_to_ensight_case_t *const this_case, const char *const name, const int dimension, const fvm_writer_var_loc_t location, const int time_step, const double time_value)
void fvm_to_ensight_case_write_case (fvm_to_ensight_case_t *this_case, int rank)

Typedef Documentation

◆ fvm_to_ensight_case_t

typedef struct _fvm_to_ensight_case_t fvm_to_ensight_case_t

Function Documentation

◆ fvm_to_ensight_case_add_part()

int fvm_to_ensight_case_add_part ( fvm_to_ensight_case_t *const this_case,
const char *const part_name )

◆ fvm_to_ensight_case_create()

fvm_to_ensight_case_t * fvm_to_ensight_case_create ( const char *const name,
const char *const dir_prefix,
const fvm_writer_time_dep_t time_dependency )

◆ fvm_to_ensight_case_destroy()

fvm_to_ensight_case_t * fvm_to_ensight_case_destroy ( fvm_to_ensight_case_t * this_case)

◆ fvm_to_ensight_case_get_geom_file()

fvm_to_ensight_case_file_info_t fvm_to_ensight_case_get_geom_file ( fvm_to_ensight_case_t *const this_case)

◆ fvm_to_ensight_case_get_part_num()

int fvm_to_ensight_case_get_part_num ( fvm_to_ensight_case_t *const this_case,
const char *const part_name )

◆ fvm_to_ensight_case_get_time_dep()

fvm_writer_time_dep_t fvm_to_ensight_case_get_time_dep ( fvm_to_ensight_case_t * this_case)

◆ fvm_to_ensight_case_get_var_file()

fvm_to_ensight_case_file_info_t fvm_to_ensight_case_get_var_file ( fvm_to_ensight_case_t *const this_case,
const char *const name,
const int dimension,
const fvm_writer_var_loc_t location,
const int time_step,
const double time_value )

◆ fvm_to_ensight_case_set_geom_time()

int fvm_to_ensight_case_set_geom_time ( fvm_to_ensight_case_t *const this_case,
const int time_step,
const double time_value )

◆ fvm_to_ensight_case_write_case()

void fvm_to_ensight_case_write_case ( fvm_to_ensight_case_t * this_case,
int rank )