Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
ode_solvers.h
Go to the documentation of this file.
1/** @file ode_solvers.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/util/ode_solvers.F90
5
6extern void findp_bisection_ (
8 realtype * cc,
10 realtype * dt,
12 realtype * pi
13);
23
24extern void matrix_ (
25 integer * n,
26 realtype * a,
27 realtype * r,
28 realtype * c
29);
30static inline void util_matrix (
31 integer * n,
32 realtype * a,
33 realtype * r,
34 realtype * c) {
35 matrix_ (n, a, r, c);
36}
const vector a
Definition all-mach.h:59
int x
Definition common.h:76
#define pi
Definition common.h:4
else return n
Definition curvature.h:101
int integer
Definition cvmix.h:105
double dt
double realtype
Definition common.h:47
static void util_matrix(integer *n, realtype *a, realtype *r, realtype *c)
Definition ode_solvers.h:30
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)
Definition ode_solvers.h:14
void matrix_(integer *n, realtype *a, realtype *r, realtype *c)
double cc
Definition vof.h:60
scalar c
Definition vof.h:57