File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ the other choice.
20
20
These elementary problems, such as solving linear systems ` Ax=b ` , solving nonlinear
21
21
systems ` f(x)=0 ` , ODEs, etc. are all defined by SciMLBase.jl, which then numerical
22
22
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.
26
27
27
28
Similar to the rest of the ` AbstractSystem ` types, transformation and analyses
28
29
functions will allow for simplifying the PDE before solving it, and constructing
You can’t perform that action at this time.
0 commit comments