#include "Panzer_Traits.hpp"
#include "Panzer_Workset.hpp"
#include "Teuchos_Assert.hpp"
#include <vector>
#include <string>
#include <algorithm>
#include <iterator>
Go to the source code of this file.
|
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) |
|
◆ PANZER_WORKSET_UTILITIES_HPP
#define PANZER_WORKSET_UTILITIES_HPP |