Peano
Loading...
Searching...
No Matches
PDETerms.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
4class PDETerms():
5 User_Defined_Implementation = "<user-defined>"
6 None_Implementation = "<none>"
7 Empty_Implementation = "<empty>"