Panzer
Version of the Day
|
#include <Panzer_UniqueGlobalIndexer_EpetraUtilities.hpp>
Public Member Functions | |
ArrayToFieldVectorEpetra (const Teuchos::RCP< const UniqueGlobalIndexer< LocalOrdinalT, GlobalOrdinalT > > &ugi) | |
template<typename ScalarT , typename ArrayT > | |
Teuchos::RCP< Epetra_MultiVector > | getGhostedDataVector (const std::string &fieldName, const std::map< std::string, ArrayT > &data) const |
template<typename ScalarT , typename ArrayT > | |
Teuchos::RCP< Epetra_MultiVector > | getDataVector (const std::string &fieldName, const std::map< std::string, ArrayT > &data) const |
Teuchos::RCP< const Epetra_Map > | getFieldMap (const std::string &fieldName) const |
Teuchos::RCP< const Epetra_Map > | getFieldMap (int fieldNum) const |
Protected Types | |
typedef Epetra_IntVector | IntVector |
typedef Epetra_MultiVector | MultiVector |
typedef Epetra_BlockMap | Map |
Protected Member Functions | |
void | buildFieldVector (const Epetra_IntVector &source) const |
build unghosted field vector from ghosted field vector More... | |
Protected Attributes | |
Teuchos::RCP< const UniqueGlobalIndexer < LocalOrdinalT, GlobalOrdinalT > > | ugi_ |
DOF mapping. More... | |
Teuchos::RCP< const IntVector > | gh_reducedFieldVector_ |
Teuchos::RCP< const IntVector > | gh_fieldVector_ |
ghosted reduced field vector More... | |
std::map< int, Teuchos::RCP < const Map > > | gh_reducedFieldMaps_ |
ghosted field vector More... | |
std::map< int, Teuchos::RCP < const Map > > | gh_fieldMaps_ |
Maps for each field (as needed) More... | |
Teuchos::RCP< const IntVector > | fieldVector_ |
Maps for each field (as needed) More... | |
std::map< int, Teuchos::RCP < const Map > > | fieldMaps_ |
(unghosted) field vector (as needed) More... | |
Private Member Functions | |
ArrayToFieldVectorEpetra () | |
Maps for each field (as needed) More... | |
ArrayToFieldVectorEpetra (const ArrayToFieldVectorEpetra &) | |
This class assists in mapping arrays of field data to field vectors.
Definition at line 161 of file Panzer_UniqueGlobalIndexer_EpetraUtilities.hpp.
|
protected |
Definition at line 209 of file Panzer_UniqueGlobalIndexer_EpetraUtilities.hpp.
|
protected |
Definition at line 210 of file Panzer_UniqueGlobalIndexer_EpetraUtilities.hpp.
|
protected |
Definition at line 211 of file Panzer_UniqueGlobalIndexer_EpetraUtilities.hpp.
panzer::ArrayToFieldVectorEpetra< LocalOrdinalT, GlobalOrdinalT, Node >::ArrayToFieldVectorEpetra | ( | const Teuchos::RCP< const UniqueGlobalIndexer< LocalOrdinalT, GlobalOrdinalT > > & | ugi | ) |
Construct information for the unique global indexer. Notice that this requires global communication.
Definition at line 246 of file Panzer_UniqueGlobalIndexer_EpetraUtilities_impl.hpp.
|
private |
Maps for each field (as needed)
|
private |
Teuchos::RCP< Epetra_MultiVector > panzer::ArrayToFieldVectorEpetra< LocalOrdinalT, GlobalOrdinalT, Node >::getGhostedDataVector | ( | const std::string & | fieldName, |
const std::map< std::string, ArrayT > & | data | ||
) | const |
Get a Tpetra vector containing the data ordered according to the ordering from UGI::getOwnedAndGhostedIndices
.
[in] | fieldName | Name of field this data is from |
[in] | data | Array of data |
UGI::getOwnedAndGhostedIndices
. Definition at line 257 of file Panzer_UniqueGlobalIndexer_EpetraUtilities_impl.hpp.
Teuchos::RCP< Epetra_MultiVector > panzer::ArrayToFieldVectorEpetra< LocalOrdinalT, GlobalOrdinalT, Node >::getDataVector | ( | const std::string & | fieldName, |
const std::map< std::string, ArrayT > & | data | ||
) | const |
Get a Tpetra vector containing the data ordered according to the ordering from UGI::getOwnedIndices
.
[in] | fieldName | Name of field this data is from |
[in] | data | Array of data |
UGI::getOwnedIndices
. Definition at line 329 of file Panzer_UniqueGlobalIndexer_EpetraUtilities_impl.hpp.
Teuchos::RCP< const Epetra_Map > panzer::ArrayToFieldVectorEpetra< LocalOrdinalT, GlobalOrdinalT, Node >::getFieldMap | ( | const std::string & | fieldName | ) | const |
Build a map that contains only global IDs associated with a particular field. This serves to go from a unique vector of all fields, to a vector containing the uniquely owned global ids for a single field.
Definition at line 386 of file Panzer_UniqueGlobalIndexer_EpetraUtilities_impl.hpp.
Teuchos::RCP< const Epetra_Map > panzer::ArrayToFieldVectorEpetra< LocalOrdinalT, GlobalOrdinalT, Node >::getFieldMap | ( | int | fieldNum | ) | const |
Build a map that contains only global IDs associated with a particular field. This serves to go from a unique vector of all fields, to a vector containing the uniquely owned global ids for a single field.
Definition at line 394 of file Panzer_UniqueGlobalIndexer_EpetraUtilities_impl.hpp.
|
protected |
build unghosted field vector from ghosted field vector
Definition at line 358 of file Panzer_UniqueGlobalIndexer_EpetraUtilities_impl.hpp.
|
protected |
DOF mapping.
Definition at line 217 of file Panzer_UniqueGlobalIndexer_EpetraUtilities.hpp.
|
protected |
Definition at line 219 of file Panzer_UniqueGlobalIndexer_EpetraUtilities.hpp.
|
protected |
ghosted reduced field vector
Definition at line 220 of file Panzer_UniqueGlobalIndexer_EpetraUtilities.hpp.
|
mutableprotected |
ghosted field vector
Definition at line 222 of file Panzer_UniqueGlobalIndexer_EpetraUtilities.hpp.
|
mutableprotected |
Maps for each field (as needed)
Definition at line 223 of file Panzer_UniqueGlobalIndexer_EpetraUtilities.hpp.
|
mutableprotected |
Maps for each field (as needed)
Definition at line 225 of file Panzer_UniqueGlobalIndexer_EpetraUtilities.hpp.
|
mutableprotected |
(unghosted) field vector (as needed)
Definition at line 226 of file Panzer_UniqueGlobalIndexer_EpetraUtilities.hpp.