I read this as "having petsc & p4est is a sufficient condition. So I add a
few lines to step55.cc:
#include "deal.II/base/config.h"
#ifndef DEAL_II_WITH_PETSC
#error Does not have petsc
#endif
#ifndef DEAL_II_WITH_P4EST
#error Does not have p4est
#endif
#include <deal.II/base/quadrature_lib.h>
and I still get the same error on that last line, which has now become line
34:
out/htmr_sandbox/step55/step55.cpp
In file included from
/work2/00434/eijkhout/htmr_sandbox/step55/step55.cpp:34:
In file included from
/scratch/00434/eijkhout/army/Binaries/dealii-9.7.1/include/deal.II/lac/generic_linear_algebra.h:37:
In file included from
/scratch/00434/eijkhout/army/Binaries/dealii-9.7.1/include/deal.II/lac/trilinos_solver.h:40:
In file included from
/scratch/00434/eijkhout/army/Binaries/trilinos-16.2.1/include/BelosBlockCGSolMgr.hpp:20:
In file included from
/scratch/00434/eijkhout/army/Binaries/trilinos-16.2.1/include/BelosLinearProblem.hpp:17:
In file included from
/scratch/00434/eijkhout/army/Binaries/trilinos-16.2.1/include/BelosMultiVecTraits.hpp:25:
In file included from
/scratch/00434/eijkhout/army/Binaries/trilinos-16.2.1/include/BelosStubTsqrAdapter.hpp:15:
In file included from
/scratch/00434/eijkhout/army/Binaries/trilinos-16.2.1/include/Teuchos_ScalarTraits.hpp:81:
/scratch/00434/eijkhout/army/Binaries/trilinos-16.2.1/include/Teuchos_ScalarTraitsDecl.hpp:120:101:
error: conversion function from 'int' to 'std::string' (aka
'basic_string<char>') invokes a deleted function
120 | static inline std::string name() {
(void)UndefinedScalarTraits<T>::notDefined(); return 0; }
|
^
/opt/apps/gcc/15.1.0/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../include/c++/15.1.0/bits/basic_string.h:835:7:
note: 'basic_string' has been explicitly marked deleted here
835 | basic_string(nullptr_t) = delete;
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/dealii/bbea74db-e806-4d65-8bb2-e87ecf6353f1n%40googlegroups.com.