16 std::shared_ptr<PelletStackMechanicsSolverParameters> params );
20 std::string
type()
const override {
return "PelletStackMechanicsSolver"; }
23 resetOperator( std::shared_ptr<const AMP::Operator::OperatorParameters> params )
override;
25 virtual void apply( std::shared_ptr<const AMP::LinearAlgebra::Vector> f,
26 std::shared_ptr<AMP::LinearAlgebra::Vector>
u )
override;
29 void solveSerial( std::shared_ptr<const AMP::LinearAlgebra::Vector> f,
30 std::shared_ptr<AMP::LinearAlgebra::Vector>
u );
32 void solveScan( std::shared_ptr<const AMP::LinearAlgebra::Vector> f,
33 std::shared_ptr<AMP::LinearAlgebra::Vector>
u );