| 
    Nektar++
    
   | 
 
This processing module interpolates one field to another. More...
#include <ProcessInterpPoints.h>


Public Member Functions | |
| ProcessInterpPoints (FieldSharedPtr f) | |
| virtual | ~ProcessInterpPoints () | 
| virtual void | Process (po::variables_map &vm) | 
| Write mesh to output file.  More... | |
| virtual std::string | GetModuleName () | 
  Public Member Functions inherited from Nektar::Utilities::ProcessModule | |
| ProcessModule () | |
| ProcessModule (FieldSharedPtr p_f) | |
| ProcessModule (MeshSharedPtr p_m) | |
  Public Member Functions inherited from Nektar::Utilities::Module | |
| Module (FieldSharedPtr p_f) | |
| void | RegisterConfig (string key, string value) | 
| Register a configuration option with a module.  More... | |
| void | PrintConfig () | 
| Print out all configuration options for a module.  More... | |
| void | SetDefaults () | 
| Sets default configuration options for those which have not been set.  More... | |
| bool | GetRequireEquiSpaced (void) | 
| void | SetRequireEquiSpaced (bool pVal) | 
| void | EvaluateTriFieldAtEquiSpacedPts (LocalRegions::ExpansionSharedPtr &exp, const Array< OneD, const NekDouble > &infield, Array< OneD, NekDouble > &outfield) | 
| Module (MeshSharedPtr p_m) | |
| virtual void | Process ()=0 | 
| void | RegisterConfig (std::string key, std::string value) | 
| void | PrintConfig () | 
| void | SetDefaults () | 
| MeshSharedPtr | GetMesh () | 
| virtual void | ProcessVertices () | 
| Extract element vertices.  More... | |
| virtual void | ProcessEdges (bool ReprocessEdges=true) | 
| Extract element edges.  More... | |
| virtual void | ProcessFaces (bool ReprocessFaces=true) | 
| Extract element faces.  More... | |
| virtual void | ProcessElements () | 
| Generate element IDs.  More... | |
| virtual void | ProcessComposites () | 
| Generate composites.  More... | |
| virtual void | ClearElementLinks () | 
Static Public Member Functions | |
| static boost::shared_ptr< Module > | create (FieldSharedPtr f) | 
| Creates an instance of this class.  More... | |
Static Public Attributes | |
| static ModuleKey | className | 
Private Member Functions | |
| void | InterpolateFieldToPts (vector< MultiRegions::ExpListSharedPtr > &field0, Array< OneD, Array< OneD, NekDouble > > &pts, NekDouble clamp_low, NekDouble clamp_up, NekDouble def_value, bool isRoot) | 
Additional Inherited Members | |
  Protected Member Functions inherited from Nektar::Utilities::Module | |
| Module () | |
| void | ReorderPrisms (PerMap &perFaces) | 
| Reorder node IDs so that prisms and tetrahedra are aligned correctly.  More... | |
| void | PrismLines (int prism, PerMap &perFaces, std::set< int > &prismsDone, std::vector< ElementSharedPtr > &line) | 
  Protected Attributes inherited from Nektar::Utilities::Module | |
| FieldSharedPtr | m_f | 
| Field object.  More... | |
| map< string, ConfigOption > | m_config | 
| List of configuration values.  More... | |
| bool | m_requireEquiSpaced | 
| MeshSharedPtr | m_mesh | 
| Mesh object.  More... | |
| std::map< std::string,  ConfigOption >  | m_config | 
| List of configuration values.  More... | |
This processing module interpolates one field to another.
Definition at line 49 of file ProcessInterpPoints.h.
| Nektar::Utilities::ProcessInterpPoints::ProcessInterpPoints | ( | FieldSharedPtr | f | ) | 
Definition at line 58 of file ProcessInterpPoints.cpp.
References ASSERTL0, and Nektar::Utilities::Module::m_config.
      
  | 
  virtual | 
Definition at line 106 of file ProcessInterpPoints.cpp.
      
  | 
  inlinestatic | 
Creates an instance of this class.
Definition at line 53 of file ProcessInterpPoints.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
      
  | 
  inlinevirtual | 
Implements Nektar::Utilities::Module.
Definition at line 64 of file ProcessInterpPoints.h.
      
  | 
  private | 
Definition at line 525 of file ProcessInterpPoints.cpp.
References ASSERTL0, Nektar::ParseUtils::GenerateUnOrderedVector(), Nektar::Utilities::Module::m_config, Nektar::Utilities::Module::m_f, and WARNINGL0.
Referenced by Process().
      
  | 
  virtual | 
Write mesh to output file.
Implements Nektar::Utilities::Module.
Definition at line 110 of file ProcessInterpPoints.cpp.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), ASSERTL0, Nektar::LibUtilities::SessionReader::CreateInstance(), Nektar::LibUtilities::ePtsBox, Nektar::LibUtilities::ePtsLine, Nektar::LibUtilities::ePtsPlane, Nektar::ParseUtils::GenerateUnOrderedVector(), InterpolateFieldToPts(), Nektar::Utilities::Module::m_config, Nektar::Utilities::Module::m_f, npts, Nektar::LibUtilities::NullFieldMetaDataMap, Nektar::LibUtilities::NullPtsField, Nektar::SpatialDomains::MeshGraph::Read(), Vmath::Vmax(), and Vmath::Vmin().
      
  | 
  static | 
Definition at line 56 of file ProcessInterpPoints.h.
 1.8.8