|
My Project
programmer's documentation
|
Go to the documentation of this file. 1 #ifndef __CS_PARTITION_H__
2 #define __CS_PARTITION_H__
225 int extra_partitions_list[]);
void cs_partition_external_library_info(void)
Print information on external libraries.
Definition: cs_partition.c:2790
void cs_partition_set_preprocess_hints(bool join, bool join_periodic)
Define hints indicating if initial partitioning fo a preprocessing stage is required.
Definition: cs_partition.c:2953
void cs_partition_set_write_level(int write_flag)
Set partitioning write to file option.
Definition: cs_partition.c:2936
cs_partition_stage_t
Definition: cs_partition.h:83
Definition: cs_partition.h:109
Definition: cs_partition.h:107
Definition: cs_mesh_builder.h:57
#define END_C_DECLS
Definition: cs_defs.h:468
Definition: cs_partition.h:86
cs_partition_algorithm_t
Definition: cs_partition.h:105
Definition: cs_partition.h:108
Definition: cs_partition.h:85
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
Definition: cs_partition.h:113
Definition: cs_partition.h:114
void cs_partition_set_algorithm(cs_partition_stage_t stage, cs_partition_algorithm_t algorithm, int rank_step, bool ignore_perio)
Set algorithm for domain partitioning.
Definition: cs_partition.c:2861
void cs_partition_add_partitions(int n_extra_partitions, int extra_partitions_list[])
Define list of extra partitionings to build.
Definition: cs_partition.c:3033
bool cs_partition_get_preprocess(void)
Indicate if re-partitiong for the computation stage is required.
Definition: cs_partition.c:2988
Definition: cs_partition.h:111
void cs_partition(cs_mesh_t *mesh, cs_mesh_builder_t *mesh_builder, cs_partition_stage_t stage)
Partition mesh based on current options.
Definition: cs_partition.c:3057
Definition: cs_partition.h:112
void cs_partition_set_preprocess(bool active)
Activate or deactivate initial partitioning for preprocessing.
Definition: cs_partition.c:2970
Definition: cs_partition.h:110