Peano
Loading...
Searching...
No Matches
Storage.py
Go to the documentation of this file.
1
# This file is part of the ExaHyPE2 project. For conditions of distribution and
2
# use, please see the copyright notice at www.peano-framework.org
3
from
enum
import
Enum
4
5
6
class
Storage
(Enum):
7
CallStack = 0
8
Heap = 1
9
SmartPointers = 2
10
exahype2.solvers.Storage.Storage
Definition
Storage.py:6
python
exahype2
solvers
Storage.py
Generated on Sat May 16 2026 07:24:59 for Peano by
1.10.0