|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
Initialises and finalizes the required SAMRAI routines for an application. More...
#include <ScopeGuard.hpp>
Public Member Functions | |
| ScopeGuard (int argc, char **argv) | |
| This method uses the global communication group, MPI_WORLD_COMM, for calls to SAMRAI routines. More... | |
| ScopeGuard (MPI_Comm comm) | |
| ScopeGuard (const ScopeGuard &)=delete | |
| ScopeGuard & | operator= (const ScopeGuard &)=delete |
| ScopeGuard (ScopeGuard &&)=delete | |
| ScopeGuard & | operator= (ScopeGuard &&)=delete |
| ~ScopeGuard () noexcept | |
| Calls SAMRAI routines to do the clean-up. More... | |
Initialises and finalizes the required SAMRAI routines for an application.
| fub::samrai::ScopeGuard::ScopeGuard | ( | int | argc, |
| char ** | argv | ||
| ) |
This method uses the global communication group, MPI_WORLD_COMM, for calls to SAMRAI routines.
| fub::samrai::ScopeGuard::ScopeGuard | ( | MPI_Comm | comm | ) |
|
delete |
|
delete |
|
noexcept |
Calls SAMRAI routines to do the clean-up.
|
delete |
|
delete |