We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52250e1 commit f361eadCopy full SHA for f361ead
1 file changed
devito/petsc/types/equation.py
@@ -10,7 +10,8 @@ class EssentialBC(Eq):
10
11
The compiler will automatically zero the corresponding rows/columns in the Jacobian
12
and lift the boundary terms into the residual RHS, unless the BC is constrained
13
- via a `PetscSection`. Constraining can be enabled in two ways:
+ via a `PetscSection`. In which case, they are set once and removed from the global solver.
14
+ Constraining can be enabled in two ways:
15
16
- Globally: pass `constrain_bcs=True` to `petscsolve` to constrain all
17
`EssentialBC`s in the solve.
0 commit comments