42#ifndef TPETRA_ACCESS_HPP
43#define TPETRA_ACCESS_HPP
50 struct ReadOnlyStruct {};
51 struct OverwriteAllStruct {};
52 struct ReadWriteStruct {};
56 constexpr struct ReadOnlyStruct ReadOnly = ReadOnlyStruct();
58 constexpr struct OverwriteAllStruct OverwriteAll = OverwriteAllStruct();
60 constexpr struct ReadWriteStruct ReadWrite = ReadWriteStruct();
Namespace Tpetra contains the class and methods constituting the Tpetra library.