#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 | c_x = 0.5 |
const double | c_y = 0.5 |
const double | c_z = 0.5 |
const double | inneR = 0.2 |
const double | outeR = 0.4 |
const double | penalty = 1e8 |
const double | w = 1 |
|
Definition at line 38 of file omgNeumann_2spheres.C. Referenced by main(). |
|
Definition at line 62 of file omgNeumann_2spheres.C. References inneR, outeR, and w. Referenced by main(). |
|
|
Definition at line 31 of file omgNeumann_2spheres.C. Referenced by main(). |
|
Definition at line 32 of file omgNeumann_2spheres.C. Referenced by main(). |
|
Definition at line 33 of file omgNeumann_2spheres.C. Referenced by main(). |
|
Definition at line 34 of file omgNeumann_2spheres.C. Referenced by CalcVarCoef(), CalcVarRHS(), and main(). |
|
Definition at line 35 of file omgNeumann_2spheres.C. Referenced by CalcVarCoef(), CalcVarRHS(), and main(). |
|
Definition at line 36 of file omgNeumann_2spheres.C. |
|
Definition at line 30 of file omgNeumann_2spheres.C. Referenced by CalcVarRHS(), and main(). |