Flow123d  jenkins-Flow123d-windows32-release-multijob-51
Public Member Functions | Protected Attributes | List of all members
MH_DofHandler Class Reference

#include <mh_dofhandler.hh>

Collaboration diagram for MH_DofHandler:
Collaboration graph
[legend]

Public Member Functions

void reinit (Mesh *mesh)
 
void set_solution (double time, double *solution, double precision)
 
double time_changed () const
 
unsigned int side_dof (const SideIter side) const
 
double side_flux (const Side &side) const
 temporary replacement for DofHandler accessor, flux through given side More...
 
double side_scalar (const Side &side) const
 temporary replacement for DofHandler accessor, scalar (pressure) on edge of the side More...
 
double element_scalar (ElementFullIter &ele) const
 temporary replacement for DofHandler accessor, scalar (pressure) on element More...
 
double precision () const
 

Protected Attributes

vector< vector< unsigned int > > elem_side_to_global
 
double * mh_solution
 
double solution_precision
 
double time_
 

Detailed Description

temporary solution to provide access to results from DarcyFlowMH independent of mesh

Definition at line 23 of file mh_dofhandler.hh.

Member Function Documentation

double MH_DofHandler::element_scalar ( ElementFullIter ele) const

temporary replacement for DofHandler accessor, scalar (pressure) on element

Definition at line 48 of file mh_dofhandler.cc.

Here is the caller graph for this function:

double MH_DofHandler::precision ( ) const
inline

Definition at line 43 of file mh_dofhandler.hh.

Here is the caller graph for this function:

void MH_DofHandler::reinit ( Mesh mesh)

Definition at line 12 of file mh_dofhandler.cc.

Here is the caller graph for this function:

void MH_DofHandler::set_solution ( double  time,
double *  solution,
double  precision 
)

Definition at line 29 of file mh_dofhandler.cc.

Here is the caller graph for this function:

unsigned int MH_DofHandler::side_dof ( const SideIter  side) const

Definition at line 24 of file mh_dofhandler.cc.

Here is the caller graph for this function:

double MH_DofHandler::side_flux ( const Side side) const

temporary replacement for DofHandler accessor, flux through given side

Definition at line 37 of file mh_dofhandler.cc.

Here is the caller graph for this function:

double MH_DofHandler::side_scalar ( const Side side) const

temporary replacement for DofHandler accessor, scalar (pressure) on edge of the side

Definition at line 42 of file mh_dofhandler.cc.

Here is the caller graph for this function:

double MH_DofHandler::time_changed ( ) const
inline

Definition at line 29 of file mh_dofhandler.hh.

Here is the caller graph for this function:

Member Data Documentation

vector< vector<unsigned int> > MH_DofHandler::elem_side_to_global
protected

Definition at line 43 of file mh_dofhandler.hh.

double* MH_DofHandler::mh_solution
protected

Definition at line 48 of file mh_dofhandler.hh.

double MH_DofHandler::solution_precision
protected

Definition at line 49 of file mh_dofhandler.hh.

double MH_DofHandler::time_
protected

Definition at line 50 of file mh_dofhandler.hh.


The documentation for this class was generated from the following files: