ASL  0.1.7
Advanced Simulation Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
asl::BCondConnector Class Reference

Virtual class describes general interface for boundary conditions which connect two datas. More...

#include <aslBCond.h>

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

Public Member Functions

 BCondConnector (const Block &b1, const Block &b2)
 
void addGhostPoint (AVec< int > a1, AVec< int > a2)
 
void addGhostPoint (AVec< int > a1, int d1, AVec< int > a2, int d2)
 
const BlockgetBlock1 ()
 
const BlockgetBlock2 ()
 
- Public Member Functions inherited from asl::NumMethod
virtual void execute ()=0
 Executes the numerical procedure. More...
 
virtual void init ()=0
 Builds the necesery internal data and kernels. More...
 
virtual ~NumMethod ()
 

Protected Member Functions

void loadIndicesToACL ()
 
void loadDirectionsToACL ()
 

Protected Attributes

Block block1
 
Block block2
 
std::vector< int > indices1
 
std::vector< int > directions1
 
std::vector< int > indices2
 
std::vector< int > directions2
 
acl::SPVectorOfElementsData indices1ACL
 
acl::SPVectorOfElementsData directions1ACL
 
acl::SPVectorOfElementsData indices2ACL
 
acl::SPVectorOfElementsData directions2ACL
 

Detailed Description

Virtual class describes general interface for boundary conditions which connect two datas.

The class contains an explicit list of coneting points. This gives certain flexibility for definition of the boundary geometry.

Definition at line 189 of file aslBCond.h.

Constructor & Destructor Documentation

asl::BCondConnector::BCondConnector ( const Block b1,
const Block b2 
)

Member Function Documentation

void asl::BCondConnector::addGhostPoint ( AVec< int >  a1,
AVec< int >  a2 
)
void asl::BCondConnector::addGhostPoint ( AVec< int >  a1,
int  d1,
AVec< int >  a2,
int  d2 
)
const Block& asl::BCondConnector::getBlock1 ( )
const Block& asl::BCondConnector::getBlock2 ( )
void asl::BCondConnector::loadDirectionsToACL ( )
protected
void asl::BCondConnector::loadIndicesToACL ( )
protected

Member Data Documentation

Block asl::BCondConnector::block1
protected

Definition at line 192 of file aslBCond.h.

Block asl::BCondConnector::block2
protected

Definition at line 193 of file aslBCond.h.

std::vector<int> asl::BCondConnector::directions1
protected

Definition at line 196 of file aslBCond.h.

acl::SPVectorOfElementsData asl::BCondConnector::directions1ACL
protected

Definition at line 201 of file aslBCond.h.

std::vector<int> asl::BCondConnector::directions2
protected

Definition at line 198 of file aslBCond.h.

acl::SPVectorOfElementsData asl::BCondConnector::directions2ACL
protected

Definition at line 203 of file aslBCond.h.

std::vector<int> asl::BCondConnector::indices1
protected

Definition at line 195 of file aslBCond.h.

acl::SPVectorOfElementsData asl::BCondConnector::indices1ACL
protected

Definition at line 200 of file aslBCond.h.

std::vector<int> asl::BCondConnector::indices2
protected

Definition at line 197 of file aslBCond.h.

acl::SPVectorOfElementsData asl::BCondConnector::indices2ACL
protected

Definition at line 202 of file aslBCond.h.


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