Template Numerical Library version\ main:bb09b17
Loading...
Searching...
No Matches
TNL::Functions::BoundaryMeshFunction< Mesh, MeshEntityDimension, Real > Class Template Reference
Inheritance diagram for TNL::Functions::BoundaryMeshFunction< Mesh, MeshEntityDimension, Real >:
Collaboration diagram for TNL::Functions::BoundaryMeshFunction< Mesh, MeshEntityDimension, Real >:

Public Types

using BaseType = MeshFunction< Mesh, MeshEntityDimension, Real >
 
using DeviceType
 
using IndexType
 
using MeshPointer
 
using MeshType
 
using RealType
 
using VectorType
 
- Public Types inherited from TNL::Functions::MeshFunction< Mesh, Mesh::getMeshDimension(), typename Mesh::RealType >
using DeviceType
 
using IndexType
 
using MeshPointer
 
using MeshType
 
using RealType
 
using VectorType
 
- Public Types inherited from TNL::Functions::Domain< Mesh::getMeshDimension(), MeshDomain >
using DeviceType
 

Additional Inherited Members

- Public Member Functions inherited from TNL::Functions::MeshFunction< Mesh, Mesh::getMeshDimension(), typename Mesh::RealType >
 MeshFunction (const MeshFunction &meshFunction)
 
 MeshFunction (const MeshPointer &meshPointer)
 
bool deepRefresh (const RealType &time=0.0) const
 
__cuda_callable__ VectorTypegetData ()
 
__cuda_callable__ const VectorTypegetData () const
 
RealType getLpNorm (const RealType &p) const
 
RealType getMaxNorm () const
 
__cuda_callable__ const MeshType & getMesh () const
 
MeshPointergetMeshPointer ()
 
const MeshPointergetMeshPointer () const
 
RealType getValue (const EntityType &meshEntity) const
 
Functions::MeshFunction< Mesh, MeshEntityDimension, Real >::RealType getValue (const EntityType &meshEntity) const
 
__cuda_callable__ Functions::MeshFunction< Mesh, MeshEntityDimension, Real >::RealType & operator() (const EntityType &meshEntity, const RealType &time)
 
__cuda_callable__ const Functions::MeshFunction< Mesh, MeshEntityDimension, Real >::RealType & operator() (const EntityType &meshEntity, const RealType &time) const
 
__cuda_callable__ RealTypeoperator() (const EntityType &meshEntity, const RealType &time=0)
 
__cuda_callable__ const RealTypeoperator() (const EntityType &meshEntity, const RealType &time=0) const
 
MeshFunctionoperator+= (const Function &f)
 
MeshFunction< Mesh, MeshEntityDimension, Real > & operator+= (const Function &f)
 
MeshFunctionoperator-= (const Function &f)
 
MeshFunction< Mesh, MeshEntityDimension, Real > & operator-= (const Function &f)
 
MeshFunctionoperator= (const Function &f)
 
MeshFunction< Mesh, MeshEntityDimension, Real > & operator= (const Function &f)
 
MeshFunctionoperator= (const MeshFunction &f)
 
__cuda_callable__ RealTypeoperator[] (const IndexType &meshEntityIndex)
 
__cuda_callable__ const RealTypeoperator[] (const IndexType &meshEntityIndex) const
 
bool refresh (const RealType &time=0.0) const
 
void setMesh (const MeshPointer &meshPointer)
 
bool setup (const MeshPointer &meshPointer, const Config::ParameterContainer &parameters, const String &prefix="")
 
void setValue (const EntityType &meshEntity, const RealType &value)
 
bool write (const std::string &functionName, const std::string &fileName, const std::string &fileFormat="auto") const
 
- Static Public Member Functions inherited from TNL::Functions::MeshFunction< Mesh, Mesh::getMeshDimension(), typename Mesh::RealType >
static void configSetup (Config::ConfigDescription &config, const String &prefix="")
 
static IndexType getDofs (const MeshPointer &meshPointer)
 
static constexpr int getEntitiesDimension ()
 
static constexpr int getMeshDimension ()
 
- Static Public Member Functions inherited from TNL::Functions::Domain< Mesh::getMeshDimension(), MeshDomain >
static constexpr int getDomainDimension ()
 
static constexpr DomainType getDomainType ()
 
- Protected Attributes inherited from TNL::Functions::MeshFunction< Mesh, Mesh::getMeshDimension(), typename Mesh::RealType >
VectorType data
 
MeshPointer meshPointer
 

The documentation for this class was generated from the following file: