Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 1.98 KB

geosx_xml_tools.rst

File metadata and controls

82 lines (52 loc) · 1.98 KB

GEOS XML Tools

The geosx_xml_tools python package adds a set of advanced features to the GEOS xml format: units, parameters, and symbolic expressions. See PythonToolsSetup for details on setup instructions, and Advanced XML Features for a detailed description of the input format. The available console scripts for this package and its API are described below.

convert_abaqus

Convert an abaqus format mesh file to gmsh or vtk format.

format_xml

Formats an xml file.

check_xml_attribute_coverage

Checks xml attribute coverage for files in the GEOS repository.

check_xml_redundancy

Checks for redundant attribute definitions in an xml file, such as those that duplicate the default value.

API

geosx_xml_tools.main

geosx_xml_tools.xml_processor

geosx_xml_tools.xml_formatter

geosx_xml_tools.unit_manager

geosx_xml_tools.regex_tools

geosx_xml_tools.xml_redundancy_check

geosx_xml_tools.attribute_coverage

geosx_xml_tools.table_generator