mesh.h File Reference
#include <float.h>
#include <list>
#include <typeinfo>
#include <string>
#include "Vector.h"
#include "nodes.h"
#include "elements.h"
#include "timesteppers.h"
#include "generalised_timesteppers.h"
#include "matrices.h"
#include "refineable_elements.h"

Go to the source code of this file.

Classes

class  oomph::Mesh
 
class  oomph::SolidMesh
 
class  oomph::Edge
 Edge class. More...
 

Namespaces

 oomph
 DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).
 
 oomph::MeshChecker
 
 oomph::ParaviewHelper
 Namespace for paraview-style output helper functions.
 
 oomph::NodeOrdering
 

Functions

template<class GEOM_ELEMENT_BASE , class ELEMENT >
void oomph::MeshChecker::assert_geometric_element (const unsigned &dim, const unsigned &nnode_1d=0)
 
void oomph::ParaviewHelper::write_pvd_header (std::ofstream &pvd_file)
 Write the pvd file header. More...
 
void oomph::ParaviewHelper::write_pvd_information (std::ofstream &pvd_file, const std::string &output_filename, const double &time)
 
void oomph::ParaviewHelper::write_pvd_footer (std::ofstream &pvd_file)
 Write the pvd file footer. More...
 
bool oomph::NodeOrdering::node_global_position_comparison (Node *nd1_pt, Node *nd2_pt)