This is the complete list of members for TaggingInterface, including all inherited members.
_abs_vector_tags | TaggingInterface | private |
_absolute_residuals | TaggingInterface | private |
_absre_blocks | TaggingInterface | private |
_ke_blocks | TaggingInterface | private |
_local_ke | TaggingInterface | protected |
_local_re | TaggingInterface | protected |
_matrix_tags | TaggingInterface | private |
_moose_object | TaggingInterface | private |
_non_ref_abs_vector_tags | TaggingInterface | private |
_non_ref_vector_tags | TaggingInterface | private |
_nonlocal_ke | TaggingInterface | protected |
_re_blocks | TaggingInterface | private |
_ref_abs_vector_tags | TaggingInterface | private |
_ref_vector_tags | TaggingInterface | private |
_subproblem | TaggingInterface | protected |
_tag_params | TaggingInterface | private |
_vector_tags | TaggingInterface | private |
accumulateTaggedLocalMatrix() | TaggingInterface | protected |
accumulateTaggedLocalMatrix(Assembly &assembly, unsigned int ivar, unsigned int jvar, const DenseMatrix< Number > &k) | TaggingInterface | protected |
accumulateTaggedLocalMatrix(Assembly &assembly, unsigned int ivar, unsigned int jvar, Moose::DGJacobianType type, const DenseMatrix< Number > &k) | TaggingInterface | protected |
accumulateTaggedLocalResidual() | TaggingInterface | protected |
accumulateTaggedNonlocalMatrix() | TaggingInterface | protected |
addJacobian(Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor) | TaggingInterface | protected |
addJacobian(Assembly &assembly, const ADResidualsPacket &packet) | TaggingInterface | inlineprotected |
addJacobian(Assembly &assembly, DenseMatrix< Real > &local_k, const std::vector< dof_id_type > &row_indices, const std::vector< dof_id_type > &column_indices, Real scaling_factor) | TaggingInterface | inlineprotected |
addJacobianElement(Assembly &assembly, Real value, dof_id_type row_index, dof_id_type column_index, Real scaling_factor) | TaggingInterface | inlineprotected |
addJacobianWithoutConstraints(Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor) | TaggingInterface | protected |
addResiduals(Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor) | TaggingInterface | protected |
addResiduals(Assembly &assembly, const DenseVector< T > &residuals, const Indices &dof_indices, Real scaling_factor) | TaggingInterface | protected |
addResiduals(Assembly &assembly, const ADResidualsPacket &packet) | TaggingInterface | inlineprotected |
addResidualsAndJacobian(Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor) | TaggingInterface | protected |
addResidualsAndJacobian(Assembly &assembly, const ADResidualsPacket &packet) | TaggingInterface | inlineprotected |
addResidualsAndJacobianWithoutConstraints(Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor) | TaggingInterface | protected |
addResidualsWithoutConstraints(Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor) | TaggingInterface | protected |
assignTaggedLocalMatrix() | TaggingInterface | protected |
assignTaggedLocalResidual() | TaggingInterface | protected |
getMatrixTags(MatrixTagsKey) const | TaggingInterface | inline |
getVectorTags(VectorTagsKey) const | TaggingInterface | inline |
hasVectorTags() const | TaggingInterface | inline |
isMatrixTagged() | TaggingInterface | inline |
isVectorTagged() | TaggingInterface | inline |
NonlinearSystemBase class | TaggingInterface | friend |
prepareMatrixTag(Assembly &assembly, unsigned int ivar, unsigned int jvar) | TaggingInterface | protected |
prepareMatrixTag(Assembly &assembly, unsigned int ivar, unsigned int jvar, DenseMatrix< Number > &k) const | TaggingInterface | protected |
prepareMatrixTagLower(Assembly &assembly, unsigned int ivar, unsigned int jvar, Moose::ConstraintJacobianType type) | TaggingInterface | protected |
prepareMatrixTagNeighbor(Assembly &assembly, unsigned int ivar, unsigned int jvar, Moose::DGJacobianType type) | TaggingInterface | protected |
prepareMatrixTagNeighbor(Assembly &assembly, unsigned int ivar, unsigned int jvar, Moose::DGJacobianType type, DenseMatrix< Number > &k) const | TaggingInterface | protected |
prepareMatrixTagNonlocal(Assembly &assembly, unsigned int ivar, unsigned int jvar) | TaggingInterface | protected |
prepareVectorTag(Assembly &assembly, unsigned int ivar) | TaggingInterface | protected |
prepareVectorTag(Assembly &assembly, unsigned int ivar, ResidualTagType tag_type) | TaggingInterface | protected |
prepareVectorTagInternal(Assembly &assembly, unsigned int ivar, const std::set< TagID > &vector_tags, const std::set< TagID > &absolute_value_vector_tags) | TaggingInterface | private |
prepareVectorTagLower(Assembly &assembly, unsigned int ivar) | TaggingInterface | protected |
prepareVectorTagNeighbor(Assembly &assembly, unsigned int ivar) | TaggingInterface | protected |
ResidualTagType enum name | TaggingInterface | |
setResidual(SystemBase &sys, const T &residual, MooseVariableFE< T > &var) | TaggingInterface | protected |
setResidual(SystemBase &sys, Real residual, dof_id_type dof_index) | TaggingInterface | inlineprotected |
setResidual(SystemBase &sys, SetResidualFunctor set_residual_functor) | TaggingInterface | protected |
TaggingInterface(const MooseObject *moose_object) | TaggingInterface | |
useMatrixTag(const TagName &tag_name, MatrixTagsKey) | TaggingInterface | |
useMatrixTag(TagID tag_id, MatrixTagsKey) | TaggingInterface | |
useVectorTag(const TagName &tag_name, VectorTagsKey) | TaggingInterface | |
useVectorTag(TagID tag_id, VectorTagsKey) | TaggingInterface | |
validParams() | TaggingInterface | static |
~TaggingInterface() | TaggingInterface | virtual |