AQUAgpusph 5.0.4
Loading...
Searching...
No Matches
ArgumentsManager.hpp
Go to the documentation of this file.
1/*
2 * This file is part of AQUAgpusph, a free CFD program based on SPH.
3 * Copyright (C) 2012 Jose Luis Cercos Pita <jl.cercos@upm.es>
4 *
5 * AQUAgpusph is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation, either version 3 of the License, or
8 * (at your option) any later version.
9 *
10 * AQUAgpusph is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with AQUAgpusph. If not, see <http://www.gnu.org/licenses/>.
17 */
18
23
24#ifndef ARGUMENTSMANAGER_H_INCLUDED
25#define ARGUMENTSMANAGER_H_INCLUDED
26
27#include "sphPrerequisites.hpp"
28#include "FileManager.hpp"
29
30namespace Aqua {
31namespace InputOutput {
32namespace CommandLineArgs {
33
40DECLDIR void
41parse(int argc, char** argv, FileManager& file_manager);
42
43}
44}
45} // namespace
46
47#endif // ARGUMENTSMANAGER_H_INCLUDED
Input and output files managing. (See Aqua::InputOutput::FileManager for details)
Definition ArgumentsManager.cpp:52
void parse(int argc, char **argv, FileManager &file_manager)
Parse the command line arguments.
Definition ArgumentsManager.cpp:84
Input/Output data interfaces.
Definition ArgumentsManager.cpp:51
Main AQUAgpusph namespace.
Definition ArgumentsManager.cpp:50
Set of definitions and macros related with the implementation.
#define DECLDIR
Prefix to export C functions on the compiled library.
Definition sphPrerequisites.hpp:65