HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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 *)
Definition:
FPPowerSystem1BusCleanup.c:4
fppowersystem1bus.h
Fokker-Planck Model for 1-Bus Power System.