Skip to content

Tripyview v0.2.0 - optimization for larger meshes

Pre-release
Pre-release
Compare
Choose a tag to compare
@patrickscholz patrickscholz released this 13 Nov 09:43
· 653 commits to main since this release
  • tripyview got optimized to work with meshes upto dart size (~3M surface vertices)
  • all template notebooks can be used (should be used with dask client for large meshes) with dask client for efficient opening and reading of large files. Chunks are set to 'auto' since it turned out that auto chunking leads to faster performance
  • All subroutines that use binning have been parallelised as well (at least one level of binning either zonal or meridional)
  • the 3d pyvista plotting has been fixed again for the trame backend (but in moment works best either on laptop or on a login node, not so much on a compute node)