Skip to content

Commit 2502bd0

Browse files
DG -> Discrete Galerkin
1 parent 940f9d8 commit 2502bd0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/src/systems/PDESystem.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ 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 DG or finite element library, but
24-
instead "linear solvers that are good for matrices A with properties ..." which
25-
are then accessible by every other discretization method in the common PDE interface.
23+
doesn't necessarily need to be working on a discrete Galerkin or finite element
24+
library, but instead "linear solvers that are good for matrices A with
25+
properties ..." which are then accessible by every other discretization method
26+
in the common PDE interface.
2627

2728
Similar to the rest of the `AbstractSystem` types, transformation and analyses
2829
functions will allow for simplifying the PDE before solving it, and constructing

0 commit comments

Comments
 (0)