initialize(
const AffineConstraints<typename VectorType::value_type> &constraints);
- /**
- * @deprecated This function is of no effect. Only the block info
- * structure in DoFInfo is being used.
- *
- * Store information on the local block structure. If the assembler is
- * initialized with this function, initialize_info() will generate one
- * local matrix for each block row and column, which will be numbered
- * lexicographically, row by row.
- *
- * In spite of using local block structure, all blocks will be entered
- * into the same global matrix, disregarding any global block structure.
- */
- DEAL_II_DEPRECATED
- void
- initialize_local_blocks(const BlockIndices &);
-
/**
* Initialize the local data in the DoFInfo object used later for
* assembling.
residuals = results;
}
+
+
template <typename VectorType>
inline void
ResidualSimple<VectorType>::initialize(
}
- template <typename MatrixType>
- inline void
- ResidualSimple<MatrixType>::initialize_local_blocks(const BlockIndices &)
- {}
-
template <typename VectorType>
template <class DOFINFO>
}
+
template <typename VectorType>
template <class DOFINFO>
inline void