Home
last modified time | relevance | path

Searched refs:nldofs (Results 1 – 3 of 3) sorted by relevance

/dports/math/mfem/mfem-4.3/general/
H A Dcommunication.cpp424 if (nldofs == 0) { continue; } in Finalize()
448 if (nldofs == 0) { continue; } in Finalize()
627 return buf + nldofs; in CopyGroupToBuffer()
663 return buf + nldofs; in CopyGroupFromBuffer()
702 return buf + opd.nldofs; in ReduceGroupFromBuffer()
740 nldofs, in BcastBegin()
773 buf += nldofs; in BcastBegin()
929 nldofs, in ReduceBegin()
937 buf += nldofs; in ReduceBegin()
1183 if (nldofs == 0) in PrintInfo()
[all …]
H A Dcommunication.hpp218 int nldofs, nb; member
/dports/math/mfem/mfem-4.3/fem/
H A Dpfespace.cpp1309 const int nldofs = group_ldof.RowSize(gr); in ConstructTrueDofs() local
1310 for (i = 0; i < nldofs; i++) in ConstructTrueDofs()
1317 for (i = 0; i < nldofs; i++) in ConstructTrueDofs()