ASL 0.1.7
Advanced Simulation Library
Loading...
Searching...
No Matches
asl::BCValuePFMap Class Reference

Bondary condition that puts fixed value in each point. More...

#include <aslBasicBC.h>

Inheritance diagram for asl::BCValuePFMap:
Collaboration diagram for asl::BCValuePFMap:

Public Types

typedef SPAbstractDataWithGhostNodes Data
typedef SPAbstractDataWithGhostNodes Data

Public Member Functions

 BCValuePFMap (Data d, SPPositionFunction val, Data map)
 ~BCValuePFMap ()
virtual void execute ()
 Executes the numerical procedure.
virtual void init ()
 Builds the necesery internal data and kernels.
void setValue (SPPositionFunction v)
 BCValuePFMap (Data d, SPPositionFunction val, Data map)
 ~BCValuePFMap ()
virtual void execute ()
 Executes the numerical procedure.
virtual void init ()
 Builds the necesery internal data and kernels.
void setValue (SPPositionFunction v)
Public Member Functions inherited from asl::BCondWithMap
const VectorTemplategetVT ()
const VectorTemplategetVT ()
Public Member Functions inherited from asl::NumMethod
virtual ~NumMethod ()
virtual ~NumMethod ()

Public Attributes

acl::SPKernel kernel

Protected Attributes

Data data
SPPositionFunction value
Protected Attributes inherited from asl::BCondWithMap
bool pointsListFlag
 flag whether the point list to be generated or not
acl::VectorOfElements currentPoint
const VectorTemplate *const templ
Block bl
 block
SPAbstractDataWithGhostNodes map
 boundary description for the particular BC
SPDistanceFunction mapDF
SPAbstractDataWithGhostNodes computationalDomain
 Computational domain which contains all boundaries and the particular boundary as well.
SPDistanceFunction computationalDomainDF
unique_ptr< TemplateVEmapTVE
unique_ptr< TemplateVEcDomainTVE

Additional Inherited Members

Protected Member Functions inherited from asl::BCondWithMap
virtual void initMapInfrastructure (acl::ExpressionContainer &ec)
 initialize mapTVE and cDomainTVE
acl::VectorOfElements isGhostNode (unsigned int i)
 returns expression corresponding to check if the node in i^th direction is ghost one
acl::VectorOfElements isComputationNode (unsigned int i)
 returns expression corresponding to check if the node in i^th direction is computation one
acl::VectorOfElements isComputationNode (const vector< unsigned int > &ii)
 returns expression corresponding to check if nodes in directions ii are computation ones
acl::VectorOfElements isGhostNode ()
 returns expression corresponding to check if the current node is ghost one
acl::VectorOfElements isComputationNode ()
 returns expression corresponding to check if the current node is computation one
 BCondWithMap (SPAbstractDataWithGhostNodes m, const VectorTemplate *const vt)
 BCondWithMap (SPDistanceFunction m, const Block &b, const VectorTemplate *const vt)
 BCondWithMap (SPAbstractDataWithGhostNodes m, SPAbstractDataWithGhostNodes cd, const VectorTemplate *const vt)
 BCondWithMap (SPAbstractDataWithGhostNodes m, SPDistanceFunction cd, const VectorTemplate *const vt)
 BCondWithMap (SPDistanceFunction m, SPDistanceFunction cd, const Block &b, const VectorTemplate *const vt)
virtual void initMapInfrastructure (acl::ExpressionContainer &ec)
 initialize mapTVE and cDomainTVE
acl::VectorOfElements isGhostNode (unsigned int i)
 returns expression corresponding to check if the node in i^th direction is ghost one
acl::VectorOfElements isComputationNode (unsigned int i)
 returns expression corresponding to check if the node in i^th direction is computation one
acl::VectorOfElements isComputationNode (const vector< unsigned int > &ii)
 returns expression corresponding to check if nodes in directions ii are computation ones
acl::VectorOfElements isGhostNode ()
 returns expression corresponding to check if the current node is ghost one
acl::VectorOfElements isComputationNode ()
 returns expression corresponding to check if the current node is computation one
 BCondWithMap (SPAbstractDataWithGhostNodes m, const VectorTemplate *const vt)
 BCondWithMap (SPDistanceFunction m, const Block &b, const VectorTemplate *const vt)
 BCondWithMap (SPAbstractDataWithGhostNodes m, SPAbstractDataWithGhostNodes cd, const VectorTemplate *const vt)
 BCondWithMap (SPAbstractDataWithGhostNodes m, SPDistanceFunction cd, const VectorTemplate *const vt)
 BCondWithMap (SPDistanceFunction m, SPDistanceFunction cd, const Block &b, const VectorTemplate *const vt)

Detailed Description

Bondary condition that puts fixed value in each point.

Definition at line 114 of file aslBasicBC.h.

Member Typedef Documentation

◆ Data [1/2]

◆ Data [2/2]

Constructor & Destructor Documentation

◆ BCValuePFMap() [1/2]

asl::BCValuePFMap::BCValuePFMap ( Data d,
SPPositionFunction val,
Data map )

◆ ~BCValuePFMap() [1/2]

asl::BCValuePFMap::~BCValuePFMap ( )

◆ BCValuePFMap() [2/2]

asl::BCValuePFMap::BCValuePFMap ( Data d,
SPPositionFunction val,
Data map )

◆ ~BCValuePFMap() [2/2]

asl::BCValuePFMap::~BCValuePFMap ( )

Member Function Documentation

◆ execute() [1/2]

virtual void asl::BCValuePFMap::execute ( )
virtual

Executes the numerical procedure.

Implements asl::NumMethod.

◆ execute() [2/2]

virtual void asl::BCValuePFMap::execute ( )
virtual

Executes the numerical procedure.

Implements asl::NumMethod.

◆ init() [1/2]

virtual void asl::BCValuePFMap::init ( )
virtual

Builds the necesery internal data and kernels.

Implements asl::NumMethod.

◆ init() [2/2]

virtual void asl::BCValuePFMap::init ( )
virtual

Builds the necesery internal data and kernels.

Implements asl::NumMethod.

◆ setValue() [1/2]

void asl::BCValuePFMap::setValue ( SPPositionFunction v)

◆ setValue() [2/2]

void asl::BCValuePFMap::setValue ( SPPositionFunction v)

Member Data Documentation

◆ data

Data asl::BCValuePFMap::data
protected

Definition at line 120 of file aslBasicBC.h.

◆ kernel

acl::SPKernel asl::BCValuePFMap::kernel

Definition at line 118 of file aslBasicBC.h.

◆ value

SPPositionFunction asl::BCValuePFMap::value
protected

Definition at line 121 of file aslBasicBC.h.


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