From aaf02cdd7fa113a3791fc92f0e3b0a33484b41ac Mon Sep 17 00:00:00 2001 From: young Date: Thu, 3 Oct 2013 16:44:26 +0000 Subject: [PATCH] Notes to self - @todos. git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@31093 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/lac/constraint_matrix.templates.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deal.II/include/deal.II/lac/constraint_matrix.templates.h b/deal.II/include/deal.II/lac/constraint_matrix.templates.h index 1409455c7b..c055979bc5 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.templates.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.templates.h @@ -862,11 +862,11 @@ distribute_local_to_global (const Vector &local_vector, const size_type n_local_dofs = local_vector.size(); if (lines.empty()) { -/* @whattodo */ - // global_vector.add(local_dof_indices, local_vector); - Assert ((false), - ExcMessage ("Your PETSc/SLEPc installation was configured with scalar-type complex " - "but this function is not defined for complex types.")); +/* @whattodo Note: the Vector and FullMatrix coming in should be complex - ie. instantiated that way*/ + /* global_vector.add(local_dof_indices, local_vector); */ + Assert ((false), + ExcMessage ("Your PETSc/SLEPc installation was configured with scalar-type complex " + "but this function is not defined for complex types.")); } else for (size_type i=0; i 0) -/* @whattodo */ - /* global_matrix.add(row, n_values, &cols[0], &vals[0], false, true); */ +/* @whattodo Note: Wow, no idea... */ + /* global_matrix.add(row, n_values, &cols[0], &vals[0], false, true); */ { Assert ((false), ExcMessage ("Your PETSc/SLEPc installation was configured with scalar-type complex " -- 2.39.5