Classes | Namespaces | Functions | Variables
two_d_poisson.cc File Reference

Go to the source code of this file.

Classes

class  PoissonProblem< ELEMENT >
 

Namespaces

 TanhSolnForPoisson
 Namespace for exact solution for Poisson equation with "sharp step".
 

Functions

void TanhSolnForPoisson::get_exact_u (const Vector< double > &x, Vector< double > &u)
 Exact solution as a Vector. More...
 
void TanhSolnForPoisson::source_function (const Vector< double > &x, double &source)
 Source function required to make the solution above an exact solution. More...
 
int main ()
 Driver code for 2D Poisson problem. More...
 

Variables

double TanhSolnForPoisson::Alpha =1.0
 Parameter for steepness of "step". More...
 
double TanhSolnForPoisson::TanPhi =0.0
 Parameter for angle Phi of "step". More...
 

Function Documentation

◆ main()

int main ( )