CppNoddy
0.92
|
Solving the 2D advection equation. More...
#include <TwoD_HYP_bundle.h>
Go to the source code of this file.
Classes | |
class | CppNoddy::Example::NlinAdv |
Define the system. More... | |
Namespaces | |
namespace | CppNoddy |
A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics. | |
namespace | CppNoddy::Example |
Functions | |
void | CppNoddy::Example::Q_init (const double &x, const double &y, DenseVector< double > &q) |
Set the initial state of the system. More... | |
int | main () |
Solving the 2D advection equation.
using a TVD Lax-Friedrichs scheme for
Definition in file HYP2DLinearAdvectionXY.cpp.
int main | ( | ) |
Definition at line 65 of file HYP2DLinearAdvectionXY.cpp.
References CppNoddy::TwoD_TVDLF_Mesh::get_point_values(), CppNoddy::TwoD_TVDLF_Mesh::get_time(), CppNoddy::TwoD_TVDLF_Mesh::set_limiter(), CppNoddy::Utility::uniform_node_vector(), and CppNoddy::TwoD_TVDLF_Mesh::update().
© 2012
R.E. Hewitt