Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Panzer_STK_Utilities.hpp File Reference
#include "Panzer_STK_Interface.hpp"
#include "Epetra_Vector.h"
#include "Epetra_MultiVector.h"
Include dependency graph for Panzer_STK_Utilities.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  panzer_stk::PermFunctor< RAContainer, Compare >
 

Namespaces

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

Functions

void panzer_stk::write_cell_data (panzer_stk::STK_Interface &mesh, const std::vector< double > &data, const std::string &fieldName)
 
void panzer_stk::write_solution_data (const panzer::GlobalIndexer &dofMngr, panzer_stk::STK_Interface &mesh, const Epetra_MultiVector &x, const std::string &prefix, const std::string &postfix)
 
void panzer_stk::write_solution_data (const panzer::GlobalIndexer &dofMngr, panzer_stk::STK_Interface &mesh, const Epetra_Vector &x, const std::string &prefix, const std::string &postfix)
 
template<typename RAContainer , class Compare >
void panzer_stk::sorted_permutation (const RAContainer &cont, std::vector< std::size_t > &permutation, const Compare &comp)
 
template<typename RAContainer >
void panzer_stk::sorted_permutation (const RAContainer &cont, std::vector< std::size_t > &permutation)