Skip to content

mnucci32/plot3DAscii2Binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT THE CODE
This codes is Plot3D grid converter. It reads a Plot3D grid in ascii format and outputs the same grid in binary format.

DESCRIPTION OF SOME FILES AND CLASSES
vector3d - A templated class to store vectors in 3D space.
plot3d - Contains classes to read multiblock plot3d files and calculate grid metrics.

HOW TO COMPILE
Assuming you have g++ (or equivalent) with c++11 support, just type 'make'.

HOW TO RUN
ascii2Binary asciiGrid binaryGrid

The code assumes the extensions for the grids will be .xyz

About

A code to convert Plot3D grids from ascii to binary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published