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

Go to the source code of this file.

Classes

class  SUPGAdvectionDiffusionProblem< ELEMENT >
 /////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////// More...
 

Namespaces

 GlobalPhysicalParameters
 Namespace for global parameters: Unforced problem with boundary values corresponding to a steep tanh step profile oriented at 45 degrees across the domain.
 

Functions

void GlobalPhysicalParameters::get_boundary_values (const Vector< double > &x, Vector< double > &u)
 Some "solution" for assignment of boundary values. More...
 
void GlobalPhysicalParameters::source_function (const Vector< double > &x_vect, double &source)
 Zero source function. More...
 
void GlobalPhysicalParameters::wind_function (const Vector< double > &x, Vector< double > &wind)
 Wind. More...
 
int main ()
 Driver code for 2D AdvectionDiffusion problem. More...
 

Variables

double GlobalPhysicalParameters::Peclet =200.0
 Peclet number. More...
 
double GlobalPhysicalParameters::Alpha =50.0
 Parameter for steepness of step in boundary values. More...
 
double GlobalPhysicalParameters::TanPhi =1.0
 Parameter for angle of step in boundary values: 45 degrees. More...
 

Function Documentation

◆ main()

int main ( )