ViennaGrid - The Vienna Grid Library  2.1.0
Public Types | Data Fields
segmented_mesh< MeshT, SegmentationT > Struct Template Reference

A segmented_mesh is a mesh together with a segmentation. More...

#include <segmented_mesh.hpp>

Public Types

typedef MeshT mesh_type
typedef SegmentationT segmentation_type

Data Fields

mesh_type mesh
segmentation_type segmentation

Detailed Description

template<typename MeshT, typename SegmentationT>
struct viennagrid::segmented_mesh< MeshT, SegmentationT >

A segmented_mesh is a mesh together with a segmentation.

Template Parameters:
MeshTThe mesh type
SegmentationTThe segmentation type

Member Typedef Documentation

typedef MeshT mesh_type
typedef SegmentationT segmentation_type

Field Documentation


The documentation for this struct was generated from the following file: