|
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 | |
| namespace | panzer |
| Computes | |
| bool fillResidual |
Definition at line 335 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
| Kokkos::View<double**, Kokkos::LayoutLeft,PHX::Device> r_data |
Definition at line 336 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
| LocalMatrixT jac |
Definition at line 337 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
| Kokkos::View<const LO**> lids |
Definition at line 339 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
| Kokkos::View<typename Sacado::ScalarType<ScalarT>::type**, Kokkos::LayoutRight, PHX::Device> vals |
Definition at line 340 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
| PHX::View<const int*> offsets |
Definition at line 341 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
| FieldType field |
Definition at line 342 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
| double num_params |
Definition at line 408 of file Panzer_ScatterResidual_Tpetra_impl.hpp.
| Kokkos::View<Kokkos::View<double**,Kokkos::LayoutLeft,PHX::Device>*> dfdp_fields |
Definition at line 410 of file Panzer_ScatterResidual_Tpetra_impl.hpp.