Tpetra parallel linear algebra
Version of the Day
|
Mapping from "master" local object type to the nonowning "local view" type that users see (as arguments to the function that they give to withLocalAccess). More...
#include <Tpetra_withLocalAccess.hpp>
Mapping from "master" local object type to the nonowning "local view" type that users see (as arguments to the function that they give to withLocalAccess).
LocalAccessType | Specialization of LocalAccess, the same as that used by the corresponding GetMasterLocalObject specialization. |
The master local object may encode the memory space and access mode, but the mapping to local view type may also need run-time information.
Specializations require the following public features:
nonowning_local_object_type
typedef nonowning_local_object_type get(LocalAccessType, const MasterLocalObjectType&)
static method Implementations of get() need not use the first LocalAccessType argument. It exists mainly to help the compiler deduce template parameters of the nonmember getNonowningLocalObject function below.
Definition at line 207 of file Tpetra_withLocalAccess.hpp.