1#ifndef included_AMP_StridedZAxisMap
2#define included_AMP_StridedZAxisMap
4#include "AMP/operators/map/Map3to1to3.h"
5#include "AMP/operators/map/Map3to1to3Parameters.h"
6#include "AMP/operators/map/ScalarZAxisMap.h"
27 explicit StridedZAxisMap( std::shared_ptr<const AMP::Operator::OperatorParameters> params );
33 std::string
type()
const override {
return "StridedZAxisMap"; }
std::shared_ptr< Vector > shared_ptr
Shorthand for shared pointer to Vector.
std::shared_ptr< const Vector > const_shared_ptr
std::shared_ptr< AMP::Operator::Operator > shared_ptr
A class used to reduce a 3D problem to 1D, transfer the solution, and map back to 3D.
A class used to reduce a 3D problem to 1D, transfer the solution, and map back to 3D.
std::string type() const override
Return the name of the operator.
void apply(AMP::LinearAlgebra::Vector::const_shared_ptr u, AMP::LinearAlgebra::Vector::shared_ptr f) override
Apply operation.
void setVector(AMP::LinearAlgebra::Vector::shared_ptr p) override
Set a frozen vector for results of the apply operation.
virtual ~StridedZAxisMap()
Destructor.
static bool validMapType(const std::string &s)
Returns true if MapType = "ScalarZAxis".
StridedZAxisMap(std::shared_ptr< const AMP::Operator::OperatorParameters > params)
Standard constructor.
AMP::Operator::Map3to1to3Parameters ScalarZAxisMapParameters