Utils
Utils provides various utility functions for making solution verification analysis easier. If you have a suggestion for a new utility function, open an issue!
- cfdverify.utils.mesh_size(domain: float, count: int, dim: int = 3) ndarray
Compute average discretization size
- Parameters:
domain (float) – Size of domain
count (int) – Number of cells/elements/etc. domain is divided by
dim (int) – Dimension of domain
- Returns:
Average discretization size
- Return type:
np.ndarray