]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix argument list to dummy MUMPS constructor 18509/head
authorMartin Kronbichler <martin.kronbichler@rub.de>
Tue, 27 May 2025 07:56:14 +0000 (09:56 +0200)
committerMartin Kronbichler <martin.kronbichler@rub.de>
Tue, 27 May 2025 07:56:14 +0000 (09:56 +0200)
include/deal.II/lac/sparse_direct.h
source/lac/sparse_direct.cc

index c1ee01d1c738b2e7532f98723e27cefc7a2f14ce..6947b234e47a3b86041185acee858ba6d3e2e282 100644 (file)
@@ -443,6 +443,7 @@ private:
 };
 
 
+
 /**
  * This class provides an interface to the parallel sparse direct solver <a
  * href="https://mumps-solver.org">MUMPS</a>. MUMPS is direct method based on
index db1f29a5cce3305c7b8dca2587a105506604cb84..ef1d41e0f473f16e2725ea2a1f595bc8fb06bb73 100644 (file)
@@ -1091,9 +1091,12 @@ SparseDirectMUMPS::get_icntl()
 }
 
 
+
 #else
 
-SparseDirectMUMPS::SparseDirectMUMPS(const AdditionalData &)
+
+SparseDirectMUMPS::SparseDirectMUMPS(const AdditionalData &, const MPI_Comm &)
+  : mpi_communicator(MPI_COMM_SELF)
 {
   AssertThrow(
     false,
@@ -1104,6 +1107,7 @@ SparseDirectMUMPS::SparseDirectMUMPS(const AdditionalData &)
 }
 
 
+
 SparseDirectMUMPS::~SparseDirectMUMPS()
 {}
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.