Flow123d  master-f44eb46
Classes | Namespaces | Typedefs | Functions
darcy_flow_mh.hh File Reference

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

#include <petscmat.h>
#include <string.h>
#include <algorithm>
#include <memory>
#include <new>
#include <string>
#include <vector>
#include <armadillo>
#include "fields/bc_field.hh"
#include "fields/field.hh"
#include "fields/field_set.hh"
#include "fields/field_values.hh"
#include "flow/darcy_flow_interface.hh"
#include "input/input_exception.hh"
#include "input/type_base.hh"
#include "input/type_generic.hh"
#include "mesh/mesh.h"
#include "petscvec.h"
#include "system/exceptions.hh"
#include "tools/time_governor.hh"

Go to the source code of this file.

Classes

class  DarcyMH
 Mixed-hybrid model of linear Darcy flow, possibly unsteady. More...
 
class  DarcyMH::EqFields
 
class  DarcyMH::EqData
 

Namespaces

 Input
 Abstract linear system class.
 
 Input::Type
 

Typedefs

typedef std::vector< std::shared_ptr< AssemblyFlowBase > > MultidimAssembly
 

Functions

void mat_count_off_proc_values (Mat m, Vec v)
 
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...
 

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.

Typedef Documentation

◆ MultidimAssembly

typedef std::vector<std::shared_ptr<AssemblyFlowBase> > MultidimAssembly

Definition at line 73 of file darcy_flow_mh.hh.

Function Documentation

◆ dofs_range()

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.

Here is the caller graph for this function:

◆ mat_count_off_proc_values()

void mat_count_off_proc_values ( Mat  m,
Vec  v 
)