Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Defines | Functions
geometry/meshImport3D.hh File Reference
#include <vector>
#include <map>
#include <hash_map>
#include "mesh.hh"
#include "toolbox/array.hh"
Include dependency graph for meshImport3D.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  __gnu_cxx::hash< concepts::Index >
 Hash function class. More...
class  concepts::Import3dMesh
 Imports 3D mesh with tetrahedra and hexahedra. More...
struct  concepts::Index
 Stores a number of indices in a ordered fashion. More...
struct  __gnu_cxx::IndexEqual
 Key equal function class. More...
class  concepts::Import3dMesh::NodeCell
 Stores the nodes and edges of a cell to be created. More...
class  concepts::Import3dMesh::NodeHexahedron
 Stores the nodes and faces of a hexahedral cell to be created. More...
class  concepts::Import3dMesh::NodeTetrahedron
 Stores the nodes and faces of a tetrahedral cell to be created. More...
class  concepts::Import3dMesh::S
 Scanner class for Import3dMesh. More...

Namespaces

namespace  __gnu_cxx
namespace  concepts
 

Geometries and material constants for eddy current problems.


Defines

#define __gnu_cxx   std

Functions

size_t __gnu_cxx::hash_value (const concepts::Index &i)
 Computes a hash for i.

Define Documentation

#define __gnu_cxx   std

Definition at line 23 of file meshImport3D.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)