HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
#include <stdlib.h>
#include <basic.h>
#include <arrayfunctions.h>
#include <physicalmodels/fppowersystem.h>
#include <hypar.h>
Go to the source code of this file.
Functions | |
double | FPPowerSystemDissipationFunction (int, void *, double) |
int | FPPowerSystemDiffusion (double *f, double *u, int dir, void *s, double t) |
double FPPowerSystemDissipationFunction | ( | int | , |
void * | , | ||
double | |||
) |
Definition at line 20 of file FPPowerSystemFunctions.c.
int FPPowerSystemDiffusion | ( | double * | f, |
double * | u, | ||
int | dir, | ||
void * | s, | ||
double | t | ||
) |
Definition at line 9 of file FPPowerSystemDiffusion.c.