Flow123d
release_3.0.0-903-ge56fc7d
|
Output class for darcy_flow_mh model. More...
#include <stdio.h>
#include <string.h>
#include <boost/exception/info.hpp>
#include <cmath>
#include <iosfwd>
#include <memory>
#include <vector>
#include <armadillo>
#include "fem/fe_p.hh"
#include "fem/fe_rt.hh"
#include "fem/mapping_p1.hh"
#include "fem/fe_values.hh"
#include "quadrature/quadrature_lib.hh"
#include "fields/equation_output.hh"
#include "fields/field.hh"
#include "fields/field_set.hh"
#include "fields/field_values.hh"
#include "fields/field_python.hh"
#include "la/vector_mpi.hh"
#include "input/type_base.hh"
#include "input/type_generic.hh"
#include "petscvec.h"
#include "system/exceptions.hh"
Go to the source code of this file.
Classes | |
class | FEValues< dim, spacedim > |
Calculates finite element data on the actual cell. More... | |
class | FieldFE< spacedim, Value > |
class | DarcyFlowMHOutput |
class | DarcyFlowMHOutput::OutputFields |
Standard quantities for output in DarcyFlowMH. More... | |
class | DarcyFlowMHOutput::OutputSpecificFields |
Specific quantities for output in DarcyFlowMH - error estimates etc. More... | |
struct | DarcyFlowMHOutput::DiffData |
struct | DarcyFlowMHOutput::FEData< dim > |
Namespaces | |
Input | |
Abstract linear system class. | |
Input::Type | |
Output class for darcy_flow_mh model.
* 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 darcy_flow_mh_output.hh.