Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Panzer_Workset_Utilities.hpp File Reference
#include "Panzer_Traits.hpp"
#include "Panzer_Workset.hpp"
#include <vector>
#include <iostream>
Include dependency graph for Panzer_Workset_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

std::vector< std::string >
::size_type 
panzer::getPureBasisIndex (std::string basis_name, const panzer::Workset &workset, WorksetDetailsAccessor &wda)
 Returns the index in the workset bases for a particular PureBasis name. More...
 
std::vector< std::string >
::size_type 
panzer::getBasisIndex (std::string basis_name, const panzer::Workset &workset, WorksetDetailsAccessor &wda)
 Returns the index in the workset bases for a particular BasisIRLayout name. More...
 
std::vector< int >::size_type panzer::getIntegrationRuleIndex (int ir_degree, const panzer::Workset &workset, WorksetDetailsAccessor &wda)
 
void panzer::printWorkset (std::ostream &os, const panzer::Workset &workset, WorksetDetailsAccessor &wda)
 
std::vector< std::string >
::size_type 
panzer::getPureBasisIndex (std::string basis_name, const panzer::Workset &workset)
 
std::vector< std::string >
::size_type 
panzer::getBasisIndex (std::string basis_name, const panzer::Workset &workset)
 
std::vector< int >::size_type panzer::getIntegrationRuleIndex (int ir_degree, const panzer::Workset &workset)
 
void panzer::printWorkset (std::ostream &os, const panzer::Workset &workset)