|
Extension: Matrix functions
#include "dg/matrix/matrix.h"
|
Typedefs | |
| using | Matrix = dg::DMatrix |
| using | Container = dg::DVec |
Functions | |
| double | lhs (double x, double y) |
| double | rhs (double x, double y) |
| int | main () |
Variables | |
| const double | lx = 2.*M_PI |
| const double | ly = 2.*M_PI |
| dg::bc | bcx = dg::DIR |
| dg::bc | bcy = dg::PER |
| const double | alpha = -0.5 |
| const double | m = 4. |
| const double | n = 4. |
| typedef dg::DMatrix Matrix = dg::DMatrix |
| double lhs | ( | double | x, |
| double | y ) |
| int main | ( | ) |
| double rhs | ( | double | x, |
| double | y ) |
| const double alpha = -0.5 |
| const double lx = 2.*M_PI |
| const double ly = 2.*M_PI |
| const double m = 4. |
| const double n = 4. |