Skip to content

Commit

Permalink
Merge pull request #14 from openPMD/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
xxirii committed May 29, 2018
2 parents 90c23f2 + ff4c6cc commit e07cfaf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenPMD plugin for VisIt
openPMD plugin for VisIt
================================================================================

#### Table of Contents
Expand All @@ -9,9 +9,9 @@ OpenPMD plugin for VisIt
## Presentation
--------------------------------------------------------------------------------

This repository contains the sources of an OpenPMD plugin for the visualization
This repository contains the sources of an openPMD plugin for the visualization
software [VisIt](https://wci.llnl.gov/simulation/computer-codes/visit).
This plugin now handles OpenPMD files in HDF5.
This plugin now handles openPMD files in HDF5.
It works both in sequential and parallel.
The plugin can read Cartesian and axisymmetrical geometry (referred to
as `thetaMode` in the standard).
Expand All @@ -37,9 +37,9 @@ Sources are composed of files generated by VisIt:
- `OpenPMDCommonPluginInfo.C`
- `OpenPMDPluginInfo.C`

And external C++ classes developed for reading OpenPMD files:
And external C++ classes developed for reading openPMD files:

- `PMDFile.C`: Open, scan and print OpenPMD file structures
- `PMDFile.C`: Open, scan and print openPMD file structures
- `PMDiteration.C`: class for the iteration groups
- `PMDField.C`: class for the field groups
- `PMDParticle.C`: class for the particle groups
Expand Down
4 changes: 2 additions & 2 deletions docs/installation/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ and `libEOpenPMDDatabase_par.dylib`.
## Using Visit with openPMD
--------------------------------------------------------------------------------

Once you have installed the OpenPMD viewer, Visit will automatically recognize it.
Once you have installed the openPMD viewer, Visit will automatically recognize it.

To start Visit, you can use the launcher but we recommend to start Visit by command line:

Expand All @@ -64,4 +64,4 @@ To start Visit, you can use the launcher but we recommend to start Visit by comm
```

You can specify the number of cores you want to use in parallel with VisIt.
OpenPMD files are read and treated in parallel if more than one core are used.
openPMD files are read and treated in parallel if more than one core are used.
4 changes: 2 additions & 2 deletions docs/installation/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ files `libEOpenPMDDatabase_ser.so`, `libMOpenPMDDatabase.so`,

## Ubuntu using the sources

In this section, we present how to install OpenPMD with the VisIt sources.
In this section, we present how to install openPMD with the VisIt sources.

First, you need to install the following packages

Expand Down Expand Up @@ -110,7 +110,7 @@ Build the files for VisIt:
Useful libraries for visit are built in `deps/visit`.
You may have to define some path by hand in case of trouble.

Copy the OpenPMD plugin in the VisIt database:
Copy the openPMD plugin in the VisIt database:

```
cd ../src/databases
Expand Down

0 comments on commit e07cfaf

Please sign in to comment.