File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Docs/sphinx_documentation/source Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ Linear Solvers
99AMReX supports both single-level solves and composite solves on multiple AMR levels,
1010with the solution to the linear system defined on either cell centers, edges or nodes.
1111AMReX also supports solution of linear systems with embedded boundaries.
12- (See chapter :ref: `Chap:EB ` for more details on the embedded boundary representation of complex geometry.)
13- In addition to the iterative solvers discussed in this chapter, AMReX also
14- supports solving Poisson equations using Fast Fourier Transform (FFT) (see
15- chapter :ref: `Chap:FFT ` for more information).
12+ (See chapter :ref: `Chap:EB ` for more details on the embedded boundary representation of
13+ complex geometry.) In addition to the iterative solvers discussed in this
14+ chapter, AMReX also supports solving Poisson equations using Fast Fourier
15+ Transform (FFT) (see chapter :ref: `Chap:FFT ` for more information).
1616
1717The default solution technique is geometric multigrid. AMReX also provides
1818BiCGStab solvers, GMRES, and interfaces to the hypre and PETSc libraries.
You can’t perform that action at this time.
0 commit comments