Home
last modified time | relevance | path

Searched refs:GetNStates (Results 1 – 6 of 6) sorted by relevance

/dports/math/mcsim/mcsim-6.2.0/sim/
H A Dmodiface.h71 int GetNStates (void); /* First n Model vars are states */
H A Dsiminit.c44 if ((pmi->nStates = (long) GetNStates()) != 0) { /* FB improved 28/07/97 */ in GetModelInfo()
H A Dmodelu.c749 int GetNStates (void) in GetNStates() function
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/constraints/
H A Dcontrol.h173 …virtual int GetNStates() const {return n_state;} //$EDC$[funcaccess,readonly,EDCvarname="n… in GetNStates() function
1320 …if (GetNStates() == 0) UO(UO_LVL_err).InstantMessageText("Error#5 in S-Transfer Function: is fully… in SetSTransferFunction()
1324 …if(GetNStates() != initVector.Length()){UO(UO_LVL_err).InstantMessageText("Error5 in S-Transfer Fu… in SetSTransferFunction()
H A Dcontrol.cpp1300 if (GetNStates() == 0) in CheckConsistency()
1308 if(GetNStates() != x_init.Length()) in CheckConsistency()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/
H A DElementEDCauto.cpp4684 …ed.SetInt(GetNStates(),"number_of_states"); ed.SetLocked(1); ed.SetToolTipText("number of states")… in GetElementDataAuto()