Geophysical Inversion and Modelling Library v1.5.4
|
Electrode that is represented by a list of nodes short circuited by a bypass. More...
#include <electrode.h>
Public Member Functions | |
ElectrodeShapeNodesWithBypass (std::vector< Node * > &nodes) | |
![]() | |
ElectrodeShapeNode (Node &node) | |
void | setNode (Node &node) |
const Node * | node () const |
virtual std::vector< MeshEntity * > | entities () const |
virtual double | geomMeanCellAttributes () const |
virtual double | pot (const RVector &sol) const |
virtual void | assembleRHS (RVector &rhs, double value, uint matrixSize) const |
virtual void | setSingValue (RVector &sol, double scale=1.0, double k=0.0) const |
![]() | |
ElectrodeShape (const RVector3 &pos) | |
virtual double | domainSize () const |
void | setMID (uint id) |
virtual int | mID () const |
![]() | |
Electrode () | |
Electrode (const RVector3 &pos, int id=-1) | |
Electrode (double x, double y, double z) | |
Electrode (const Electrode &el) | |
Electrode & | operator= (const Electrode &el) |
bool | operator== (const Electrode &e) const |
void | setPos (const RVector3 &pos) |
const RVector3 & | pos () const |
![]() | |
BaseEntity (const BaseEntity &ent) | |
BaseEntity & | operator= (const BaseEntity &ent) |
virtual uint | rtti () const |
virtual bool | valid () const |
virtual void | setValid (bool valid) |
int | id () const |
void | setId (int id) |
void | setMarker (int marker) |
int | marker () const |
void | setTagged (bool tagged) |
void | untag () |
void | tag () |
bool | tagged () const |
Protected Attributes | |
std::vector< Node * > | nodes_ |
![]() | |
Node * | node_ |
MeshEntity * | entity_ |
![]() | |
double | size_ |
size of the domain | |
int | mID_ |
![]() | |
RVector3 | pos_ |
![]() | |
int | id_ |
bool | valid_ |
int | marker_ |
bool | tagged_ |
Electrode that is represented by a list of nodes short circuited by a bypass.