Skip to content

Commit

Permalink
test png figure insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Dec 13, 2023
1 parent cb5f8e1 commit 8c19ccc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/docs/JOSS/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8c19ccc

Please sign in to comment.