Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Panzer_Shards_Utilities.hpp File Reference
#include <iostream>
#include <vector>
#include <list>
#include "Teuchos_Assert.hpp"
#include "Shards_CellTopology.hpp"
Include dependency graph for Panzer_Shards_Utilities.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 panzer
 Computes $ Ma(x)b(x)\cdots\int s(x)\nabla\phi(x)\,dx $.
 

Functions

template<typename ArrayCellGIDs , typename ArraySideGIDs >
unsigned panzer::getLocalSideIndexFromGlobalNodeList (const ArrayCellGIDs &cellGIDs, const ArraySideGIDs &sideGIDs, const shards::CellTopology &cell)
 
template<typename ArrayCellGIDs , typename ArraySideGIDs >
unsigned panzer::getLocalSubcellIndexFromGlobalNodeList (const ArrayCellGIDs &cellGIDs, const ArraySideGIDs &subcellGIDs, const shards::CellTopology &cell, unsigned subcell_dim)
 
template<typename ArrayCellGIDs , typename ArraySubcellGIDs >
void panzer::getLocalSubcellMapFromGlobalNodeLists (const ArrayCellGIDs &cellGIDs, const std::vector< ArraySubcellGIDs > &subcellGIDs, const shards::CellTopology &cell, unsigned subcell_dim, std::vector< unsigned > &subcellMap)