Flow123d
master-f44eb46
|
Setup and solve linear system of mixed-hybrid discretization of the linear porous media flow with possible preferential flow in fractures and chanels. More...
#include <vector>
#include <armadillo>
#include "petscmat.h"
#include "petscviewer.h"
#include "petscerror.h"
#include "mpi.h"
#include "system/system.hh"
#include "system/sys_profiler.hh"
#include "system/index_types.hh"
#include "input/factory.hh"
#include "mesh/mesh.h"
#include "mesh/bc_mesh.hh"
#include "mesh/partitioning.hh"
#include "mesh/accessors.hh"
#include "mesh/range_wrapper.hh"
#include "la/distribution.hh"
#include "la/linsys.hh"
#include "la/linsys_PETSC.hh"
#include "la/schur.hh"
#include "la/local_to_global_map.hh"
#include "la/vector_mpi.hh"
#include "flow/darcy_flow_lmh.hh"
#include "flow/darcy_flow_mh_output.hh"
#include "flow/assembly_lmh.hh"
#include "flow/assembly_models.hh"
#include "tools/time_governor.hh"
#include "fields/field_algo_base.hh"
#include "fields/field.hh"
#include "fields/field_values.hh"
#include "fields/field_add_potential.hh"
#include "fields/field_fe.hh"
#include "fields/field_model.hh"
#include "fields/field_constant.hh"
#include "coupling/balance.hh"
#include "intersection/mixed_mesh_intersections.hh"
#include "intersection/intersection_local.hh"
#include "fem/fe_p.hh"
Go to the source code of this file.
Functions | |
void | dofs_range (unsigned int n_dofs, unsigned int &min, unsigned int &max, unsigned int component) |
Helper method fills range (min and max) of given component. More... | |
Setup and solve linear system of mixed-hybrid discretization of the linear porous media flow with possible preferential flow in fractures and chanels.
* 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_lmh.cc.
void dofs_range | ( | unsigned int | n_dofs, |
unsigned int & | min, | ||
unsigned int & | max, | ||
unsigned int | component | ||
) |
Helper method fills range (min and max) of given component.
Definition at line 1552 of file darcy_flow_lmh.cc.