|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
Go to the source code of this file.
Macros | |
| #define | ROTATE(a, i, j, k, l) |
Functions | |
| static void | eigsrt (double d[2], double v[2][2]) |
| void | eigenvalues (double a[2][2], double d[2], double v[2][2]) |
| eigenvalues: : a symmetric matrix. | |
| void | lambda2 (const vector u, scalar l2) |
eigenvalues: : a symmetric matrix.
@d: a vector. @v: another matrix.
Fills @d (resp. @v) with the eigenvalues (resp. eigenvectors) of matrix .
Definition at line 39 of file lambda2.h.
References a, assert, b, c, d, dimension, eigsrt(), g, h, i, j, ROTATE, s, t, theta, v, x, and z.
Referenced by lambda2().