Loading...
Searching...
No Matches
unsteady_advection_diffusion_supg.hpp File Reference

Go to the source code of this file.

Classes

class  terra::fe::wedge::operators::shell::UnsteadyAdvectionDiffusionSUPG< ScalarT, VelocityVecDim >
 Linear operator for a method-of-lines discretization of the unsteady advection-diffusion equation with SUPG (streamline upwind Petrov-Galerkin) stabilization. More...
 

Namespaces

namespace  terra
 
namespace  terra::fe
 
namespace  terra::fe::wedge
 Features for wedge elements.
 
namespace  terra::fe::wedge::operators
 
namespace  terra::fe::wedge::operators::shell
 

Functions

template<typename ScalarT >
ScalarT terra::fe::wedge::operators::shell::supg_tau (const ScalarT vel_norm, const ScalarT kappa, const ScalarT h, const ScalarT Pe_tol=1e-8)