Tpetra parallel linear algebra
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. More... | |
Tests for MultiVectorFiller.
MV | A specialization of Tpetra::MultiVector. |
Definition at line 1397 of file Tpetra_MultiVectorFiller.hpp.
|
inlinestatic |
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 MultiVectorFiller::sumIntoGlobalValues() that works on one column at a time.
If any test fails, this method throws an exception.
Definition at line 1414 of file Tpetra_MultiVectorFiller.hpp.