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 373 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
Kokkos::View<double**, Kokkos::LayoutLeft,PHX::Device> r_data |
Definition at line 374 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
LocalMatrixT jac |
Definition at line 375 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
Kokkos::View<const LO**,PHX::Device> lids |
Definition at line 377 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
Kokkos::View<const int*,PHX::Device> offsets |
Definition at line 378 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
FieldType field |
Definition at line 379 of file Panzer_ScatterResidual_Tpetra_impl.hpp.