27 int nvars = solver->
nvars;
28 int ndims = solver->
ndims;
32 size *= solver->
nvars;
35 compact->
A = (
double*) calloc (size,
sizeof(
double));
36 compact->
B = (
double*) calloc (size,
sizeof(
double));
37 compact->
C = (
double*) calloc (size,
sizeof(
double));
38 compact->
R = (
double*) calloc (size,
sizeof(
double));
40 compact->
sendbuf = (
double*) calloc (size,
sizeof(
double));
41 compact->
recvbuf = (
double*) calloc (size,
sizeof(
double));
MPI related function definitions.
int CompactSchemeInitialize(void *s, void *m, char *type)
Structure containing all solver-specific variables and functions.
Contains structure definition for hypar.
char interp_type[_MAX_STRING_SIZE_]
Structure of variables/parameters needed by the compact schemes.
Structure of MPI-related variables.
Definitions for the functions computing the interpolated value of the primitive at the cell interface...