Face-centered scheme local assembler using numeric differentiation and implicit time discretization. More...
#include <dumux/assembly/fcdiamondlocalassembler.hh>
Face-centered scheme local assembler using numeric differentiation and implicit time discretization.
Public Types | |
using | LocalResidual = GetPropType< TypeTag, Properties::LocalResidual > |
using | ElementResidualVector = typename LocalResidual::ElementResidualVector |
Public Member Functions | |
template<class PartialReassembler = DefaultPartialReassembler> | |
ElementResidualVector | assembleJacobianAndResidualImpl (JacobianMatrix &A, GridVariables &gridVariables, const PartialReassembler *partialReassembler=nullptr) |
Computes the derivatives with respect to the given element and adds them to the global matrix. More... | |
using Dumux::FaceCenteredDiamondLocalAssembler< TypeTag, Assembler, DiffMethod::numeric, true, Implementation >::ElementResidualVector = typename LocalResidual::ElementResidualVector |
using Dumux::FaceCenteredDiamondLocalAssembler< TypeTag, Assembler, DiffMethod::numeric, true, Implementation >::LocalResidual = GetPropType<TypeTag, Properties::LocalResidual> |
|
inline |
Computes the derivatives with respect to the given element and adds them to the global matrix.