From 8c19ccc0fc32d75372a87a87ad84e9af214d4600 Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Wed, 13 Dec 2023 12:52:51 -0800 Subject: [PATCH] test png figure insertion --- src/docs/JOSS/paper.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/docs/JOSS/paper.md b/src/docs/JOSS/paper.md index d64f181afc3..641056abdda 100644 --- a/src/docs/JOSS/paper.md +++ b/src/docs/JOSS/paper.md @@ -82,11 +82,10 @@ The data repository defines a `Wrapper` class to hold anything from data arrays Drawing an analogy with a standard folder/file hierarchy, the `Group` class can be thought of as a "Folder" as it holds other `Group`'s as well as a collection of `Wrapper` objects. The `Wrapper` can be thought of as a "File" as it contains the relevant data that is stored in the repository. -The mesh interface is built on top of the data repository as a collection of managers for each mesh object type. +The mesh interface is built on top of the data repository as a collection of managers for each mesh object type. \autoref{fig:meshHierarchy} A physical body is -![Caption for example figure.](MeshHierarchy.png){ width=20% } - +![UML diagram of the mesh interface hierarchy.\label{fig:meshHierarchy}](MeshHierarchy.png) assist in the implementation of methods to solve constraint equations on complex unstructured grids.