HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Initializes the compact schemes. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <interpolation.h>
#include <mpivars.h>
#include <hypar.h>
Go to the source code of this file.
Functions | |
int | CompactSchemeInitialize (void *s, void *m, char *type) |
Initializes the compact schemes.
Definition in file CompactSchemeInitialize.c.
int CompactSchemeInitialize | ( | void * | s, |
void * | m, | ||
char * | type | ||
) |
This function initializes the compact finite-difference methods: allocates the arrays to store the tridiagonal system.
s | Solver object of type HyPar |
m | MPI object of type MPIVariables |
type | Type of interpolation |
Definition at line 17 of file CompactSchemeInitialize.c.