3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
assembly Directory Reference

Files

file  boxlocalassembler.hh [code]
 An assembler for Jacobian and residual contribution per element (box method)
 
file  boxlocalresidual.hh [code]
 Calculates the element-wise residual for the box scheme.
 
file  cclocalassembler.hh [code]
 An assembler for Jacobian and residual contribution per element (cell-centered methods)
 
file  cclocalresidual.hh [code]
 Calculates the element-wise residual for cell-centered discretization schemes.
 
file  diffmethod.hh [code]
 An enum class to define various differentiation methods available in order to compute the derivatives of the residual i.e. the entries in the jacobian matrix.
 
file  entitycolor.hh [code]
 An enum class to define the colors of elements and vertices required for partial Jacobian reassembly.
 
file  assembly/fvassembler.hh [code]
 A linear system assembler (residual and Jacobian) for finite volume schemes.
 
file  fvlocalassemblerbase.hh [code]
 
file  fvlocalresidual.hh [code]
 The element-wise residual for finite volume schemes.
 
file  jacobianpattern.hh [code]
 Helper function to generate Jacobian pattern for different discretization methods.
 
file  numericepsilon.hh [code]
 An adapter class for local assemblers using numeric differentiation.
 
file  partialreassembler.hh [code]
 Detects which entries in the Jacobian have to be recomputed.
 
file  staggeredfvassembler.hh [code]
 A linear system assembler (residual and Jacobian) for staggered finite volume schemes.
 
file  staggeredlocalresidual.hh [code]
 Calculates the element-wise residual for the staggered FV scheme.