From ab7dff1d6e045a71918676fea9412bff24238ebe Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Wed, 2 May 2018 21:46:12 +0200 Subject: [PATCH] Changelog. --- doc/news/changes/minor/20180502LucaHeltai | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/news/changes/minor/20180502LucaHeltai diff --git a/doc/news/changes/minor/20180502LucaHeltai b/doc/news/changes/minor/20180502LucaHeltai new file mode 100644 index 0000000000..abc74756dc --- /dev/null +++ b/doc/news/changes/minor/20180502LucaHeltai @@ -0,0 +1,8 @@ +New: NonMatching::create_coupling_sparsity_pattern and NonMatching::create_coupling_mass_matrix now have an +overloaded version that takes an additional GridTools::Cache, instead of +building it inside the functions. In the process, NonMatching::create_coupling_sparsity_pattern +gained also an additional ConstraintMatrix argument to reflect the same argument list of +its companion function NonMatching::create_coupling_mass_matrix. +
+(Luca Heltai, 2018/05/02) + -- 2.39.5