Skip to content

Commit

Permalink
Merge Pull Request #8786 from kuberry/Trilinos/develop
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Fix to NOX/LOCA
PR Author: kuberry
  • Loading branch information
trilinos-autotester authored Mar 1, 2021
2 parents f3e3e1f + 654854e commit 817210a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ setMatrixBlocks(const Teuchos::RCP<const LOCA::BorderedSolver::AbstractOperator>

// Get linear system, and jacobian
//ROGER linSys = grp->getLinearSystem();
using ttlop = ::Thyra::TpetraLinearOp<NOX::Scalar,NOX::LocalOrdinal,NOX::GlobalOrdinal>;
using ttlop = ::Thyra::TpetraLinearOp<NOX::Scalar,NOX::LocalOrdinal,NOX::GlobalOrdinal,NOX::NodeType>;
auto constTpetraOperator = Teuchos::rcp_dynamic_cast<const ttlop>(grp->getJacobianOperator(),true);
tpetraOp = Teuchos::rcp_const_cast<ttlop>(constTpetraOperator)->getTpetraOperator();
}
Expand Down

0 comments on commit 817210a

Please sign in to comment.