|
IFEM
90A354
|
Base class that checks if an element has interface contributions. More...
#include <ASMs3D.h>


Public Member Functions | |
| InterfaceChecker (const ASMs3D &pch) | |
| The constructor initialises the reference to current patch. | |
| virtual | ~InterfaceChecker () |
| Empty destructor. | |
| virtual short int | hasContribution (int, int I, int J, int K) const |
| Returns non-zero if the specified element have contributions. More... | |
Public Member Functions inherited from ASM::InterfaceChecker | |
| virtual short int | elmBorderMask (double u0, double u1, double v0, double v1, double w0=0.0, double w1=1.0) const |
| Returns a status mask based on the element boundary parameters. More... | |
Protected Attributes | |
| const ASMs3D & | myPatch |
| Reference to the patch being integrated. | |
Base class that checks if an element has interface contributions.
|
virtual |
Returns non-zero if the specified element have contributions.
| [in] | I | Index in first parameter direction of the element |
| [in] | J | Index in second parameter direction of the element |
| [in] | K | Index in third parameter direction of the element |
Implements ASM::InterfaceChecker.
References K.