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
{
33
int
getTaskType
(
const
std::string& className);
34
35
std::string
getClassNameOfType
(
int
taskType);
36
}
37
}
parallel
The parallel namespace is Peano's core abstracts from both MPI and multicore parallelisation.
peano4::parallel::getClassNameOfType
std::string getClassNameOfType(int taskType)
Definition
parallel.cpp:29
peano4::parallel::getTaskType
int getTaskType(const std::string &className)
Get unique number (id) for task.
Definition
parallel.cpp:13
peano4
Definition
CellMarker.h:14
src
peano4
parallel
parallel.h
Generated on Fri Apr 25 2025 15:00:04 for Peano by
1.10.0