|
Flow123d
JS_before_hm-1575-ga41e096
|
#include <iostream>#include <iomanip>#include "system/system.hh"#include "system/sys_profiler.hh"#include "system/index_types.hh"#include "transport/transport_operator_splitting.hh"#include <petscmat.h>#include "io/output_time.hh"#include "tools/time_governor.hh"#include "coupling/equation.hh"#include "coupling/balance.hh"#include "transport/transport.h"#include "mesh/mesh.h"#include "reaction/reaction_term.hh"#include "reaction/first_order_reaction.hh"#include "reaction/radioactive_decay.hh"#include "reaction/sorption.hh"#include "reaction/dual_porosity.hh"#include "la/distribution.hh"#include "input/input_type.hh"#include "input/accessors.hh"#include "input/factory.hh"#include "input/flow_attribute_lib.hh"#include "fem/fe_p.hh"Go to the source code of this file.
* 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 transport_operator_splitting.cc.
1.8.11