CppNoddy  0.92
Loading...
Searching...
No Matches
Classes | Namespaces
reversed_BL.h File Reference

An implementation of the zig-zag modification for unsteady parabolic marching with reverse flow. More...

#include <DenseVector.h>
#include <DenseMatrix.h>
#include <BandedMatrix.h>
#include <Equation_3matrix.h>
#include <Residual_with_coords.h>
#include <TwoD_Node_Mesh.h>
#include <Uncopyable.h>
#include <Timer.h>

Go to the source code of this file.

Classes

class  CppNoddy::reversed_BL< _Type >
 A templated object for real/complex vector system of unsteady equations. More...
 

Namespaces

namespace  CppNoddy
 A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics.
 

Detailed Description

An implementation of the zig-zag modification for unsteady parabolic marching with reverse flow.

The reversal detection is hard-wired (hacked) in the method below – applicable to a box scheme boundary layer approach.

Definition in file reversed_BL.h.

© 2012

R.E. Hewitt