42 namespace MultiRegions
45 ContField3D::ContField3D():
49 m_globalLinSysManager(
52 std::string(
"GlobalLinSys"))
79 const std::string &variable,
80 const bool CheckIfSingularSystem,
86 std::string(
"GlobalLinSys"))
90 CheckIfSingularSystem, variable,
93 if (
m_session->DefinesCmdLineArgument(
"verbose"))
125 const std::string &variable,
126 const bool CheckIfSingularSystem):
131 std::string(
"GlobalLinSys"))
139 CheckIfSingularSystem, variable,
142 if (
m_session->DefinesCmdLineArgument(
"verbose"))
196 mat->Multiply(inarray,outarray);
241 mat->Multiply(inarray,outarray);
294 if(inarray.data() == outarray.data())
309 if(inarray.data() == outarray.data())
341 sign =
m_locToGloMap->GetBndCondCoeffsToGlobalCoeffsSign(bndcnt);
344 inout[map[bndcnt++]] = sign * coeffs[j];
378 if(contNcoeffs - NumDirBcs > 0)
394 "To use method must have a AssemblyMap " 410 "To use method must have a AssemblyMap " 419 (*m_globalMat)[mkey] = glo_matrix;
423 glo_matrix = matrixIter->second;
448 map<int, vector<ExtraDirDof> > &extraDirDofs =
451 for (
auto &it : extraDirDofs)
453 for (i = 0; i < it.second.size(); ++i)
455 tmp[std::get<1>(it.second.at(i))] =
457 std::get<0>(it.second.at(i))]*std::get<2>(it.second.at(i));
477 tmp[bndMap[bndcnt++]] = sign * coeffs[j];
520 GetBndCondCoeffsToGlobalCoeffsSign(bndcnt);
521 coeffs[j] = sign * tmp[bndMap[bndcnt++]];
537 "nreg is out or range since this many boundary " 538 "regions to not exist");
544 for(
int j = 0; j < nreg; ++j)
556 sign =
m_locToGloMap->GetBndCondCoeffsToGlobalCoeffsSign(bndcnt);
557 coeffs[j] = sign * tmp[bndMap[bndcnt++]];
599 const bool PhysSpaceForcing)
629 sign =
m_locToGloMap->GetBndCondCoeffsToGlobalCoeffsSign(bndcnt);
630 gamma[
m_locToGloMap->GetBndCondCoeffsToGlobalCoeffsMap(bndcnt++)] +=
642 Vmath::Vadd(contNcoeffs, wsp, 1, gamma, 1, wsp, 1);
673 mat->Multiply(inarray,outarray);
740 Vmath::Vadd(contNcoeffs, wsp, 1, gamma, 1, wsp, 1);
770 "To use method must have a AssemblyMap " 781 return matrixIter->second->GetNumNonZeroEntries();
virtual void v_LinearAdvectionDiffusionReactionSolve(const Array< OneD, Array< OneD, NekDouble > > &velocity, const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, const NekDouble lambda, CoeffState coeffstate=eLocal, const Array< OneD, const NekDouble > &dirForcing=NullNekDouble1DArray)
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
void LocalToGlobal(bool useComm=true)
Gathers the global coefficients from the local coefficients .
void GeneralMatrixOp_IterPerExp(const GlobalMatrixKey &gkey, const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
GlobalMatrixSharedPtr GetGlobalMatrix(const GlobalMatrixKey &mkey)
Returns the global matrix specified by mkey.
Array< OneD, MultiRegions::ExpListSharedPtr > m_bndCondExpansions
An object which contains the discretised boundary conditions.
#define sign(a, b)
return the sign(b)*a
NekOptimize::GlobalOptParamSharedPtr m_globalOptParam
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
std::map< GlobalMatrixKey, GlobalMatrixSharedPtr > GlobalMatrixMap
Mapping from global matrix keys to global matrices.
int GetGlobalMatrixNnz(const GlobalMatrixKey &gkey)
virtual void v_IProductWRTBase(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, CoeffState coeffstate=eLocal)
Calculates the inner product of a function with respect to all global expansion modes ...
std::shared_ptr< GlobalLinSys > GlobalLinSysSharedPtr
Pointer to a GlobalLinSys object.
PeriodicMap m_periodicFaces
A map which identifies pairs of periodic faces.
std::map< ConstFactorType, NekDouble > ConstFactorMap
virtual void v_GlobalToLocal(void)
Array< OneD, NekDouble > m_coeffs
Concatenation of all local expansion coefficients.
virtual void v_ImposeDirichletConditions(Array< OneD, NekDouble > &outarray)
Impose the Dirichlet Boundary Conditions on outarray.
void GeneralMatrixOp(const GlobalMatrixKey &gkey, const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, CoeffState coeffstate=eLocal)
This function calculates the result of the multiplication of a matrix of type specified by mkey with ...
StdRegions::MatrixType GetMatrixType() const
Return the matrix type.
std::shared_ptr< GlobalMatrix > GenGlobalMatrix(const GlobalMatrixKey &mkey, const std::shared_ptr< AssemblyMapCG > &locToGloMap)
Generates a global matrix from the given key and map.
void BwdTrans_IterPerExp(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
This function elementally evaluates the backward transformation of the global spectral/hp element exp...
GlobalLinSysSharedPtr GenGlobalLinSys(const GlobalLinSysKey &mkey)
std::map< StdRegions::VarCoeffType, Array< OneD, NekDouble > > VarCoeffMap
int GetNcoeffs(void) const
Returns the total number of local degrees of freedom .
bool isSet(const FlagType &key) const
std::shared_ptr< GlobalMatrix > GlobalMatrixSharedPtr
Shared pointer to a GlobalMatrix object.
bool LocToGloMapIsDefined() const
Returns true if a local to global map is defined.
void IProductWRTBase_IterPerExp(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
This function calculates the inner product of a function with respect to all local expansion modes ...
int m_ncoeffs
The total number of local degrees of freedom. m_ncoeffs .
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
virtual void v_FillBndCondFromField()
LibUtilities::SessionReaderSharedPtr m_session
Session.
void Neg(int n, T *x, const int incx)
Negate x = -x.
bool SameTypeOfBoundaryConditions(const DisContField3D &In)
virtual void v_GeneralMatrixOp(const GlobalMatrixKey &gkey, const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, CoeffState coeffstate)
Calculates the result of the multiplication of a global matrix of type specified by mkey with a vecto...
Describe a linear system.
Describes a matrix with ordering defined by a local to global map.
AssemblyMapCGSharedPtr m_locToGloMap
GlobalLinSysSharedPtr GetGlobalLinSys(const GlobalLinSysKey &mkey)
void GenerateDirBndCondForcing(const GlobalLinSysKey &key, Array< OneD, NekDouble > &inout, Array< OneD, NekDouble > &outarray)
virtual void v_MultiplyByInvMassMatrix(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, CoeffState coeffstate)
void GlobalSolve(const GlobalLinSysKey &key, const Array< OneD, const NekDouble > &rhs, Array< OneD, NekDouble > &inout, const Array< OneD, const NekDouble > &dirForcing=NullNekDouble1DArray)
PeriodicMap m_periodicVerts
A map which identifies groups of periodic vertices.
GlobalMatrixMapShPtr m_globalMat
(A shared pointer to) a list which collects all the global matrices being assembled, such that they should be constructed only once.
void IProductWRTBase(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, CoeffState coeffstate=eLocal)
Array< OneD, SpatialDomains::BoundaryConditionShPtr > m_bndConditions
An array which contains the information about the boundary condition on the different boundary region...
std::shared_ptr< GlobalLinSys > GenGlobalLinSys(const GlobalLinSysKey &mkey, const std::shared_ptr< AssemblyMapCG > &locToGloMap)
This operation constructs the global linear system of type mkey.
LibUtilities::NekManager< GlobalLinSysKey, GlobalLinSys > m_globalLinSysManager
(A shared pointer to) a list which collects all the global linear system being assembled, such that they should be constructed only once.
virtual void v_LocalToGlobal(bool useComm)
StandardMatrixTag boost::call_traits< LhsDataType >::const_reference rhs
virtual void v_FwdTrans(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, CoeffState coeffstate)
virtual void v_BwdTrans(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, CoeffState coeffstate=eLocal)
Performs the backward transformation of the spectral/hp element expansion.
virtual void v_ClearGlobalLinSysManager(void)
#define ASSERTL1(condition, msg)
Assert Level 1 – Debugging which is used whether in FULLDEBUG or DEBUG compilation mode...
void GlobalToLocal(void)
Scatters from the global coefficients to the local coefficients .
void Vcopy(int n, const T *x, const int incx, T *y, const int incy)
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 MultiRegions::VarFactorsMap &varfactors, const Array< OneD, const NekDouble > &dirForcing, const bool PhysSpaceForcing)
std::shared_ptr< SessionReader > SessionReaderSharedPtr
void Vadd(int n, const T *x, const int incx, const T *y, const int incy, T *z, const int incz)
Add vector z = x+y.
PeriodicMap m_periodicEdges
A map which identifies groups of periodic edges.
std::map< StdRegions::ConstFactorType, Array< OneD, NekDouble > > VarFactorsMap