public interface StructureNode
dq
argument specifiew which to consult.
NB, as yet dq is unsupported MISSING
hasFixedValue should return true for nodes whosse value can't be changed,
like an isopotential bath. In this case setValue does nothing and
the result of getCapacitance is undefined.
Such odes are important in a DiffusibleNet to break loops and take advantage
of sparse matrix methods in computing the diffusion.Modifier and Type | Method and Description |
---|---|
int |
getWork()
retrieves the previously set work integer.
|
boolean |
hasFixedValue(DiffusibleQuantity dq)
returns true only for those nodes whose value is externally fixed,
such as the potential or an earthed bath or a perfect voltage clamp.
|
void |
setPosition(double x,
double y,
double z) |
void |
setRadius(double r) |
void |
setWork(int i)
Stores an integer for later retrieval.
|
boolean hasFixedValue(DiffusibleQuantity dq)
void setPosition(double x, double y, double z)
void setRadius(double r)
void setWork(int i)
int getWork()
Copyright © 2013. All Rights Reserved.