CppNoddy
0.92
|
Implementation of a class for an
#include <string>
#include <cassert>
#include <PDE_IBVP.h>
#include <Equation_2matrix.h>
#include <Residual_with_coords.h>
#include <Exceptions.h>
#include <BandedLinearSystem.h>
#include <Timer.h>
#include <Utility.h>
Go to the source code of this file.
Namespaces | |
namespace | CppNoddy |
A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics. | |
Implementation of a class for an
subject to
where
A Crank-Nicolson method is employed with the linearised problem at the mid-time point
Where
Definition in file PDE_IBVP.cpp.
© 2012
R.E. Hewitt