src/PDE/Transport/Problem/CylVortex.cpp file

Problem configuration for transport equations.

This file defines a Problem policy class for the transport equations, defined in PDE/Transport/CGTransport.hpp implementing node-centered continuous Galerkin (CG) and PDE/Transport/DGTransport.hpp implementing cell-centered discontinuous Galerkin (DG) discretizations. See PDE/Transport/Problem.hpp for general requirements on Problem policy classes for cg::Transport and dg::Transport.