Panzer Version of the Day
Loading...
Searching...
No Matches
Namespaces | Functions
Panzer_StlMap_Utilities.hpp File Reference
#include "Teuchos_Assert.hpp"
#include <map>
#include <iostream>
Include dependency graph for Panzer_StlMap_Utilities.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

template<typename MapT >
const MapT::mapped_type & panzer::getEntry (const MapT &in_map, const typename MapT::key_type &in_key)
 Looks up a key in an STL-like associative container, throwing std::runtime_error if the key is not found (instead of the undefined behavior of operator[] on a const map, or the silent insertion of operator[] on a non-const map).