#include "PanzerAdaptersSTK_config.hpp"
#include "Panzer_STK_Utilities.hpp"
#include "Panzer_GlobalIndexer.hpp"
#include "Kokkos_DynRankView.hpp"
#include <stk_mesh/base/FieldBase.hpp>
Go to the source code of this file.
|
static void | panzer_stk::gather_in_block (const std::string &blockId, const panzer::GlobalIndexer &dofMngr, const Epetra_Vector &x, const std::vector< std::size_t > &localCellIds, std::map< std::string, Kokkos::DynRankView< double, PHX::Device > > &fc) |
|
static void | panzer_stk::build_local_ids (const panzer_stk::STK_Interface &mesh, std::map< std::string, Teuchos::RCP< std::vector< std::size_t > > > &localIds) |
|
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) |
|