Skip to content

Commit e3b0726

Browse files
committed
minor
1 parent ad38cb8 commit e3b0726

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Docs/sphinx_documentation/source/LinearSolvers_Chapter.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Linear Solvers
99
AMReX supports both single-level solves and composite solves on multiple AMR levels,
1010
with the solution to the linear system defined on either cell centers, edges or nodes.
1111
AMReX 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

1717
The default solution technique is geometric multigrid. AMReX also provides
1818
BiCGStab solvers, GMRES, and interfaces to the hypre and PETSc libraries.

0 commit comments

Comments
 (0)