Panzer
Version of the Day
|
#include <Panzer_PointGenerator.hpp>
Public Member Functions | |
virtual Kokkos::DynRankView < double > | getPoints (const shards::CellTopology &topo) const =0 |
Get the points for a particular topology. More... | |
virtual int | numPoints (const shards::CellTopology &topo) const =0 |
Get the points for a particular topology. More... | |
virtual bool | hasPoints (const shards::CellTopology &topo) const =0 |
Check if the generator can generate points for the given topology. More... | |
A class that uses run time polymorphism to generate the reference cell points. This is a utility for PointDescriptor.
Definition at line 22 of file Panzer_PointGenerator.hpp.
|
pure virtual |
Get the points for a particular topology.
|
pure virtual |
Get the points for a particular topology.
|
pure virtual |
Check if the generator can generate points for the given topology.