1#ifndef included_AMP_ScalarN2GZAxisMap
2#define included_AMP_ScalarN2GZAxisMap
4#include "AMP/discretization/createLibmeshElements.h"
5#include "AMP/operators/map/Map3to1to3.h"
6#include "AMP/operators/map/Map3to1to3Parameters.h"
42 explicit ScalarN2GZAxisMap( std::shared_ptr<const AMP::Operator::OperatorParameters> params );
48 std::string
type()
const override {
return "ScalarN2GZAxisMap"; }
53 const std::shared_ptr<AMP::Mesh::Mesh>,
58 const std::shared_ptr<AMP::Mesh::Mesh>,
60 const std::map<double, double> & )
override;
std::shared_ptr< Vector > shared_ptr
Shorthand for shared pointer to Vector.
std::shared_ptr< const Vector > const_shared_ptr
A class used to iterate over elements in a Mesh.
For problems with a great deal of symmetry, it is possible to move data from one mesh to another by g...
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.
ScalarN2GZAxisMap(std::shared_ptr< const AMP::Operator::OperatorParameters > params)
Standard constructor.
AMP::LinearAlgebra::Vector::const_shared_ptr d_z_coord2
virtual ~ScalarN2GZAxisMap()
Destructor.
std::string type() const override
Return the name of the operator.
virtual void buildReturn(AMP::LinearAlgebra::Vector::shared_ptr, const std::shared_ptr< AMP::Mesh::Mesh >, const AMP::Mesh::MeshIterator &, const std::map< double, double > &) override
A virtual method to construct a vector from a map.
AMP::LinearAlgebra::Vector::const_shared_ptr d_z_coord1
Discretization::createLibmeshElements libmeshElements
static const int CommTagBase
The base tag used in communication.
AMP::LinearAlgebra::Vector::const_shared_ptr getGaussPoints(const AMP::Mesh::MeshIterator &)
ScalarN2GZAxisMapParameters Parameters
Typedef to identify the parameters class of this operator.
static bool validMapType(const std::string &s)
Returns true if MapType = "ScalarN2GZAxis".
virtual std::multimap< double, double > buildMap(AMP::LinearAlgebra::Vector::const_shared_ptr, const std::shared_ptr< AMP::Mesh::Mesh >, const AMP::Mesh::MeshIterator &) override
A virtual method to construct the map from a vector.
AMP::Operator::Map3to1to3Parameters ScalarN2GZAxisMapParameters