#include <Panzer_PointGenerator.hpp>
|
| virtual Kokkos::DynRankView< double > | getPoints (const shards::CellTopology &topo) const =0 |
| | Get the points for a particular topology.
|
| |
| virtual int | numPoints (const shards::CellTopology &topo) const =0 |
| | Get the points for a particular topology.
|
| |
| virtual bool | hasPoints (const shards::CellTopology &topo) const =0 |
| | Check if the generator can generate points for the given topology.
|
| |
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.
◆ getPoints()
| virtual Kokkos::DynRankView< double > panzer::PointGenerator::getPoints |
( |
const shards::CellTopology & |
topo | ) |
const |
|
pure virtual |
Get the points for a particular topology.
◆ numPoints()
| virtual int panzer::PointGenerator::numPoints |
( |
const shards::CellTopology & |
topo | ) |
const |
|
pure virtual |
Get the points for a particular topology.
◆ hasPoints()
| virtual bool panzer::PointGenerator::hasPoints |
( |
const shards::CellTopology & |
topo | ) |
const |
|
pure virtual |
Check if the generator can generate points for the given topology.
The documentation for this class was generated from the following file: