Panzer
Version of the Day
|
#include <vector>
#include <map>
#include "Teuchos_FancyOStream.hpp"
#include "Teuchos_ArrayView.hpp"
#include "Teuchos_CommHelpers.hpp"
#include "Tpetra_Map.hpp"
#include "Tpetra_Vector.hpp"
#include "Tpetra_Import.hpp"
#include "Kokkos_DynRankView.hpp"
#include <sstream>
#include <cmath>
Go to the source code of this file.
Namespaces | |
panzer | |
Computes . | |
Functions | |
template<typename ScalarT , typename ArrayT > | |
void | panzer::updateGhostedDataReducedVector (const std::string &fieldName, const std::string blockId, const GlobalIndexer &ugi, const ArrayT &data, Tpetra::MultiVector< ScalarT, int, panzer::GlobalOrdinal, panzer::TpetraNodeType > &dataVector) |