Skip to content

Commit 7691ba4

Browse files
committed
update
1 parent 7391f16 commit 7691ba4

File tree

1 file changed

+1
-1
lines changed
  • components/elm/docs/tech-guide

1 file changed

+1
-1
lines changed

components/elm/docs/tech-guide/h3d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ This function allows for a smooth transition between unsaturated and fully satur
129129
### Spatial Discretization
130130

131131
The PDE is solved implicitly in space and time using a tridiagonal
132-
system for $h_i^{n+1}$ at each node $i$. Node is ordered from 1 to N:
132+
system for $h_i^{t}$ at each node $i$ at time t. Node is ordered from 1 to N:
133133

134134
$$
135135
a_i h_{i-1}^{t,s+1} + b_i h_i^{t,s+1} + c_i h_{i+1}^{t,s+1} = r_i^{t,s}

0 commit comments

Comments
 (0)