ViennaGrid - The Vienna Grid Library  2.1.0
Data Structures | Namespaces
viennagrid/mesh/segmented_mesh.hpp File Reference

Defines a segmented mesh, is a combination of a mesh and a segmentation. More...

#include "viennagrid/mesh/mesh.hpp"
#include "viennagrid/mesh/segmentation.hpp"
#include "viennagrid/mesh/mesh_operations.hpp"

Go to the source code of this file.

Data Structures

struct  segmented_mesh< MeshT, SegmentationT >
 A segmented_mesh is a mesh together with a segmentation. More...
struct  segmented_mesh< viennagrid::mesh< WrappedMeshConfig >, viennagrid::segmentation< WrappedSegmentationConfig > >
 A specialization for viennagrid meshes and segmentation. More...

Namespaces

namespace  viennagrid
 

The main ViennaGrid namespace. Most user functionality resides directly in this namespace rather than in sub-namespaces.



Detailed Description

Defines a segmented mesh, is a combination of a mesh and a segmentation.