Panzer  Version of the Day
Namespaces | Macros | Functions
Panzer_Workset_Utilities.cpp File Reference
#include "Panzer_Traits.hpp"
#include "Panzer_Workset.hpp"
#include "Teuchos_Assert.hpp"
#include <vector>
#include <string>
#include <algorithm>
#include <iterator>
Include dependency graph for Panzer_Workset_Utilities.cpp:

Go to the source code of this file.

Namespaces

 panzer
 

Macros

#define PANZER_WORKSET_UTILITIES_HPP
 

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< std::string >::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)
 

Macro Definition Documentation

◆ PANZER_WORKSET_UTILITIES_HPP

#define PANZER_WORKSET_UTILITIES_HPP

Definition at line 44 of file Panzer_Workset_Utilities.cpp.