Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
ode_solvers.h File Reference

Go to the source code of this file.

Functions

void findp_bisection_ (integer *numc, realtype *cc, realtype *derivative, realtype *dt, realtype *accuracy, realtype *pi)
 
static void util_findp_bisection (integer *numc, realtype *cc, realtype *derivative, realtype *dt, realtype *accuracy, realtype *pi)
 
void matrix_ (integer *n, realtype *a, realtype *r, realtype *c)
 
static void util_matrix (integer *n, realtype *a, realtype *r, realtype *c)
 

Function Documentation

◆ findp_bisection_()

void findp_bisection_ ( integer numc,
realtype cc,
realtype derivative,
realtype dt,
realtype accuracy,
realtype pi 
)
extern

Referenced by util_findp_bisection().

Here is the caller graph for this function:

◆ matrix_()

void matrix_ ( integer n,
realtype a,
realtype r,
realtype c 
)
extern

Referenced by util_matrix().

Here is the caller graph for this function:

◆ util_findp_bisection()

static void util_findp_bisection ( integer numc,
realtype cc,
realtype derivative,
realtype dt,
realtype accuracy,
realtype pi 
)
inlinestatic

Definition at line 14 of file ode_solvers.h.

References cc, dt, findp_bisection_(), pi, and x.

Here is the call graph for this function:

◆ util_matrix()

static void util_matrix ( integer n,
realtype a,
realtype r,
realtype c 
)
inlinestatic

Definition at line 30 of file ode_solvers.h.

References a, c, matrix_(), and n.

Here is the call graph for this function: