Skip to content

Commit

Permalink
Find missing spaces in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangrimberg committed Jul 11, 2024
1 parent 3e66619 commit ca4ab62
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ assembly routines. The unit tests source code is located in the
[`test/unit/`](https://github.com/awslabs/palace/blob/main/test/unit/) directory, and can be
built from within the *Palace* build directory using `make unit-tests`, or from the
superbuild as `make palace-tests`. The unit tests can be accelerated using MPI and/or
OpenMP parallelism(when configured with `PALACE_WITH_OPENMP=ON`), but in all cases they are
OpenMP parallelism (when configured with `PALACE_WITH_OPENMP=ON`), but in all cases they are
only testing the local operator assembly on each process. The 2D and 3D sample meshes in
[`test/unit/mesh/`](https://github.com/awslabs/palace/blob/main/test/unit/mesh/) come from
the [MFEM repository](https://github.com/mfem/mfem/tree/master/data).
Expand Down
2 changes: 1 addition & 1 deletion docs/src/guide/parallelism.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Lastly, *Palace* supports GPU-acceleration using NVIDIA and AMD GPUs, activated
build options `-DPALACE_WITH_CUDA=ON` and `-DPALACE_WITH_HIP=ON`, respectively. At runtime,
the [`config["Solver"]["Device"]`](../config/solver.md#config%5B%22Solver%22%5D) parameter
in the configuration file can be set to `"CPU"` (the default) or `"GPU"` in order to
configure *Palace* and MFEM to use the available GPU(s). The
configure *Palace* and MFEM to use the available GPU device or devices. The
[`config["Solver"]["Backend"]`](../config/solver.md#config%5B%22Solver%22%5D) parameter, on
the other hand, controls the
[libCEED backend](https://libceed.org/en/latest/gettingstarted/#backends). Users typically
Expand Down
2 changes: 1 addition & 1 deletion docs/src/guide/postprocessing.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ These include:
(associated with the specified domain attributes and indexed by the specified integer
`"Index"`). These are from the electric and magnetic field solutions and written to the
same `domain-E.csv` file in the specified postprocessing output directory used for the
global energies(described above).
global energies (described above).
- [`config["Domains"]["Postprocessing"]["Probe"]`](../config/domains.md#domains%5B%22Postprocessing%22%5D%5B%22Probe%22%5D) :
Probe the values of the computed electric field and magnetic flux density solutions at
specified locations in the computational domain. The availability of the ``\bm{E}`` and
Expand Down
2 changes: 1 addition & 1 deletion docs/src/guide/problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type and stored in an ASCII file named `port-S.csv`, in the directory specified
``\text{dB}`` magnitude (``20\log_{10}(|S_{ij}|)``) and the phase ``\angle(S_{ij})``
(in degrees) are written to the file. In the case that more than a single lumped or wave
port is excited or surface current excitations are used, scattering parameter output will
be disabled for the simulation(though other quantities of interest are still
be disabled for the simulation (though other quantities of interest are still
postprocessed). When lumped ports are present, the peak complex lumped port voltages and
currents computed for each excitation frequency are written to ASCII files named
`port-V.csv` and `port-I.csv`, respectively, Additionally, the surface current excitations
Expand Down
2 changes: 1 addition & 1 deletion docs/src/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ where ``\bm{D}_m = \varepsilon_r\bm{E}_m`` is the electric flux density for mode
the second term on the right-hand side accounts for any lumped capacitive boundaries with
nonzero circuit capacitance ``C_j``.

The EPR can also be used to estimate mode quality factors due to input-output(I-O) line
The EPR can also be used to estimate mode quality factors due to input-output (I-O) line
coupling. The mode coupling quality factor due to the ``j``-th I-O port is given by

```math
Expand Down

0 comments on commit ca4ab62

Please sign in to comment.