|
flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
Reader for SDF / VTI geometry (implementation). More...
#include "sdf_reader.h"#include <algorithm>#include <cstring>#include <filesystem>#include <fstream>#include <iostream>#include <sstream>#include <stdexcept>Go to the source code of this file.
Functions | |
| std::string | get_attribute_value (const std::string &content, const std::string &attr_name) |
Reader for SDF / VTI geometry (implementation).
Definition in file sdf_reader.cpp.
| std::string get_attribute_value | ( | const std::string & | content, |
| const std::string & | attr_name | ||
| ) |
Definition at line 15 of file sdf_reader.cpp.
Referenced by SDFReader::read_vti().