Tpetra parallel linear algebra
Version of the Day
|
Mapping from LocalAccess to the "master" local object type. More...
#include <Tpetra_withLocalAccess.hpp>
Mapping from LocalAccess to the "master" local object type.
LocalAccessType | Specialization of LocalAccess. |
The latter gets the local data from a global object, and holds on to it until after the user's function (input to withLocalAccess) returns. "Holds on to it" is key: the master object owns (governs the lifetime of) any data accessible from any resulting nonowning local object (see GetNonowningLocalObject below).
Specializations require the following two public features:
master_local_object_type
type alias master_local_object_type get(LocalAccessType)
static method Definition at line 155 of file Tpetra_withLocalAccess.hpp.