Skip to content

Commit

Permalink
Update iceshelf.py
Browse files Browse the repository at this point in the history
inserted a note -- Neumann BCs need to be implemented.
  • Loading branch information
mansakrishna23 authored Jul 11, 2024
1 parent 645925d commit f7fc242
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pinnicle/physics/iceshelf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
from . import EquationBase, Constants
from ..parameter import EquationParameter

# ==========================================================
# ==========================================================
# UNDER DEVELOPMENT
# Boundary conditions still need implementation.
# ==========================================================
# ==========================================================

# SiSA constant B {{{
class SSAShelfEquationParameter(EquationParameter, Constants):
""" default parameters for SSA on ice shelves
Expand Down

0 comments on commit f7fc242

Please sign in to comment.