 |
Peano
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5import exahype2.kerneldsl
17 print(
"Numpy is not available, not loading exahype2.symhype.")
18 print(
"Numpy is not available, not loading exahype2.solvers.rkdg.")
19 print(
"Numpy is not available, not loading exahype2.solvers.aderdg.")
26 print(
"Mpmath is not available, not loading exahype2.solvers.rkdg.")
27 print(
"Mpmath is not available, not loading exahype2.solvers.aderdg.")
29if havenumpy
and havempmath:
39 print(
"Sympy is not available, not loading exahype2.symhype.")
41if havenumpy
and havesympy:
42 import exahype2.symhype
49 print(
"Matplotlib is not available, not loading exahype2.postprocessing.")
52 import exahype2.postprocessing
54from .Project
import Project
55from .ExaHyPEMain
import ExaHyPEMain
57print(
"ExaHyPE 2 (C) www.peano-framework.org")