Parallel Hierarchy Grid
Project description
Physics Informed Preconditioners
Introduction
PHG, Parallel Hierarchy Grid.
Install
$ pip install phg
Usage
use the following command to get the help message:
$ python -m phg help
copy the example out
$ cp -r path_to_phg/examples .
then run the example:
$ python simplest.py
Compatibility
-
OS version
Now support Linux, Ubuntu/Federa/... will be OK. Windows version will be available later.
-
PYTHON version
the python version is >=3.8.
License
This software is free software distributed under the Lesser General Public License or LGPL, version 3.0 or any later versions. This software distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with PHG. If not, see http://www.gnu.org/licenses/.