|
Flow123d
release_3.0.0-1193-g9220a69
|
Transport. More...
#include <memory>#include "system/system.hh"#include "system/sys_profiler.hh"#include "mesh/side_impl.hh"#include "mesh/long_idx.hh"#include "mesh/mesh.h"#include "mesh/partitioning.hh"#include "mesh/accessors.hh"#include "mesh/range_wrapper.hh"#include "mesh/neighbours.h"#include "transport/transport.h"#include "la/distribution.hh"#include "la/sparse_graph.hh"#include <iostream>#include <iomanip>#include <string>#include "io/output_time.hh"#include "tools/time_governor.hh"#include "coupling/balance.hh"#include "input/accessors.hh"#include "input/input_type.hh"#include "fields/field_algo_base.hh"#include "fields/field_values.hh"#include "fields/field_fe.hh"#include "fields/fe_value_handler.hh"#include "fields/generic_field.hh"#include "reaction/isotherm.hh"#include "flow/mh_dofhandler.hh"Go to the source code of this file.
Functions | |
| FLOW123D_FORCE_LINK_IN_CHILD (convectionTransport) | |
Variables | |
| const string | _equation_name = "Solute_Advection_FV" |
Transport.
* 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.cc.
| FLOW123D_FORCE_LINK_IN_CHILD | ( | convectionTransport | ) |
| const string _equation_name = "Solute_Advection_FV" |
Definition at line 61 of file transport.cc.
1.8.11