Classes | Namespaces | Functions
two_d_adv_diff_adapt2.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::tanh_profile (const Vector< double > &x, Vector< double > &u)
 Tanh profile for assignment of boundary conditons as a Vector. More...
 
void TanhSolnForAdvectionDiffusion::tanh_profile (const Vector< double > &x, double &u)
 Tanh profile for assignment of boundary conditons as a Vector. 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...
 

Function Documentation

◆ main()

int main ( )