[][src]Module mshio::mshfile

Contains all types that are used to represent the structure of parsed MSH files

The central type is MshFile which contains the whole structure of the parsed mesh.

Structs

Curve

A geometrical curve entity and its boundary

Element

Data of one mesh element

ElementBlock

A block of elements

Elements

All element data of a mesh

Entities

Boundary representations of geometrical entities of the MSH file

MshData

Contains all parsed sections of the MSH file

MshFile

A parsed MSH file containing mesh and header data

MshHeader

The header of a MSH file (irrelevant for most users)

Node

Coordinates of a single node

NodeBlock

A block of nodes

Nodes

All node data of a mesh

Point

A geometrical point entity

Surface

A geometrical surface entity and its boundary

Volume

A geometrical volume entity and its boundary

Enums

ElementType

Element types supported by the MSH file format

Traits

MshFloatT

Super-trait for all purposes in the MSH parser that require float like types

MshIntT

Super-trait for all purposes in the MSH parser that require int like types

MshUsizeT

Super-trait for all purposes in the MSH parser that require size_t like types