From 8b89a66d98308432def2a485e3bd82e7d04185dd Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Mon, 9 Apr 2018 19:30:03 +0100 Subject: update README file, use relative path for connectivities diagram --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fe5d5f..d989826 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ use of both types of data format. Communication between the applications is possible in a number of ways. A configuration of applications and exchange formats that demonstrates the principle is shown in the diagram below: -![](file:///data/paul/Ditaa/connectivities.png) +![connectivities](file://images/connectivities.png) This configuration forms a template for a typical engineering workflow. It is suitable for a wide range of design and development projects. The *Gmsh* @@ -155,8 +155,8 @@ In this configuration there are three standard file formats: and two specific formats: -a. [MSH](http://gmsh.info/doc/texinfo/gmsh.html#File-formats) - *Gmsh* mesh and result data -b. [FOAM](https://cfd.direct/openfoam/user-guide/basic-file-format/) - *OpenFOAM* mesh and result data +1. [MSH](http://gmsh.info/doc/texinfo/gmsh.html#File-formats) - *Gmsh* mesh and result data +2. [FOAM](https://cfd.direct/openfoam/user-guide/basic-file-format/) - *OpenFOAM* mesh and result data All of the applications in *TWEED* can read from and write to at least one -- cgit