Skip to contents

Small class to support MSH mesh files. Note that MSH files are a legacy format from OGS5. It is recommended to switch to VTU files.

Active bindings

msh_path

Getter/setter for private parameter `.msh_path`

Methods


Method new()

reates new OGS6_vtu object..

Usage

OGS6_msh$new(msh_path)

Arguments

msh_path

path to *.msh file.


Method print()

Overrides the default print method

Usage

OGS6_msh$print()


Method clone()

The objects of this class are cloneable with this method.

Usage

OGS6_msh$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.