|
Peano
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
15 print(
"Numpy is not available, not loading exahype2.symhype.")
16 print(
"Numpy is not available, not loading exahype2.solvers.rkdg.")
17 print(
"Numpy is not available, not loading exahype2.solvers.aderdg.")
24 print(
"Mpmath is not available, not loading exahype2.solvers.rkdg.")
25 print(
"Mpmath is not available, not loading exahype2.solvers.aderdg.")
27if havenumpy
and havempmath:
37 print(
"Sympy is not available, not loading exahype2.symhype.")
39if havenumpy
and havesympy:
40 import exahype2.symhype
47 print(
"Matplotlib is not available, not loading exahype2.postprocessing.")
50 import exahype2.postprocessing
52from .Project
import Project
53from .ExaHyPEMain
import ExaHyPEMain
55print(
"ExaHyPE 2 (C) www.peano-framework.org")