|
cuIBM
A GPU-based Immersed Boundary Method code
|
Parses the file bodies.yaml to get information about immersed bodies. More...
#include <fstream>#include <vector>#include "io.h"#include "utilities/body.h"#include "yaml-cpp/yaml.h"
Go to the source code of this file.
Namespaces | |
| io | |
| Contains functions related to I/O tasks. | |
Functions | |
| void | io::parseBodiesNode (const YAML::Node &node, body &Body, parameterDB &DB) |
| Overloads the operator >>. Stores information about an immersed body. More... | |
| void | io::parseBodiesFile (std::string &bodiesFile, parameterDB &DB) |
| Parses the bodies.yaml file and stores information about the immersed bodies. More... | |
Parses the file bodies.yaml to get information about immersed bodies.
Definition in file parseBodiesFile.cu.
1.8.11