Reference documentation for deal.II version GIT relicensing-493-g2fa0c96cf2 2024-04-29 17:00:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Attributes | List of all members
InitFinalize::Signals Struct Reference

#include <deal.II/base/init_finalize.h>

Public Attributes

boost::signals2::signal< void()> at_mpi_init
 
boost::signals2::signal< void()> at_mpi_finalize
 

Detailed Description

A structure that has boost::signal objects to register a call back to run after MPI init or finalize.

For documentation on signals, see http://www.boost.org/doc/libs/release/libs/signals2 .

Definition at line 185 of file init_finalize.h.

Member Data Documentation

◆ at_mpi_init

boost::signals2::signal<void()> InitFinalize::Signals::at_mpi_init

A signal that is triggered immediately after we have initialized the MPI context with MPI_Init().

Definition at line 191 of file init_finalize.h.

◆ at_mpi_finalize

boost::signals2::signal<void()> InitFinalize::Signals::at_mpi_finalize

A signal that is triggered just before we close the MPI context with MPI_Finalize(). It can be used to deallocate statically allocated MPI resources that need to be deallocated before MPI_Finalize() is called.

Definition at line 199 of file init_finalize.h.


The documentation for this struct was generated from the following file: