Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lbmpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
lbmpy
Merge requests
!120
Adaption to pystencils's new type system
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adaption to pystencils's new type system
holzer/lbmpy:AdaptionToPystencils
into
master
Overview
0
Commits
17
Pipelines
13
Changes
4
Merged
Markus Holzer
requested to merge
holzer/lbmpy:AdaptionToPystencils
into
master
3 years ago
Overview
0
Commits
17
Pipelines
13
Changes
4
Expand
Adapts lbmpy to pystencils's new type system
0
0
Merge request reports
Viewing commit
c4d51b44
Prev
Next
Show latest version
4 files
+
13
−
22
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
c4d51b44
Fixed wrong imports
· c4d51b44
Markus Holzer
authored
3 years ago
lbmpy/phasefield_allen_cahn/contact_angle.py
+
1
−
1
Options
@@ -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