10#ifndef TPETRA_ACCESS_HPP
11#define TPETRA_ACCESS_HPP
18 struct ReadOnlyStruct {};
19 struct OverwriteAllStruct {};
20 struct ReadWriteStruct {};
24 constexpr struct ReadOnlyStruct ReadOnly = ReadOnlyStruct();
26 constexpr struct OverwriteAllStruct OverwriteAll = OverwriteAllStruct();
28 constexpr struct ReadWriteStruct ReadWrite = ReadWriteStruct();
Namespace Tpetra contains the class and methods constituting the Tpetra library.