From 0208c3647b0044f26aa6383b5369c173f57b0785 Mon Sep 17 00:00:00 2001 From: Will Zywiec <30445407+willzywiec@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:41:28 -0700 Subject: [PATCH] Update README.md Fixed typos in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b4d6486..860a4f95 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ Silo files can be easily shared and exchanged between wholly independently devel Consequently, Silo facilitates the development of general purpose tools for processing scientific data. One of the more popular tools to process Silo data is the [VisIt](https://github.com/visit-dav/visit) visualization tool. -Silo supports a vareity of mesh types (pictured below) including simple curves, gridless (point), structured, unstructured-zoo and unstructured-arbitrary, block structured AMR, and constructive solid geometry (CSG). +Silo supports a variety of mesh types (pictured below) including simple curves, gridless (point), structured, unstructured-zoo and unstructured-arbitrary, block structured AMR, and constructive solid geometry (CSG).
-In addition, Silo supports piecewise-constant (e.g., zone-centered) and piecewise-linear (e.g. node-centered) variables (e.g. *fields*) defined on the node, edge, face or volume elements of meshes. +In addition, Silo supports piecewise-constant (e.g., zone-centered) and piecewise-linear (e.g., node-centered) variables (e.g., *fields*) defined on the node, edge, face or volume elements of meshes. -Silo also supports the decomposition of meshes into arbitrary subsets and subset hierarchies including materials with optinal mixing. +Silo also supports the decomposition of meshes into arbitrary subsets and subset hierarchies including materials with optimal mixing. Although Silo is a serial library, key features enable it to be applied easily and effectively in scalable, parallel applications using the [Multiple Independent File (MIF)](https://www.hdfgroup.org/2017/03/mif-parallel-io-with-hdf5/) parallel I/O paradigm.