Home
last modified time | relevance | path

Searched refs:ihrs (Results 1 – 25 of 30) sorted by relevance

12

/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DBrickUtilities.cxx391 tfel::raise_if(ihrs.empty(), in computeElasticLimitInitialValue()
394 if (ihrs.size() == 1) { in computeElasticLimitInitialValue()
399 for (decltype(ihrs.size()) i = 0; i != ihrs.size();) { in computeElasticLimitInitialValue()
403 if (++i != ihrs.size()) { in computeElasticLimitInitialValue()
414 tfel::raise_if(ihrs.empty(), in computeElasticLimit()
417 if (ihrs.size() == 1) { in computeElasticLimit()
422 for (decltype(ihrs.size()) i = 0; i != ihrs.size();) { in computeElasticLimit()
426 if (++i != ihrs.size()) { in computeElasticLimit()
440 if (ihrs.size() == 1) { in computeElasticLimitAndDerivative()
446 for (decltype(ihrs.size()) i = 0; i != ihrs.size();) { in computeElasticLimitAndDerivative()
[all …]
H A DInelasticFlowBase.cxx86 this->ihrs.push_back(ihr);
97 this->ihrs.push_back(ihr);
120 if (!this->ihrs.empty()) {
122 if (this->ihrs.size() != 1) {
159 return !this->ihrs.empty();
166 if (!this->ihrs.empty()) {
239 auto iid = decltype(ihrs.size()){};
240 if (this->ihrs.size() == 1) {
258 if (!this->ihrs.empty()) {
322 if (!this->ihrs.empty()) {
[all …]
H A DPlasticInelasticFlow.cxx36 tfel::raise_if(this->ihrs.empty(), in initialize()
55 tfel::raise_if(this->ihrs.empty(), in buildFlowImplicitEquations()
66 c += computeElasticLimitAndDerivative(this->ihrs, id); in buildFlowImplicitEquations()
85 c += computeElasticLimit(this->ihrs, id); in buildFlowImplicitEquations()
H A DViscoplasticFlowBase.cxx59 if (!this->ihrs.empty()) { in buildFlowImplicitEquations()
61 c += computeElasticLimitAndDerivative(this->ihrs, id); in buildFlowImplicitEquations()
79 c += computeElasticLimit(this->ihrs, id); in buildFlowImplicitEquations()
H A DNortonHoffViscoplasticFlow.cxx120 if (this->ihrs.empty()) { in computeFlowRate()
146 if (this->ihrs.empty()) { in computeFlowRateAndDerivative()
H A DHyperbolicSineViscoplasticFlow.cxx128 if (this->ihrs.empty()) { in computeFlowRate()
164 if (this->ihrs.empty()) { in computeFlowRateAndDerivative()
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DBrickUtilities.cxx506 tfel::raise_if(ihrs.empty(), in computeElasticLimitInitialValue()
509 if (ihrs.size() == 1) { in computeElasticLimitInitialValue()
514 for (decltype(ihrs.size()) i = 0; i != ihrs.size();) { in computeElasticLimitInitialValue()
518 if (++i != ihrs.size()) { in computeElasticLimitInitialValue()
529 tfel::raise_if(ihrs.empty(), in computeElasticLimit()
532 if (ihrs.size() == 1) { in computeElasticLimit()
537 for (decltype(ihrs.size()) i = 0; i != ihrs.size();) { in computeElasticLimit()
541 if (++i != ihrs.size()) { in computeElasticLimit()
555 if (ihrs.size() == 1) { in computeElasticLimitAndDerivative()
561 for (decltype(ihrs.size()) i = 0; i != ihrs.size();) { in computeElasticLimitAndDerivative()
[all …]
H A DViscoplasticFlowBase.cxx61 if (!this->ihrs.empty()) { in buildFlowImplicitEquations()
62 c += computeElasticLimitAndDerivative(this->ihrs, id); in buildFlowImplicitEquations()
70 if (!this->ihrs.empty()) { in buildFlowImplicitEquations()
91 if (!this->ihrs.empty()) { in buildFlowImplicitEquations()
92 c += computeElasticLimit(this->ihrs, id); in buildFlowImplicitEquations()
H A DInelasticFlowBase.cxx146 this->ihrs.push_back(ihr); in initialize()
157 this->ihrs.push_back(ihr); in initialize()
280 if (!this->ihrs.empty()) { in initialize()
282 if (this->ihrs.size() != 1) { in initialize()
365 return !this->ihrs.empty(); in requiresActivationState()
372 if (!this->ihrs.empty()) { in computeInitialActivationState()
445 auto iid = decltype(ihrs.size()){}; in endTreatment()
446 if (this->ihrs.size() == 1) { in endTreatment()
464 if (!this->ihrs.empty()) { in endTreatment()
616 if (!this->ihrs.empty()) { in endTreatment()
[all …]
H A DPlasticInelasticFlow.cxx92 tfel::raise_if(this->ihrs.empty(), in initialize()
111 tfel::raise_if(this->ihrs.empty(), in buildFlowImplicitEquations()
144 c += computeElasticLimitAndDerivative(this->ihrs, id); in buildFlowImplicitEquations()
175 c += computeElasticLimit(this->ihrs, id); in buildFlowImplicitEquations()
H A DHarmonicSumOfNortonHoffViscoplasticFlows.cxx128 if (this->ihrs.empty()) { in computeFlowRate()
151 if (this->ihrs.empty()) { in computeFlowRateAndDerivative()
H A DNortonHoffViscoplasticFlow.cxx111 if (this->ihrs.empty()) { in computeFlowRate()
137 if (this->ihrs.empty()) { in computeFlowRateAndDerivative()
H A DHyperbolicSineViscoplasticFlow.cxx130 if (this->ihrs.empty()) { in computeFlowRate()
172 if (this->ihrs.empty()) { in computeFlowRateAndDerivative()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/ce-compat/
H A Dce_time.c615 int imin, ihrs, iday, iyrs; in gmtime() local
622 ihrs = imin / 60; // whole hours since 1/1/70 in gmtime()
623 min = imin - 60 * ihrs; // leftover minutes in gmtime()
624 iday = ihrs / 24; // whole days since 1/1/70 in gmtime()
625 hrs = ihrs - 24 * iday; // leftover hours in gmtime()
/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/BehaviourBrick/
H A DInelasticFlowBase.hxx94 std::vector<std::shared_ptr<IsotropicHardeningRule>> ihrs; member
/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/BehaviourBrick/
H A DInelasticFlowBase.hxx129 std::vector<std::shared_ptr<IsotropicHardeningRule>> ihrs; member
/dports/astro/py-astropy/astropy-5.0/astropy/time/
H A Dformats.py999 ihrs = ihmsfs['h']
1003 iterator = np.nditer([iys, ims, ids, ihrs, imins, isecs, ifracs, None],
1407 ihrs = ihmsfs['h']
1412 [iys, ims, ids, ihrs, imins, isecs, ifracs],
/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dnet_rap.c368 int ihrs = idle_time / 3600; in display_session_func() local
382 shrs, smin, ssec, ihrs, imin, isec); in display_session_func()
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/
H A Dgtkblist.c4278 int iday, ihrs, imin; in pidgin_blist_get_name_markup() local
4283 ihrs = ((t - idle_secs) / 60 / 60) % 24; in pidgin_blist_get_name_markup()
4287 idletime = g_strdup_printf(_("Idle %dd %dh %02dm"), iday, ihrs, imin); in pidgin_blist_get_name_markup()
4288 else if (ihrs) in pidgin_blist_get_name_markup()
4289 idletime = g_strdup_printf(_("Idle %dh %02dm"), ihrs, imin); in pidgin_blist_get_name_markup()
6562 int ihrs, imin; in buddy_node() local
6565 ihrs = (t - idle_secs) / 3600; in buddy_node()
6579 ihrs, imin); in buddy_node()
6583 ihrs, imin); in buddy_node()
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/
H A Dgtkblist.c4278 int iday, ihrs, imin; in pidgin_blist_get_name_markup() local
4283 ihrs = ((t - idle_secs) / 60 / 60) % 24; in pidgin_blist_get_name_markup()
4287 idletime = g_strdup_printf(_("Idle %dd %dh %02dm"), iday, ihrs, imin); in pidgin_blist_get_name_markup()
4288 else if (ihrs) in pidgin_blist_get_name_markup()
4289 idletime = g_strdup_printf(_("Idle %dh %02dm"), ihrs, imin); in pidgin_blist_get_name_markup()
6562 int ihrs, imin; in buddy_node() local
6565 ihrs = (t - idle_secs) / 3600; in buddy_node()
6579 ihrs, imin); in buddy_node()
6583 ihrs, imin); in buddy_node()
/dports/net-im/finch/pidgin-2.14.8/pidgin/
H A Dgtkblist.c4278 int iday, ihrs, imin; in pidgin_blist_get_name_markup() local
4283 ihrs = ((t - idle_secs) / 60 / 60) % 24; in pidgin_blist_get_name_markup()
4287 idletime = g_strdup_printf(_("Idle %dd %dh %02dm"), iday, ihrs, imin); in pidgin_blist_get_name_markup()
4288 else if (ihrs) in pidgin_blist_get_name_markup()
4289 idletime = g_strdup_printf(_("Idle %dh %02dm"), ihrs, imin); in pidgin_blist_get_name_markup()
6562 int ihrs, imin; in buddy_node() local
6565 ihrs = (t - idle_secs) / 3600; in buddy_node()
6579 ihrs, imin); in buddy_node()
6583 ihrs, imin); in buddy_node()
/dports/chinese/rime-array/rime-array-d10f2f8b2aec7c7e736ace01e8a399e5ae5e7c3a/
H A Darray30_phrases.dict.yaml64250 釣起 ihrs'
64251 鋪地 ihrs'
64252 鋪起 ihrs'
64253 釣鼇 ihrs'
/dports/chinese/rime-scj/rime-scj-cab5a0858765eff0553dd685a2d61d5536e9149c/
H A Dscj6.dict.yaml21220ihrs
/dports/chinese/brise/brise-brise-0.35/extra/
H A Dscj6.dict.yaml21233ihrs
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DSmartCangJie6.txt.in22666 ihrs 鹹 500

12