Panzer
Version of the Day
|
#include "Teuchos_RCP.hpp"
#include "Teuchos_Assert.hpp"
#include "Phalanx_DataLayout.hpp"
#include "Panzer_GlobalIndexer.hpp"
#include "Panzer_PureBasis.hpp"
#include "Panzer_TpetraLinearObjContainer.hpp"
#include "Panzer_LOCPair_GlobalEvaluationData.hpp"
#include "Panzer_ParameterList_GlobalEvaluationData.hpp"
#include "Panzer_GlobalEvaluationDataContainer.hpp"
#include "Phalanx_DataLayout_MDALayout.hpp"
#include "Teuchos_FancyOStream.hpp"
#include "Tpetra_Vector.hpp"
#include "Tpetra_Map.hpp"
#include "Tpetra_CrsMatrix.hpp"
Go to the source code of this file.
Namespaces | |
panzer | |
Computes ![]() | |
bool fillResidual |
Definition at line 378 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
Kokkos::View<double**, Kokkos::LayoutLeft,PHX::Device> r_data |
Definition at line 379 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
LocalMatrixT jac |
Definition at line 380 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
PHX::View<const LO**> lids |
Definition at line 382 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
PHX::View<const int*> offsets |
Definition at line 383 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
FieldType field |
Definition at line 384 of file Panzer_ScatterResidual_Tpetra_impl.hpp.