8.0
general documentation
Loading...
Searching...
No Matches
cs_preprocessor_data.h File Reference
#include "fvm_io_num.h"
#include "cs_base.h"
#include "cs_mesh.h"
Include dependency graph for cs_preprocessor_data.h:

Go to the source code of this file.

Functions

void ledevi (int *iperio, int *iperot)
void cs_preprocessor_data_add_file (const char *file_name, size_t n_group_renames, const char **group_rename, const double transf_matrix[3][4])
int cs_preprocessor_check_perio (void)
bool cs_preprocessor_data_is_restart (void)
 Check if the last preprocessing data defined or read is restart data.
void cs_preprocessor_data_read_headers (cs_mesh_t *mesh, cs_mesh_builder_t *mesh_builder, bool ignore_cartesian)
void cs_preprocessor_data_read_mesh (cs_mesh_t *mesh, cs_mesh_builder_t *mesh_builder, bool ignore_cartesian)

Function Documentation

◆ cs_preprocessor_check_perio()

int cs_preprocessor_check_perio ( void )

◆ cs_preprocessor_data_add_file()

void cs_preprocessor_data_add_file ( const char * file_name,
size_t n_group_renames,
const char ** group_rename,
const double transf_matrix[3][4] )

◆ cs_preprocessor_data_is_restart()

bool cs_preprocessor_data_is_restart ( void )

Check if the last preprocessing data defined or read is restart data.

Returns
true if preprocessing data is read from "restart" folder, false otherwise

◆ cs_preprocessor_data_read_headers()

void cs_preprocessor_data_read_headers ( cs_mesh_t * mesh,
cs_mesh_builder_t * mesh_builder,
bool ignore_cartesian )

◆ cs_preprocessor_data_read_mesh()

void cs_preprocessor_data_read_mesh ( cs_mesh_t * mesh,
cs_mesh_builder_t * mesh_builder,
bool ignore_cartesian )

◆ ledevi()

void ledevi ( int * iperio,
int * iperot )