discretize.TreeMesh.finalized#

TreeMesh.finalized#

Whether tree mesh is finalized.

This property returns a boolean stating whether the tree mesh has been finalized; i.e. no further mesh refinement will be carried out. A tree mesh must be finalized before it can be used to call most of its properties or construct operators. When finalized, mesh refinement is no longer enabled.

Returns:
bool

Returns True if finalized, False otherwise