Peano
Loading...
Searching...
No Matches
peano.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 "
peano4/utils/Globals.h
"
6
#include "
tarch/la/Vector.h
"
7
8
14
namespace
peano4
{
19
void
writeCopyrightMessage
();
20
31
void
fillLookupTables
();
32
63
int
initParallelEnvironment
(
int
* argc,
char
*** argv);
64
89
void
shutdownParallelEnvironment
();
90
107
void
initSingletons
(
108
const
tarch::la::Vector<Dimensions, double>
& offset,
109
const
tarch::la::Vector<Dimensions, double>
& width,
110
const
std::bitset<Dimensions>&
periodicBC
= 0
111
);
112
117
void
shutdownSingletons
();
118
}
// namespace peano4
Globals.h
Vector.h
periodicBC
std::bitset< Dimensions > periodicBC
Definition
main.cpp:19
peano4
Definition
CellMarker.h:14
peano4::shutdownSingletons
void shutdownSingletons()
The very first thing I have to do is to shut down Node.
Definition
peano.cpp:150
peano4::writeCopyrightMessage
void writeCopyrightMessage()
You can invoke this operation manually, but it will also implicitly be triggered by the init routines...
Definition
peano.cpp:26
peano4::fillLookupTables
void fillLookupTables()
Fill Lookup Tables.
Definition
peano.cpp:87
peano4::initParallelEnvironment
int initParallelEnvironment(int *argc, char ***argv)
Init Parallel Environment.
Definition
peano.cpp:101
peano4::initSingletons
void initSingletons(const tarch::la::Vector< Dimensions, double > &offset, const tarch::la::Vector< Dimensions, double > &width, const std::bitset< Dimensions > &periodicBC=0)
Fire up all the singletons.
Definition
peano.cpp:133
peano4::shutdownParallelEnvironment
void shutdownParallelEnvironment()
Shutdown all the parallel environment, i.e.
Definition
peano.cpp:127
tarch::la::Vector
Simple vector class.
Definition
Vector.h:134
src
peano4
peano.h
Generated on Thu Mar 6 2025 23:03:33 for Peano by
1.10.0