Peano
Loading...
Searching...
No Matches
parallel.h
Go to the documentation of this file.
1
// This file is part of the Peano project. For conditions of distribution and
2
// use, please see the copyright notice at www.peano-framework.org
3
#pragma once
4
5
#include <string>
6
7
namespace
peano4
{
15
namespace
parallel
{
49
int
getTaskType
(
const
std::string& className);
50
51
std::string
getClassNameOfType
(
int
taskType);
52
}
53
}
parallel
The parallel namespace is Peano's core abstracts from both MPI and multicore parallelisation.
peano4::parallel::getClassNameOfType
std::string getClassNameOfType(int taskType)
peano4::parallel::getTaskType
int getTaskType(const std::string &className)
Get unique number (id) for task.
peano4
Definition
CellMarker.h:14
src
peano4
parallel
parallel.h
Generated on Sat May 16 2026 07:25:00 for Peano by
1.10.0