From ceeaba62895bf9f287cc1887eda633f00f332a63 Mon Sep 17 00:00:00 2001 From: Sebastian Grimberg Date: Thu, 1 Feb 2024 17:21:51 -0800 Subject: [PATCH] Two small docs typos --- README.md | 2 +- docs/src/reference.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79269b7e2..8de0aca54 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ the frequency or time domain, using the - Scalable algorithms for the solution of linear systems of equations, including matrix- free $p$-multigrid utilizing [high-order operator partial assembly](https://mfem.org/performance/), parallel sparse - direct solvers, and algebraic multigrid(AMG) preconditioners, for fast performance on + direct solvers, and algebraic multigrid (AMG) preconditioners, for fast performance on platforms ranging from laptops to HPC systems. ## Getting started diff --git a/docs/src/reference.md b/docs/src/reference.md index 2aebdde3d..68fa37afa 100644 --- a/docs/src/reference.md +++ b/docs/src/reference.md @@ -352,7 +352,7 @@ for interface ``j`` is given by ```math \frac{1}{Q^{MS}_j} = \frac{1}{\mathcal{E}^{elec}} \, \frac{1}{2} \, - \frac{t_j\tan{\delta}_j(\varepsilon_{r,j}^{S})^2}{\varepsilon_{r,j}^{MA}} \, + \frac{t_j\tan{\delta}_j(\varepsilon_{r,j}^{S})^2}{\varepsilon_{r,j}^{MS}} \, \text{Re}\left\{\int_{\Gamma_j}\bm{E}_n^*\cdot\bm{E}_n\,dS\right\} ```