ASL 0.1.7
Advanced Simulation Library
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | Protected Attributes | List of all members
asl::BCConstantValue Class Reference

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

#include <aslBasicBC.h>

Inheritance diagram for asl::BCConstantValue:
Inheritance graph
[legend]
Collaboration diagram for asl::BCConstantValue:
Collaboration graph
[legend]

Public Types

typedef SPAbstractDataWithGhostNodes Data
 

Public Member Functions

 BCConstantValue (Data d, const acl::VectorOfElements &v)
 
virtual void execute ()
 Executes the numerical procedure.
 
virtual void init ()
 Builds the necesery internal data and kernels.
 
void setValue (const acl::VectorOfElements &v)
 
- Public Member Functions inherited from asl::BCond
 BCond (const Block &b)
 
 BCond (const Block &b, const VectorTemplate *const t)
 
void addPoint (AVec< int > a, int d=0, double fr=0)
 
const BlockgetBlock ()
 
const VectorTemplategetVT ()
 
- Public Member Functions inherited from asl::NumMethod
virtual void execute ()=0
 Executes the numerical procedure.
 
virtual void init ()=0
 Builds the necesery internal data and kernels.
 
virtual ~NumMethod ()
 

Public Attributes

acl::SPKernel kernel
 

Protected Attributes

Data data
 
acl::VectorOfElements value
 
- Protected Attributes inherited from asl::BCond
Block block
 
const VectorTemplate *const templ
 
std::vector< int > indices
 
std::vector< int > directions
 
std::vector< double > fractions
 
std::vector< int > neighbourIndices
 
acl::SPVectorOfElementsData indicesACL
 
acl::SPVectorOfElementsData neighbourIndicesACL
 
acl::SPVectorOfElementsData directionsACL
 
acl::SPVectorOfElementsData fractionsACL
 

Additional Inherited Members

- Protected Member Functions inherited from asl::BCond
void loadIndicesToACL ()
 
void loadNeighbourIndicesToACL ()
 
void loadDirectionsToACL ()
 
void loadfractionsACL ()
 

Detailed Description

Bondary condition that puts fixed value in each point.

<>

Definition at line 50 of file aslBasicBC.h.

Member Typedef Documentation

◆ Data

Definition at line 53 of file aslBasicBC.h.

Constructor & Destructor Documentation

◆ BCConstantValue()

asl::BCConstantValue::BCConstantValue ( Data  d,
const acl::VectorOfElements v 
)

Member Function Documentation

◆ execute()

virtual void asl::BCConstantValue::execute ( )
virtual

Executes the numerical procedure.

Implements asl::NumMethod.

◆ init()

virtual void asl::BCConstantValue::init ( )
virtual

Builds the necesery internal data and kernels.

Implements asl::NumMethod.

◆ setValue()

void asl::BCConstantValue::setValue ( const acl::VectorOfElements v)

Member Data Documentation

◆ data

Data asl::BCConstantValue::data
protected

Definition at line 56 of file aslBasicBC.h.

◆ kernel

acl::SPKernel asl::BCConstantValue::kernel

Definition at line 54 of file aslBasicBC.h.

◆ value

acl::VectorOfElements asl::BCConstantValue::value
protected

Definition at line 57 of file aslBasicBC.h.


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