Skip to content

Commit

Permalink
rgd modernization, global MPI performance updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iagappel committed Jun 5, 2023
1 parent c3da858 commit bba2b34
Show file tree
Hide file tree
Showing 3 changed files with 6,403 additions and 5,739 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='turbx',
version='0.2.3',
version='0.3.0',
description='Extensible toolkit for analyzing turbulent flow datasets',

long_description=long_description,
Expand Down
5 changes: 4 additions & 1 deletion turbx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Extensible toolkit for analyzing turbulent flow datasets
'''

__version__ = '0.2.2'
__version__ = '0.3.0'
__author__ = 'Jason A'

from .turbx import cgd
Expand All @@ -14,6 +14,7 @@
from .turbx import lpd
from .turbx import spd

from .turbx import h5_chunk_sizer
from .turbx import h5_visititems_print_attrs
from .turbx import h5_visit_container

Expand All @@ -35,6 +36,7 @@
from .turbx import get_metric_tensor_2d
from .turbx import get_grid_quality_metrics_2d
from .turbx import smoothstep
from .turbx import stretch_1d_cluster_ends

from .turbx import rect_to_cyl
from .turbx import cyl_to_rect
Expand Down Expand Up @@ -73,6 +75,7 @@
'ztmd',
'lpd',
'spd',
'h5_chunk_sizer',
'h5_visititems_print_attrs',
'h5_visit_container',
'eas3',
Expand Down
Loading

0 comments on commit bba2b34

Please sign in to comment.