generic_utils#

Created on 31 Oct 2019

Generic tools for all areas of code.

@author: Rob Tovey

Functions

get_grid(sz[, tpb])

to_mesh(x[, dx, dtype])

Generates dense meshes from grid vectors, broadly:

Classes

GLOBAL_BOOL(val)

An object which behaves like a bool but can be changed in-place by set or by calling as a function.