Skip to content
Snippets Groups Projects

Adaption to pystencils's new type system

Merged Markus Holzer requested to merge holzer/lbmpy:AdaptionToPystencils into master
4 files
+ 13
22
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -6,7 +6,7 @@ from pystencils import Assignment
@@ -6,7 +6,7 @@ from pystencils import Assignment
from pystencils.boundaries.boundaryhandling import BoundaryOffsetInfo
from pystencils.boundaries.boundaryhandling import BoundaryOffsetInfo
from pystencils.boundaries.boundaryconditions import Boundary
from pystencils.boundaries.boundaryconditions import Boundary
from pystencils.data_types import TypedSymbol
from pystencils.typing import TypedSymbol
class ContactAngle(Boundary):
class ContactAngle(Boundary):
Loading