Flow123d
master-f44eb46
|
Output class for darcy_flow_mh model. More...
#include <stdio.h>
#include <string.h>
#include <cmath>
#include <iosfwd>
#include <memory>
#include <vector>
#include <armadillo>
#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 | DarcyFlowMHOutput |
class | DarcyFlowMHOutput::OutputFields |
Standard quantities for output in DarcyFlowMH. More... | |
class | DarcyFlowMHOutput::OutputSpecificFields |
Specific quantities for output in DarcyFlowMH - error estimates etc. More... | |
class | DarcyFlowMHOutput::DiffEqData |
Output specific field stuff. More... | |
class | DarcyFlowMHOutput::RawOutputEqData |
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.