Functions
nmx::apps::x036 Namespace Reference

Functions

int func (double x, const double yin[], double yout[], void *params)
 func rechte Seite der Differenzialgleichung More...
 
double fexact (double x)
 fexact exakte Lösung More...
 
void ex1 ()
 ex1 Beispiel (Vorlage) More...
 
auto get_output_stream (const char *name, Format fmt)
 get_output_stream generiere Ausgabestrom More...
 
void ode1 ()
 ode Lösung einer DGL More...
 
void ode2 ()
 ex2 DGL 2. Grades More...
 
void ode3 ()
 ode3 Konstante Kraft wirkt auf Holzblock More...
 

Function Documentation

◆ ex1()

void nmx::apps::x036::ex1 ( )
inline

ex1 Beispiel (Vorlage)

Definition at line 42 of file x036.h.

◆ fexact()

double nmx::apps::x036::fexact ( double  x)

fexact exakte Lösung

Parameters
xVariable
Returns
Funktionswert

Definition at line 35 of file x036.h.

◆ func()

int nmx::apps::x036::func ( double  x,
const double  yin[],
double  yout[],
void *  params 
)

func rechte Seite der Differenzialgleichung

Parameters
xunabhängige Variable
yinEingabe
youtAusgabe
paramszusätzlicher Parameter
Returns
GSL_SUCCESS

Definition at line 24 of file x036.h.

◆ get_output_stream()

auto nmx::apps::x036::get_output_stream ( const char *  name,
Format  fmt 
)
inline

get_output_stream generiere Ausgabestrom

Parameters
nameName der Datei
fmtFormatierungsanweisung

Definition at line 80 of file x036.h.

◆ ode1()

void nmx::apps::x036::ode1 ( )
inline

ode Lösung einer DGL

Definition at line 87 of file x036.h.

◆ ode2()

void nmx::apps::x036::ode2 ( )
inline

ex2 DGL 2. Grades

Definition at line 127 of file x036.h.

◆ ode3()

void nmx::apps::x036::ode3 ( )

ode3 Konstante Kraft wirkt auf Holzblock

Definition at line 180 of file x036.h.