diff --git a/include/OGL/MatrixWrapper/HostMatrix.H b/include/OGL/MatrixWrapper/HostMatrix.H index 0ce2c147..13e4da01 100644 --- a/include/OGL/MatrixWrapper/HostMatrix.H +++ b/include/OGL/MatrixWrapper/HostMatrix.H @@ -178,6 +178,27 @@ private: [[nodiscard]] std::vector collect_cells_on_interfaces( const lduInterfaceFieldPtrsList &interfaces) const; + /** Based on OpenFOAMs ldu matrix and interfaces this function computes + ** the local sparsity pattern. Here, the sparsity pattern + ** contains coefficients that resides on the owning rank. The coefficient + ** can include local interfaces. + **/ + [[nodiscard]] std::tuple, std::vector