Panzer
Version of the Day
|
#include <vector>
#include <map>
#include "Teuchos_FancyOStream.hpp"
#include "Teuchos_ArrayView.hpp"
#include "Teuchos_CommHelpers.hpp"
#include "Epetra_Map.h"
#include "Epetra_IntVector.h"
#include "Epetra_MultiVector.h"
#include "Epetra_Import.h"
#include "Epetra_MpiComm.h"
#include "Epetra_CombineMode.h"
#include "Epetra_DataAccess.h"
#include <sstream>
#include <cmath>
Go to the source code of this file.
Namespaces | |
panzer | |
Computes . | |
Functions | |
template<typename ScalarT , typename ArrayT > | |
void | panzer::updateGhostedDataReducedVectorEpetra (const std::string &fieldName, const std::string blockId, const GlobalIndexer &ugi, const ArrayT &data, Epetra_MultiVector &dataVector) |