My Project
programmer's documentation
|
Definition of advanced options relative to parallelism. More...
#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "bft_error.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_file.h"
#include "cs_grid.h"
#include "cs_matrix.h"
#include "cs_matrix_default.h"
#include "cs_parall.h"
#include "cs_partition.h"
#include "cs_renumber.h"
#include "cs_prototypes.h"
Functions | |
void | cs_user_numbering (void) |
Define advanced mesh numbering options. More... | |
void | cs_user_partition (void) |
Define advanced partitioning options. More... | |
void | cs_user_parallel_io (void) |
Define parallel IO settings. More... | |
void | cs_user_matrix_tuning (void) |
Define sparse matrix tuning options. More... | |
Definition of advanced options relative to parallelism.
See Performance tuning for examples.
void cs_user_matrix_tuning | ( | void | ) |
Define sparse matrix tuning options.
void cs_user_numbering | ( | void | ) |
Define advanced mesh numbering options.
void cs_user_parallel_io | ( | void | ) |
Define parallel IO settings.
void cs_user_partition | ( | void | ) |
Define advanced partitioning options.