Flow123d
master-f44eb46
|
Discontinuous Galerkin method for equation of transport with dispersion. More...
#include "input/input_type.hh"
#include "mesh/mesh.h"
#include "mesh/accessors.hh"
#include "heat_model.hh"
#include "tools/unit_si.hh"
#include "coupling/balance.hh"
#include "fields/field_model.hh"
#include "fields/field_constant.hh"
Go to the source code of this file.
Classes | |
struct | fn_heat_v_norm |
struct | fn_heat_mass_matrix |
struct | fn_heat_sources_dens |
struct | fn_heat_sources_sigma |
struct | fn_heat_sources_conc |
struct | fn_heat_ad_coef |
struct | fn_heat_diff_coef |
Typedefs | |
using | Sclr = double |
using | Vect = arma::vec3 |
using | Tens = arma::mat33 |
Discontinuous Galerkin method for equation of transport with dispersion.
* 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 heat_model.cc.
using Sclr = double |
Definition at line 38 of file heat_model.cc.
using Tens = arma::mat33 |
Definition at line 40 of file heat_model.cc.
using Vect = arma::vec3 |
Definition at line 39 of file heat_model.cc.