CppNoddy
0.92
|
Implementation of a two dimensional mesh object. More...
#include <vector>
#include <fstream>
#include <iostream>
#include <iomanip>
#include <cassert>
#include <Exceptions.h>
#include <DenseVector.h>
#include <DenseMatrix.h>
#include <TwoD_Node_Mesh.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 two dimensional mesh object.
Data is stored on a nodal mesh.
Definition in file TwoD_Node_Mesh.cpp.
© 2012
R.E. Hewitt