|
Panzer
Version of the Day
|
Go to the documentation of this file.
44 #ifndef __Panzer_PointDescriptor_hpp__
45 #define __Panzer_PointDescriptor_hpp__
const std::string & getType() const
Get unique string associated with the type of point descriptor. This will be used generate a hash to ...
const PointGenerator & getGenerator() const
std::size_t getKey() const
Get unique key associated with integrator of this order and type The key is used to sort through a ma...
virtual ~PointDescriptor()=default
Destructor.
std::string _type
Type string.
std::size_t _key
Unique key associated with integrator.
PointDescriptor()=delete
Default constructor, no version.
void setup(const std::string &type, const Teuchos::RCP< PointGenerator > &generator)
Setup the point descriptor. Protected and used by constructors.
Teuchos::RCP< PointGenerator > _generator
PointGenerator object to build the points.