37 #ifndef NEKTAR_LIBS_MULTIREGIONS_DISCONTFIELD3D_H 
   38 #define NEKTAR_LIBS_MULTIREGIONS_DISCONTFIELD3D_H 
   50     namespace MultiRegions
 
   63                 const std::string                          &variable,
 
   64                 const bool                                  SetUpJustDG = 
true);
 
   67                 const DisContField3D                       &In,
 
   69                 const std::string                          &variable,
 
   70                 const bool                                 SetUpJustDG = 
false);
 
  152             void SetUpDG(
const std::string = 
"DefaultVar");
 
  157                 const std::string                        &variable);
 
  160                 const std::string                        &variable);
 
  200                             boost::shared_ptr<ExpList> &result);
 
  248                 return m_bndCondExpansions[i];
 
  259                 const std::string varName = 
"",
 
  270 #endif // MULTIERGIONS_DISCONTFIELD3D_H 
boost::shared_ptr< AssemblyMapDG > AssemblyMapDGSharedPtr
 
virtual const Array< OneD, const MultiRegions::ExpListSharedPtr > & v_GetBndCondExpansions()
 
virtual ~DisContField3D()
Destructor. 
 
GlobalLinSysSharedPtr GetGlobalBndLinSys(const GlobalLinSysKey &mkey)
 
virtual void v_ExtractTracePhys(Array< OneD, NekDouble > &outarray)
 
Array< OneD, MultiRegions::ExpListSharedPtr > m_bndCondExpansions
An object which contains the discretised boundary conditions. 
 
virtual void v_GetBndElmtExpansion(int i, boost::shared_ptr< ExpList > &result)
 
static ExpListSharedPtr NullExpListSharedPtr
 
bool GetLeftAdjacentFaces(int cnt)
 
bool IsLeftAdjacentFace(const int n, const int e)
 
GlobalLinSysMapShPtr m_globalBndMat
 
std::vector< bool > m_leftAdjacentFaces
 
#define MULTI_REGIONS_EXPORT
 
std::set< int > m_boundaryFaces
A set storing the global IDs of any boundary faces. 
 
virtual Array< OneD, SpatialDomains::BoundaryConditionShPtr > & v_UpdateBndConditions()
 
PeriodicMap m_periodicFaces
A map which identifies pairs of periodic faces. 
 
virtual void v_GetFwdBwdTracePhys(Array< OneD, NekDouble > &Fwd, Array< OneD, NekDouble > &Bwd)
This method extracts the "forward" and "backward" trace data from the array field and puts the data i...
 
std::map< ConstFactorType, NekDouble > ConstFactorMap
 
void EvaluateHDGPostProcessing(Array< OneD, NekDouble > &outarray)
Evaluate HDG post-processing to increase polynomial order of solution. 
 
virtual void v_AddFwdBwdTraceIntegral(const Array< OneD, const NekDouble > &Fwd, const Array< OneD, const NekDouble > &Bwd, Array< OneD, NekDouble > &outarray)
Add trace contributions into elemental coefficient spaces. 
 
virtual void v_EvaluateBoundaryConditions(const NekDouble time=0.0, const std::string varName="", const NekDouble x2_in=NekConstants::kNekUnsetDouble, const NekDouble x3_in=NekConstants::kNekUnsetDouble)
This function evaluates the boundary conditions at a certain time-level. 
 
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
 
virtual MultiRegions::ExpListSharedPtr & v_UpdateBndCondExpansion(int i)
 
boost::shared_ptr< LocTraceToTraceMap > LocTraceToTraceMapSharedPtr
 
virtual AssemblyMapDGSharedPtr & v_GetTraceMap()
 
void FindPeriodicFaces(const SpatialDomains::BoundaryConditions &bcs, const std::string &variable)
Determine the periodic faces, edges and vertices for the given graph. 
 
virtual std::map< int, RobinBCInfoSharedPtr > v_GetRobinBCInfo()
 
std::vector< int > m_periodicFwdCopy
A vector indicating degress of freedom which need to be copied from forwards to backwards space in ca...
 
std::vector< int > m_periodicBwdCopy
 
DisContField3D()
Default constructor. 
 
virtual const std::vector< bool > & v_GetLeftAdjacentFaces(void) const 
 
std::map< StdRegions::VarCoeffType, Array< OneD, NekDouble > > VarCoeffMap
 
LocTraceToTraceMapSharedPtr m_locTraceToTraceMap
Map of local trace (the points at the face of the element) to the trace space discretisation. 
 
boost::shared_ptr< ExpList > ExpListSharedPtr
Shared pointer to an ExpList object. 
 
boost::shared_ptr< GlobalLinSysMap > GlobalLinSysMapShPtr
Pointer to a GlobalLinSys/key map. 
 
void GenerateBoundaryConditionExpansion(const SpatialDomains::MeshGraphSharedPtr &graph3D, const SpatialDomains::BoundaryConditions &bcs, const std::string &variable)
 
virtual void v_GeneralMatrixOp(const GlobalMatrixKey &gkey, const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, CoeffState coeffstate=eLocal)
Calculates the result of the multiplication of a global matrix of type specified by mkey with a vecto...
 
void SetUpDG(const std::string="DefaultVar")
Set up all DG member variables and maps. 
 
bool SameTypeOfBoundaryConditions(const DisContField3D &In)
 
boost::shared_ptr< DisContField3D > DisContField3DSharedPtr
 
std::map< int, std::vector< PeriodicEntity > > PeriodicMap
 
static const NekDouble kNekUnsetDouble
 
Describe a linear system. 
 
Describes a matrix with ordering defined by a local to global map. 
 
virtual ExpListSharedPtr & v_GetTrace()
 
PeriodicMap m_periodicVerts
A map which identifies groups of periodic vertices. 
 
virtual void v_HelmSolve(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, const FlagList &flags, const StdRegions::ConstFactorMap &factors, const StdRegions::VarCoeffMap &varcoeff, const Array< OneD, const NekDouble > &dirForcing)
 
virtual void v_GetBoundaryToElmtMap(Array< OneD, int > &ElmtID, Array< OneD, int > &FaceID)
Set up a list of elemeent IDs and edge IDs that link to the boundary conditions. 
 
virtual void v_Reset()
Reset this field, so that geometry information can be updated. 
 
Array< OneD, SpatialDomains::BoundaryConditionShPtr > m_bndConditions
An array which contains the information about the boundary condition on the different boundary region...
 
AssemblyMapDGSharedPtr m_traceMap
 
Abstraction of a three-dimensional multi-elemental expansion which is merely a collection of local ex...
 
boost::shared_ptr< GlobalLinSys > GlobalLinSysSharedPtr
Pointer to a GlobalLinSys object. 
 
virtual const Array< OneD, const SpatialDomains::BoundaryConditionShPtr > & v_GetBndConditions()
 
virtual void v_GetPeriodicEntities(PeriodicMap &periodicVerts, PeriodicMap &periodicEdges, PeriodicMap &periodicFaces)
 
boost::shared_ptr< MeshGraph > MeshGraphSharedPtr
 
virtual void v_AddTraceIntegral(const Array< OneD, const NekDouble > &Fn, Array< OneD, NekDouble > &outarray)
Add trace contributions into elemental coefficient spaces. 
 
PeriodicMap m_periodicEdges
A map which identifies groups of periodic edges.