HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
#include <stdlib.h>
#include <basic.h>
#include <mathfunctions.h>
#include <arrayfunctions.h>
#include <physicalmodels/fppowersystem.h>
#include <mpivars.h>
#include <hypar.h>
Go to the source code of this file.
Functions | |
double | FPPowerSystemDriftFunction (int, void *, double, double, double) |
double | FPPowerSystemComputeCFL (void *s, void *m, double dt, double t) |
double FPPowerSystemDriftFunction | ( | int | , |
void * | , | ||
double | , | ||
double | , | ||
double | |||
) |
Definition at line 4 of file FPPowerSystemFunctions.c.
double FPPowerSystemComputeCFL | ( | void * | s, |
void * | m, | ||
double | dt, | ||
double | t | ||
) |
Definition at line 11 of file FPPowerSystemComputeCFL.c.