Skip to content

Commit

Permalink
Merge pull request #69 from mehdiataei/major-refactoring
Browse files Browse the repository at this point in the history
Significantly simplified boundary condition application in the stepper
  • Loading branch information
hsalehipour authored Oct 8, 2024
2 parents a50fbbd + 0123748 commit 3843188
Show file tree
Hide file tree
Showing 13 changed files with 75 additions and 569 deletions.
203 changes: 0 additions & 203 deletions examples/cfd_old_to_be_migrated/flow_past_sphere.py

This file was deleted.

181 changes: 0 additions & 181 deletions examples/cfd_old_to_be_migrated/taylor_green.py

This file was deleted.

2 changes: 0 additions & 2 deletions xlb/operator/boundary_condition/bc_do_nothing.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ class DoNothingBC(BoundaryCondition):
boundary nodes.
"""

id = boundary_condition_registry.register_boundary_condition(__qualname__)

def __init__(
self,
velocity_set: VelocitySet = None,
Expand Down
Loading

0 comments on commit 3843188

Please sign in to comment.