|
| RigidCavitationNode (const std::string &name="") |
|
virtual std::string | getType () const |
|
void | setCavitationPressure (double pCav_) |
|
bool | isSetValued () const |
|
bool | hasSmoothPart () const |
|
virtual bool | isActive () const |
|
void | calcxSize () |
|
void | calcgSize (int j) |
|
void | calclaSize (int j) |
|
void | calcrFactorSize (int j) |
|
void | calcsvSize () |
|
void | init (InitStage stage) |
|
void | initializeUsingXML (xercesc::DOMElement *element) |
|
void | plot () |
|
void | checkActive (int j) |
|
bool | gActiveChanged () |
|
void | updateGeneralizedForces () |
|
void | updateg () |
|
void | updateW (int j=0) |
|
void | updatexd () |
|
void | updatedx () |
|
void | updateStopVector () |
|
void | checkRoot () |
|
void | updaterFactors () |
|
void | solveImpactsFixpointSingle () |
|
void | solveConstraintsFixpointSingle () |
|
void | solveImpactsGaussSeidel () |
|
void | solveConstraintsGaussSeidel () |
|
void | solveImpactsRootFinding () |
|
void | solveConstraintsRootFinding () |
|
void | jacobianImpacts () |
|
void | jacobianConstraints () |
|
void | checkImpactsForTermination () |
|
void | checkConstraintsForTermination () |
|
const double & | evalgdn () |
|
const double & | evalgdd () |
|
| HNode (const std::string &name) |
|
| BOOST_PARAMETER_MEMBER_FUNCTION ((void), enableOpenMBVSphere, tag,(optional(size,(double), 1)(minimalPressure,(double), 0e5)(maximalPressure,(double), 10e5)(position,(const fmatvec::Vec3 &), fmatvec::Vec3()))) |
|
virtual void | enableOpenMBV (double size, double pMin, double pMax, const fmatvec::Vec3 &WrON) |
|
void | addInFlow (HLine *in) |
|
void | addOutFlow (HLine *out) |
|
void | calcgdSize (int j) |
|
void | updateWRef (const fmatvec::Mat &WRef, int i=0) |
|
void | updateVRef (const fmatvec::Mat &VRef, int i=0) |
|
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) |
|
double | evalQHyd () |
|
double | getQHyd (bool check=true) const |
|
virtual void | updateQHyd () |
|
void | updateh (int j=0) |
|
void | updatedhdz () |
|
void | updategd () |
|
bool | isActive () const |
|
bool | gActiveChanged () |
|
void | initializeUsingXML (xercesc::DOMElement *element) |
|
void | resetUpToDate () |
|
Atom & | operator= (const Atom &) |
|
void | setMessageStreamActive (MsgType type, bool active) |
|
void | getMessageStream (MsgType type, std::shared_ptr< bool > &a, std::shared_ptr< std::ostream > &s) |
|
void | adoptMessageStreams (const Atom *src=NULL) |
|
std::ostream & | msg (MsgType type) |
|
bool | msgAct (MsgType type) |
|