cuIBM
A GPU-based Immersed Boundary Method code
Namespaces | Functions
parseDomainFile.cu File Reference

Parse the input file domain.yaml to obtain information about the computational grid. More...

#include <fstream>
#include "io.h"
#include "yaml-cpp/yaml.h"
Include dependency graph for parseDomainFile.cu:

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...
 

Detailed Description

Parse the input file domain.yaml to obtain information about the computational grid.

Definition in file parseDomainFile.cu.