1#ifndef included_AMP_RandomSubsetVariable
2#define included_AMP_RandomSubsetVariable
4#include "AMP/vectors/SubsetVariable.h"
22 std::string
className()
const override {
return "RandomSubsetVariable"; }
virtual size_t DOFsPerObject() const
VectorIndexer::shared_ptr d_Indexer
virtual VectorIndexer::shared_ptr getIndexer()
std::string className() const override
A function that returns the name of a variable.
RandomSubsetVariable(const std::string &name, VectorIndexer::shared_ptr i)
RandomSubsetVariable(int64_t)
void writeRestart(int64_t) const override
Write restart data to file.
A variable used to create a SubsetVector.