cuIBM
A GPU-based Immersed Boundary Method code
|
Parse the input file domain.yaml to obtain information about the computational grid. More...
Go to the source code of this file.
Namespaces | |
io | |
Contains functions related to I/O tasks. | |
Functions | |
void | io::parseDomain (const YAML::Node &node, domain &D) |
Gets information from the parsed domain file. More... | |
void | io::parseDomainFile (std::string &domFile, domain &D) |
Parses the domain file and generates the computational grid. More... | |
Parse the input file domain.yaml to obtain information about the computational grid.
Definition in file parseDomainFile.cu.