ASL 0.1.7
Advanced Simulation Library
Loading...
Searching...
No Matches
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:
Collaboration diagram for asl::BCondConnector:

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 ()
 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.
virtual void init ()=0
 Builds the necesery internal data and kernels.
virtual ~NumMethod ()
virtual void execute ()=0
 Executes the numerical procedure.
virtual void init ()=0
 Builds the necesery internal data and kernels.
virtual ~NumMethod ()

Protected Member Functions

void loadIndicesToACL ()
void loadDirectionsToACL ()
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

◆ BCondConnector() [1/2]

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

◆ BCondConnector() [2/2]

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

Member Function Documentation

◆ addGhostPoint() [1/4]

void asl::BCondConnector::addGhostPoint ( AVec< int > a1,
AVec< int > a2 )

◆ addGhostPoint() [2/4]

void asl::BCondConnector::addGhostPoint ( AVec< int > a1,
AVec< int > a2 )

◆ addGhostPoint() [3/4]

void asl::BCondConnector::addGhostPoint ( AVec< int > a1,
int d1,
AVec< int > a2,
int d2 )

◆ addGhostPoint() [4/4]

void asl::BCondConnector::addGhostPoint ( AVec< int > a1,
int d1,
AVec< int > a2,
int d2 )

◆ getBlock1() [1/2]

const Block & asl::BCondConnector::getBlock1 ( )

◆ getBlock1() [2/2]

const Block & asl::BCondConnector::getBlock1 ( )

◆ getBlock2() [1/2]

const Block & asl::BCondConnector::getBlock2 ( )

◆ getBlock2() [2/2]

const Block & asl::BCondConnector::getBlock2 ( )

◆ loadDirectionsToACL() [1/2]

void asl::BCondConnector::loadDirectionsToACL ( )
protected

◆ loadDirectionsToACL() [2/2]

void asl::BCondConnector::loadDirectionsToACL ( )
protected

◆ loadIndicesToACL() [1/2]

void asl::BCondConnector::loadIndicesToACL ( )
protected

◆ loadIndicesToACL() [2/2]

void asl::BCondConnector::loadIndicesToACL ( )
protected

Member Data Documentation

◆ block1

Block asl::BCondConnector::block1
protected

Definition at line 192 of file aslBCond.h.

◆ block2

Block asl::BCondConnector::block2
protected

Definition at line 193 of file aslBCond.h.

◆ directions1

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

Definition at line 196 of file aslBCond.h.

◆ directions1ACL

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

Definition at line 201 of file aslBCond.h.

◆ directions2

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

Definition at line 198 of file aslBCond.h.

◆ directions2ACL

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

Definition at line 203 of file aslBCond.h.

◆ indices1

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

Definition at line 195 of file aslBCond.h.

◆ indices1ACL

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

Definition at line 200 of file aslBCond.h.

◆ indices2

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

Definition at line 197 of file aslBCond.h.

◆ indices2ACL

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

Definition at line 202 of file aslBCond.h.


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