User API

This page shows already-implemented Uxarray user API functions. You can also check the draft Uxarray API documentation to see the tentative whole API and let us know if you have any feedback!

Grid Class

grid.Grid(*args, **kwargs)

The Uxarray Grid object class that describes an unstructured grid.

Grid Methods

grid.Grid.write(outfile[, extension])

Writes mesh file as per extension supplied in the outfile string.

Helper Functions

determine_file_type(filepath)

Checks file path and contents to determine file type.