Flow123d  release_2.2.0-36-g163dc99
Classes | Functions
darcy_flow_mh.hh File Reference

mixed-hybrid model of linear Darcy flow, possibly unsteady. More...

#include <memory>
#include "input/input_type_forward.hh"
#include <petscmat.h>
#include "system/sys_vector.hh"
#include "coupling/equation.hh"
#include "flow/mh_dofhandler.hh"
#include "la/linsys_BDDC.hh"
#include "la/linsys_PETSC.hh"
#include "fields/bc_field.hh"
#include "fields/field.hh"
#include "fields/field_set.hh"
#include "flow/darcy_flow_interface.hh"
#include "input/input_exception.hh"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FE_RT0< dim, spacedim >
 Raviart-Thomas element of order 0. More...
 
class  FE_P_disc< degree, dim, spacedim >
 Discontinuous Lagrangean finite element on dim dimensional simplex. More...
 
class  MappingP1< dim, spacedim >
 Affine mapping between reference and actual cell. More...
 
class  FEValues< dim, spacedim >
 Calculates finite element data on the actual cell. More...
 
class  FESideValues< dim, spacedim >
 Calculates finite element data on a side. More...
 
class  QGauss< dim >
 Symmetric Gauss-Legendre quadrature formulae on simplices. More...
 
class  RichardsSystem
 Mixed-hybrid model of linear Darcy flow, possibly unsteady. More...
 
class  DarcyMH
 Mixed-hybrid of steady Darcy flow with sources and variable density. More...
 
class  DarcyMH::EqData
 
class  P0_CouplingAssembler
 
class  P1_CouplingAssembler
 

Functions

void mat_count_off_proc_values (Mat m, Vec v)
 

Detailed Description

mixed-hybrid model of linear Darcy flow, possibly unsteady.

 * 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.

Author
Jan Brezina

Main object for mixed-hybrid discretization of the linear elliptic PDE (Laplace) on a multidimensional domain. Discretization of saturated Darcy flow using RT0 approximation for the velocity

Definition in file darcy_flow_mh.hh.

Function Documentation

void mat_count_off_proc_values ( Mat  m,
Vec  v 
)