foamlib 0.1.11__tar.gz → 0.1.12__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {foamlib-0.1.11 → foamlib-0.1.12}/PKG-INFO +1 -1
- {foamlib-0.1.11 → foamlib-0.1.12}/foamlib/__init__.py +1 -1
- {foamlib-0.1.11 → foamlib-0.1.12}/foamlib/_dictionaries.py +2 -2
- {foamlib-0.1.11 → foamlib-0.1.12}/foamlib.egg-info/PKG-INFO +1 -1
- {foamlib-0.1.11 → foamlib-0.1.12}/LICENSE.txt +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/README.md +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/foamlib/_cases.py +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/foamlib/_subprocesses.py +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/foamlib/py.typed +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/foamlib.egg-info/SOURCES.txt +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/foamlib.egg-info/dependency_links.txt +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/foamlib.egg-info/requires.txt +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/foamlib.egg-info/top_level.txt +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/pyproject.toml +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/setup.cfg +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/tests/test_basic.py +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/tests/test_dictionaries.py +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/tests/test_flange.py +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/tests/test_flange_async.py +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/tests/test_pitz.py +0 -0
- {foamlib-0.1.11 → foamlib-0.1.12}/tests/test_pitz_async.py +0 -0
@@ -319,7 +319,7 @@ class FoamBoundaryDictionary(FoamDictionary):
|
|
319
319
|
int,
|
320
320
|
float,
|
321
321
|
Sequence[Union[int, float, Sequence[Union[int, float]]]],
|
322
|
-
NDArray[np.generic],
|
322
|
+
"NDArray[np.generic]",
|
323
323
|
]:
|
324
324
|
"""
|
325
325
|
Alias of `self["value"]`.
|
@@ -412,7 +412,7 @@ class FoamFieldFile(FoamFile):
|
|
412
412
|
int,
|
413
413
|
float,
|
414
414
|
Sequence[Union[int, float, Sequence[Union[int, float]]]],
|
415
|
-
NDArray[np.generic],
|
415
|
+
"NDArray[np.generic]",
|
416
416
|
]:
|
417
417
|
"""
|
418
418
|
Alias of `self["internalField"]`.
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|