* the default constructor of this class along with the run()
* function that takes an argument.
*/
- DEAL_II_DEPRECATED
+ DEAL_II_DEPRECATED_EARLY
Interface(Process<RequestType, AnswerType> &process,
const MPI_Comm & comm);
* been provided to the non-default constructor. Use the run()
* functions taking arguments instead.
*/
- DEAL_II_DEPRECATED
+ DEAL_II_DEPRECATED_EARLY
std::vector<unsigned int>
run();
* and the run() function without argument. It is a `nullptr`
* otherwise
*/
- DEAL_II_DEPRECATED
+ DEAL_II_DEPRECATED_EARLY
Process<RequestType, AnswerType> *process;
/**
* This member variable is only used in the deprecated constructor
* and the run() function without argument.
*/
- DEAL_II_DEPRECATED
+ DEAL_II_DEPRECATED_EARLY
MPI_Comm comm;
};
* the default constructor of this class along with the run()
* function that takes an argument.
*/
- DEAL_II_DEPRECATED
+ DEAL_II_DEPRECATED_EARLY
NBX(Process<RequestType, AnswerType> &process, const MPI_Comm &comm);
/**
* the default constructor of this class along with the run()
* function that takes an argument.
*/
- DEAL_II_DEPRECATED
+ DEAL_II_DEPRECATED_EARLY
PEX(Process<RequestType, AnswerType> &process, const MPI_Comm &comm);
/**
* the default constructor of this class along with the run()
* function that takes an argument.
*/
- DEAL_II_DEPRECATED
+ DEAL_II_DEPRECATED_EARLY
Serial(Process<RequestType, AnswerType> &process, const MPI_Comm &comm);
// Import the declarations from the base class.
* the default constructor of this class along with the run()
* function that takes an argument.
*/
- DEAL_II_DEPRECATED
+ DEAL_II_DEPRECATED_EARLY
Selector(Process<RequestType, AnswerType> &process,
const MPI_Comm & comm);
* own implementation but can register lambda functions directly.
*/
template <typename RequestType, typename AnswerType>
- class DEAL_II_DEPRECATED AnonymousProcess
+ class DEAL_II_DEPRECATED_EARLY AnonymousProcess
: public Process<RequestType, AnswerType>
{
public: