|
Flow123d
release_3.0.0-1191-g7740876
|
This file should contain only creation of Application object. More...
#include "system/system.hh"#include "system/sys_profiler.hh"#include "system/python_loader.hh"#include "coupling/hc_explicit_sequential.hh"#include "coupling/balance.hh"#include "input/accessors.hh"#include "input/reader_to_storage.hh"#include "input/reader_internal_base.hh"#include <iostream>#include <fstream>#include <regex>#include <boost/program_options/parsers.hpp>#include <boost/program_options/variables_map.hpp>#include <boost/program_options/options_description.hpp>#include <boost/filesystem.hpp>#include <thread>#include <chrono>#include "main.h"#include "rev_num.h"Go to the source code of this file.
Macros | |
| #define | FLOW123D_COMPILER_FLAGS_ "(unknown compiler flags)" |
| named version of the program More... | |
Functions | |
| int | main (int argc, char **argv) |
This file should contain only creation of Application object.
* Copyright (C) 2015 Technical University of Liberec. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file main.cc.
| #define FLOW123D_COMPILER_FLAGS_ "(unknown compiler flags)" |
1.8.11