Classes | Namespaces | Functions
two_d_adv_diff_adapt2.cc File Reference

Go to the source code of this file.

Classes

class  RefineableAdvectionDiffusionProblem< ELEMENT >
 2D AdvectionDiffusion problem on rectangular domain, discretised with refineable 2D QAdvectionDiffusion elements. The specific type of element is specified via the template parameter. More...
 

Namespaces

namespace  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.
 
void TanhSolnForAdvectionDiffusion::tanh_profile (const Vector< double > &x, double &u)
 Tanh profile for assignment of boundary conditons as a Vector.
 
void TanhSolnForAdvectionDiffusion::source_function (const Vector< double > &x_vect, double &source)
 Source function required to make the solution above an exact solution.
 
void TanhSolnForAdvectionDiffusion::wind_function (const Vector< double > &x, Vector< double > &wind)
 Wind.
 
int main ()
 Driver code for 2D AdvectionDiffusion problem.
 

Function Documentation

◆ main()

int main ( )