ELLIPTIc, The ExtensibLe LIbrary for Physical simulaTIons, is a library / framework for prototyping, testing and running large scale physical simulations.
It is built on top of Python, and uses the PyMoab and PyTrilinos libraries to handle the internal mesh data structure, and matrix solving, respectively.
Currently, ELLIPTIc only runs on Python 2.7, since PyTrilinos only supports this version. Also, parallelism through MPI4Py is stale for now, since the PyMoab doesn't yet support it.
Please refer to the documentation page.
Run python setup.py test
.
Run python setup.py build
and python setup.py install
.