|
Tpetra Matrix/Vector Services
Version of the Day
|
Tests for MultiVectorFiller.
More...
#include <Tpetra_MultiVectorFiller.hpp>
Static Public Member Functions | |
| static void | testSameMap (const Teuchos::RCP< const map_type > &targetMap, const global_ordinal_type eltSize, const size_t numCols, const Teuchos::RCP< Teuchos::FancyOStream > &outStream=Teuchos::null, const Teuchos::EVerbosityLevel verbosityLevel=Teuchos::VERB_DEFAULT) |
| Test global assembly when constructor Map = target Map. | |
Tests for MultiVectorFiller.
| MV | A specialization of Tpetra::MultiVector. |
Definition at line 1231 of file Tpetra_MultiVectorFiller.hpp.
| static void Tpetra::Test::MultiVectorFillerTester< MV >::testSameMap | ( | const Teuchos::RCP< const map_type > & | targetMap, |
| const global_ordinal_type | eltSize, | ||
| const size_t | numCols, | ||
| const Teuchos::RCP< Teuchos::FancyOStream > & | outStream = Teuchos::null, |
||
| const Teuchos::EVerbosityLevel | verbosityLevel = Teuchos::VERB_DEFAULT |
||
| ) | [inline, static] |
Test global assembly when constructor Map = target Map.
Constructor Map = target Map is a common case for finite element assembly. This method current only tests the version of sumIntoGlobalValues() that works on one column at a time.
If any test fails, this method throws an exception.
Definition at line 1248 of file Tpetra_MultiVectorFiller.hpp.
1.7.6.1