Home
last modified time | relevance | path

Searched refs:restF (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/plib/plib-1.8.5/src/sl/
H A DslMODinst.cxx170 unsigned int restF ; in _MOD_instHirevLoop() local
192 restF = hirev_buf.len ; in _MOD_instHirevLoop()
216 ulSetError ( UL_WARNING, "bug: restF=%u",restF ) ; in _MOD_instHirevLoop()
226 if ( restF < restS ) in _MOD_instHirevLoop()
229 hirevLoop ( restF ) ; in _MOD_instHirevLoop()
249 restF -= restS ; in _MOD_instHirevLoop()
269 } while ( restF ) ; in _MOD_instHirevLoop()
/dports/math/mfem/mfem-4.3/fem/
H A Dbilinearform_ext.cpp867 const L2FaceRestriction *restF = in Assemble() local
873 if (restF) { restF->FillJAndData(ea_data_ext, *mat, keep_nbr_block); } in Assemble()
896 const L2FaceRestriction *restF = in Assemble() local
903 if (restF) { restF->FillI(*mat, keep_nbr_block); } in Assemble()
921 if (restF) { restF->FillJAndData(ea_data_ext, *mat, keep_nbr_block); } in Assemble()