HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
FPPowerSystem1BusCleanup.c
Go to the documentation of this file.
1
#include <stdlib.h>
2
#include <
physicalmodels/fppowersystem1bus.h
>
3
4
int
FPPowerSystem1BusCleanup
(
void
*s)
5
{
6
return
(0);
7
}
FPPowerSystem1BusCleanup
int FPPowerSystem1BusCleanup(void *s)
Definition:
FPPowerSystem1BusCleanup.c:4
fppowersystem1bus.h
Fokker-Planck Model for 1-Bus Power System.