#include <Xpetra_ImportFactory.hpp>
|
| static RCP< Import< LocalOrdinal, GlobalOrdinal, Node > > | Build (const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &source, const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &target, const Teuchos::RCP< Teuchos::ParameterList > &plist=Teuchos::null) |
| |
| static RCP< Import< int, long long, EpetraNode > > | Build (const RCP< const Map< int, long long, EpetraNode > > &source, const RCP< const Map< int, long long, EpetraNode > > &target, const Teuchos::RCP< Teuchos::ParameterList > &plist=Teuchos::null) |
| | Constructor specifying the number of non-zeros for all rows.
|
| |
Definition at line 134 of file Xpetra_ImportFactory.hpp.
◆ LocalOrdinal
◆ GlobalOrdinal
◆ Node
◆ ImportFactory() [1/2]
◆ ImportFactory() [2/2]
◆ Build() [1/2]
| static RCP< Import< LocalOrdinal, GlobalOrdinal, Node > > Xpetra::ImportFactory< int, long long, EpetraNode >::Build |
( |
const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > & | source, |
|
|
const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > & | target, |
|
|
const Teuchos::RCP< Teuchos::ParameterList > & | plist = Teuchos::null ) |
|
inlinestatic |
◆ Build() [2/2]
| static RCP< Import< int, long long, EpetraNode > > Xpetra::ImportFactory< int, long long, EpetraNode >::Build |
( |
const RCP< const Map< int, long long, EpetraNode > > & | source, |
|
|
const RCP< const Map< int, long long, EpetraNode > > & | target, |
|
|
const Teuchos::RCP< Teuchos::ParameterList > & | plist = Teuchos::null ) |
|
inlinestatic |
The documentation for this class was generated from the following file: