32 Intrepid2FieldPattern(
const Teuchos::RCP< Intrepid2::Basis<PHX::Device,double,double> > &intrepidBasis);
33 Teuchos::RCP<panzer::FieldPattern>
clone()
const
56 static void buildSubcellClosure(
const shards::CellTopology & cellTopo,
unsigned dim,
unsigned subCell,
57 std::set<std::pair<unsigned,unsigned> > & closure);
71 const std::vector<unsigned> & nodes,
72 std::set<std::pair<unsigned,unsigned> > & subCells);
81 static void getSubcellNodes(
const shards::CellTopology & cellTopo,
unsigned dim,
unsigned subCell,
82 std::vector<unsigned> & nodes);
110 Kokkos::DynRankView<double,PHX::Device> & coords,
111 Teuchos::RCP<const shards::CellTopology> meshCellTopology=Teuchos::null)
const;
114 Teuchos::RCP< Intrepid2::Basis<PHX::Device,double,double> >
getIntrepidBasis()
const;