preCICE v3.2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | Static Private Attributes | List of all members
precice::device::Ginkgo Class Reference

#include <Ginkgo.hpp>

Static Public Member Functions

static void initialize (int *argc, char ***argv)
 
static void initialize (int nThreads, int deviceId)
 
static void finalize ()
 

Static Private Attributes

static bool weInitialized = false
 Whether we have initialized Ginkgo or if it was initialized by an application calling us.
 

Detailed Description

Definition at line 5 of file Ginkgo.hpp.

Member Function Documentation

◆ finalize()

void precice::device::Ginkgo::finalize ( )
static

Definition at line 36 of file Ginkgo.cpp.

◆ initialize() [1/2]

void precice::device::Ginkgo::initialize ( int * argc,
char *** argv )
static

Definition at line 12 of file Ginkgo.cpp.

◆ initialize() [2/2]

void precice::device::Ginkgo::initialize ( int nThreads,
int deviceId )
static

Definition at line 21 of file Ginkgo.cpp.

Member Data Documentation

◆ weInitialized

bool precice::device::Ginkgo::weInitialized = false
staticprivate

Whether we have initialized Ginkgo or if it was initialized by an application calling us.

Definition at line 15 of file Ginkgo.hpp.


The documentation for this class was generated from the following files: