#include <mpi.h>#include <cstdio>#include "oda.h"#include "omg.h"#include "Point.h"#include "parUtils.h"#include "octUtils.h"#include "TreeNode.h"#include "handleStencils.h"#include <cstdlib>#include "sys.h"#include "externVars.h"#include <sstream>#include "omgNeumann.h"Go to the source code of this file.
Functions | |
| void | CalcVarCoef (const std::vector< double > &pts, std::vector< double > &coef) |
| void | CalcVarRHS (const std::vector< double > &pts, std::vector< double > &rhs) |
| int | main (int argc, char **argv) |
Variables | |
| const double | w = 1 |
|
||||||||||||
|
Definition at line 33 of file omgNeumann_ex3.C. |
|
||||||||||||
|
Definition at line 43 of file omgNeumann_ex3.C. References w. |
|
||||||||||||
|
|
Definition at line 30 of file omgNeumann_ex3.C. |
1.3.9.1