Peano
Loading...
Searching...
No Matches
Scenario.h
Go to the documentation of this file.
1#pragma once
2
3
4#include "tarch/la/Vector.h"
6
7
8namespace tests {
9 namespace multigrid {
10 namespace matrixfree {
11 namespace poisson {
12 double getPointWiseRhs(
14 );
15 }
16 }
17 }
18}
19
Simple Poisson solver on the unit cube.
Definition poisson.py:1
double getPointWiseRhs(const tarch::la::Vector< Dimensions, double > &x)
Definition Scenario.cpp:4
Simple vector class.
Definition Vector.h:134