Functions
ExactSoln Namespace Reference

Namespace for exact solution. More...

Functions

void get_exact_u (const double &t, const Vector< double > &x, Vector< double > &u)
 Exact solution of the problem as a vector. More...
 
void get_exact_u (const double &t, const double &y, double &u)
 Exact solution of the problem as a scalar. More...
 

Detailed Description

Namespace for exact solution.

Function Documentation

◆ get_exact_u() [1/2]

void ExactSoln::get_exact_u ( const double &  t,
const double &  y,
double &  u 
)

Exact solution of the problem as a scalar.

Definition at line 92 of file rayleigh_channel.cc.

References Global_Parameters::ReSt.

◆ get_exact_u() [2/2]

void ExactSoln::get_exact_u ( const double &  t,
const Vector< double > &  x,
Vector< double > &  u 
)