25#ifndef ASCII_H_INCLUDED
26#define ASCII_H_INCLUDED
74 const std::string file_ext =
".dat");
103 virtual std::string
readField(
const std::string field,
104 const std::string line,
120 void print_file(
const char sep,
const char comp_sep);
134 unsigned int readNFields(std::string l);
140 void create(std::ofstream& f);
143 unsigned int _next_file_index;
146 std::string _file_ext;
Particles files manager. (See Aqua::InputOutput::Particles for details)
std::map< std::string, void * > data() const
Get the stored memory objects where the device data has been downloaded.
Definition Particles.hpp:222
Particles(ProblemSetup &sim_data, unsigned int iset, size_t offset, size_t n=0)
Constructor.
Definition Particles.cpp:34
size_t n() const
Get the number of particles managed by this instance.
Definition Particles.hpp:80
Main AQUAgpusph namespace.
Definition ArgumentsManager.cpp:50
Set of definitions and macros related with the implementation.