|
Flow123d
JS_before_hm-1623-gd361259
|
Transport. More...
#include <memory>#include "system/system.hh"#include "system/sys_profiler.hh"#include "system/index_types.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 "tools/mixed.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 "fem/fe_p.hh"#include "fem/fe_values.hh"#include "quadrature/quadrature_lib.hh"Go to the source code of this file.
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.
| const string _equation_name = "Solute_Advection_FV" |
Definition at line 67 of file transport.cc.
1.8.11