Loading [MathJax]/extensions/tex2jax.js
HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
c
d
e
f
g
i
l
m
o
p
r
s
t
u
w
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
+
Macros
_
a
c
d
g
i
m
n
r
s
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
FPPowerSystemPrintStep.c
Go to the documentation of this file.
1
#include <stdio.h>
2
#include <
physicalmodels/fppowersystem.h
>
3
#include <
hypar.h
>
4
5
int
FPPowerSystemPrintStep
(
void
* s,
void
*m,
double
t)
6
{
7
HyPar
*solver = (
HyPar
*) s;
8
FPPowerSystem
*params = (
FPPowerSystem
*) solver->
physics
;
9
printf(
"Domain integral of the probability density function: %1.16E\n"
,params->
pdf_integral
);
10
return
(0);
11
}
FPPowerSystem
Definition:
fppowersystem.h:52
FPPowerSystem::pdf_integral
double pdf_integral
Definition:
fppowersystem.h:69
HyPar
Structure containing all solver-specific variables and functions.
Definition:
hypar.h:23
hypar.h
Contains structure definition for hypar.
HyPar::physics
void * physics
Definition:
hypar.h:266
fppowersystem.h
FPPowerSystemPrintStep
int FPPowerSystemPrintStep(void *s, void *m, double t)
Definition:
FPPowerSystemPrintStep.c:5