|
| RigidLinePressureLoss (const std::string &name, RigidHLine *line_, PressureLoss *pressureLoss, bool bilateral_=false, bool unilateral_=false) |
|
virtual std::string | getType () const |
|
void | plot (double t, double dt) |
|
bool | hasSmoothPart () const |
|
void | init (InitStage stage) |
|
bool | isSetValued () const |
|
bool | isSingleValued () const |
|
void | calcgdSize (int j) |
|
void | calcsvSize () |
|
void | updatehRef (const fmatvec::Vec &hRef, int i=0) |
|
void | updaterRef (const fmatvec::Vec &rRef, int i=0) |
|
void | updatedhdqRef (const fmatvec::Mat &dhdqRef, int i=0) |
|
void | updatedhduRef (const fmatvec::SqrMat &dhduRef, int i=0) |
|
void | updatedhdtRef (const fmatvec::Vec &dhdtRef, int i=0) |
|
void | updaterRef (const fmatvec::Vec &rRef) |
|
void | updateWRef (const fmatvec::Mat &WRef, int i=0) |
|
void | updateVRef (const fmatvec::Mat &VRef, int i=0) |
|
void | updateg (double t) |
|
void | checkActive (int j) |
|
bool | gActiveChanged () |
|
bool | isActive () const |
|
void | calclaSize (int j) |
|
void | calcrFactorSize (int j) |
|
void | updategd (double t) |
|
void | updateStopVector (double t) |
|
void | updateh (double t, int j) |
|
void | updateW (double t, int j) |
|
void | updatedhdz (double t) |
|
void | checkRoot () |
|
void | updaterFactors () |
|
void | solveImpactsFixpointSingle (double dt) |
|
void | solveConstraintsFixpointSingle () |
|
void | solveImpactsGaussSeidel (double dt) |
|
void | solveConstraintsGaussSeidel () |
|
void | solveImpactsRootFinding (double dt) |
|
void | solveConstraintsRootFinding () |
|
void | jacobianImpacts () |
|
void | jacobianConstraints () |
|
void | checkImpactsForTermination (double dt) |
|
void | checkConstraintsForTermination () |
|
Atom & | operator= (const Atom &) |
|
void | setMessageStreamActive (MsgType type, bool active) |
|
void | getMessageStream (MsgType type, boost::shared_ptr< bool > &a, boost::shared_ptr< std::ostream > &s) |
|
void | adoptMessageStreams (const Atom *src=NULL) |
|
std::ostream & | msg (MsgType type) |
|
bool | msgAct (MsgType type) |
|