Flow123d
release_3.0.0-1191-g7740876
|
#include <iostream>
#include <iomanip>
#include "system/system.hh"
#include "system/sys_profiler.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 "mesh/long_idx.hh"
#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.
Functions | |
FLOW123D_FORCE_LINK_IN_CHILD (transportOperatorSplitting) | |
FLOW123D_FORCE_LINK_IN_PARENT (firstOrderReaction) | |
FLOW123D_FORCE_LINK_IN_PARENT (radioactiveDecay) | |
FLOW123D_FORCE_LINK_IN_PARENT (dualPorosity) | |
FLOW123D_FORCE_LINK_IN_PARENT (sorptionMobile) | |
FLOW123D_FORCE_LINK_IN_PARENT (sorptionImmobile) | |
FLOW123D_FORCE_LINK_IN_PARENT (sorption) | |
* 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.
FLOW123D_FORCE_LINK_IN_CHILD | ( | transportOperatorSplitting | ) |
FLOW123D_FORCE_LINK_IN_PARENT | ( | firstOrderReaction | ) |
FLOW123D_FORCE_LINK_IN_PARENT | ( | radioactiveDecay | ) |
FLOW123D_FORCE_LINK_IN_PARENT | ( | dualPorosity | ) |
FLOW123D_FORCE_LINK_IN_PARENT | ( | sorptionMobile | ) |
FLOW123D_FORCE_LINK_IN_PARENT | ( | sorptionImmobile | ) |
FLOW123D_FORCE_LINK_IN_PARENT | ( | sorption | ) |