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

Go to the source code of this file.

Classes

class  RefineableAdvectionDiffusionProblem< ELEMENT >
 /////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////// More...
 

Namespaces

 TanhSolnForAdvectionDiffusion
 Namespace for exact solution for AdvectionDiffusion equation with "sharp" step.
 

Functions

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

Variables

double TanhSolnForAdvectionDiffusion::Peclet =200.0
 Peclet number. More...
 
double TanhSolnForAdvectionDiffusion::Alpha
 Parameter for steepness of step. More...
 
double TanhSolnForAdvectionDiffusion::TanPhi
 Parameter for angle of step. More...
 

Function Documentation

◆ main()

int main ( )