mirror of
https://github.com/smyalygames/FiniteVolumeGPU.git
synced 2025-11-29 17:28:03 +01:00
Reproducibility
This commit is contained in:
400921
EulerTesting.ipynb
400921
EulerTesting.ipynb
File diff suppressed because one or more lines are too long
@@ -73,6 +73,9 @@ class BoundaryCondition(object):
|
|||||||
or self.west == BoundaryCondition.Type.Neumann):
|
or self.west == BoundaryCondition.Type.Neumann):
|
||||||
raise(NotImplementedError("Neumann boundary condition not supported"))
|
raise(NotImplementedError("Neumann boundary condition not supported"))
|
||||||
|
|
||||||
|
def __str__(self):
|
||||||
|
return '[north={:s}, south={:s}, east={:s}, west={:s}]'.format(str(self.north), str(self.south), str(self.east), str(self.west))
|
||||||
|
|
||||||
|
|
||||||
def asCodedInt(self):
|
def asCodedInt(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user