ogs6py.classes.mesh

Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
Distributed under a Modified BSD License.

See accompanying file LICENSE or http://www.opengeosys.org/project/license

class ogs6py.classes.mesh.Mesh

Bases: BuildTree

Class for defining meshes in the project file.

add_mesh(**args)

adds a mesh to the project file

Parameters:
  • filename (str) –

  • axially_syymetric (bool or str) –

classmethod populate_tree(tag, text='', attr=None, children=None)

method to create dictionary from an xml entity

property tree