Skip to content

Commit ff574e6

Browse files
discontinuous
1 parent 2502bd0 commit ff574e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/systems/PDESystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ the other choice.
2020
These elementary problems, such as solving linear systems `Ax=b`, solving nonlinear
2121
systems `f(x)=0`, ODEs, etc. are all defined by SciMLBase.jl, which then numerical
2222
solvers can all target these common forms. Thus someone who works on linear solvers
23-
doesn't necessarily need to be working on a discrete Galerkin or finite element
23+
doesn't necessarily need to be working on a Discontinuous Galerkin or finite element
2424
library, but instead "linear solvers that are good for matrices A with
2525
properties ..." which are then accessible by every other discretization method
2626
in the common PDE interface.

0 commit comments

Comments
 (0)