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 "cs_headers.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.