https://github.com/mdolab/dafoam
Raw File
Tip revision: 3c477e2e4401403f014086fbaa1547c9f1941f8d authored by Ping He on 26 May 2023, 19:52:44 UTC
Showed errors in the tests. (#440)
Tip revision: 3c477e2
__init__.py
from mpi4py import MPI

from .pyDAFoam import PYDAFOAM
from . import optFuncs
back to top