v0.14.0
Loading...
Searching...
No Matches
Files | Classes
Mix transport element
Collaboration diagram for Mix transport element:

Files

file  h_adaptive_transport.cpp
 Example implementation of transport problem using mixed formulation.
 
file  MaterialUnsaturatedFlow.hpp
 Mix implementation of transport element.
 
file  MixTransportElement.hpp
 Mix implementation of transport element.
 

Classes

struct  MyTransport
 Application of mix transport data structure. More...
 
struct  MixTransport::MixTransportElement
 Mix transport problem. More...
 
struct  MixTransport::MixTransportElement::MyVolumeFE
 definition of volume element More...
 
struct  MixTransport::MixTransportElement::MyTriFE
 definition of surface element More...
 
struct  MixTransport::MixTransportElement::BlockData
 data for evaluation of het conductivity and heat capacity elements More...
 
struct  MixTransport::MixTransportElement::OpPostProc
 
struct  MixTransport::MixTransportElement::OpTauDotSigma_HdivHdiv
 Assemble \(\int_\mathcal{T} \mathbf{A} \boldsymbol\sigma \cdot \boldsymbol\tau \textrm{d}\mathcal{T}\). More...
 
struct  MixTransport::MixTransportElement::OpDivTauU_HdivL2
 Assemble \( \int_\mathcal{T} u \textrm{div}[\boldsymbol\tau] \textrm{d}\mathcal{T} \). More...
 
struct  MixTransport::MixTransportElement::OpVDivSigma_L2Hdiv
 \( \int_\mathcal{T} \textrm{div}[\boldsymbol\sigma] v \textrm{d}\mathcal{T} \) More...
 
struct  MixTransport::MixTransportElement::OpL2Source
 Calculate source therms, i.e. \(\int_\mathcal{T} f v \textrm{d}\mathcal{T}\). More...
 
struct  MixTransport::MixTransportElement::OpRhsBcOnValues
 calculate \( \int_\mathcal{S} {\boldsymbol\tau} \cdot \mathbf{n}u \textrm{d}\mathcal{S} \) More...
 
struct  MixTransport::MixTransportElement::OpEvaluateBcOnFluxes
 Evaluate boundary conditions on fluxes. More...
 
struct  MixTransport::MixTransportElement::OpValuesAtGaussPts
 Calculate values at integration points. More...
 
struct  MixTransport::MixTransportElement::OpValuesGradientAtGaussPts
 Calculate gradients of values at integration points. More...
 
struct  MixTransport::MixTransportElement::OpFluxDivergenceAtGaussPts
 calculate flux at integration point More...
 
struct  MixTransport::MixTransportElement::OpError
 calculate error evaluator More...
 
struct  MixTransport::MixTransportElement::OpSkeleton
 calculate jump on entities More...
 
struct  MixTransport::MixTransportElement::OpSkeleton::OpVolSide
 calculate values on adjacent tetrahedra to face More...
 

Detailed Description