Home
last modified time | relevance | path

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

/dports/math/libmesh/libmesh-1.6.2/include/mesh/
H A Dpatch.h54 Patch(const processor_id_type my_procid = static_cast<processor_id_type>(-1)) :
55 _my_procid(my_procid) in _my_procid() argument
/dports/math/libmesh/libmesh-1.6.2/include/utils/
H A Dstatistics.h191 void plot_histogram(const processor_id_type my_procid,
/dports/math/libmesh/libmesh-1.6.2/src/utils/
H A Dstatistics.C271 void StatisticsVector<T>::plot_histogram(const processor_id_type my_procid, in plot_histogram() argument
285 if (my_procid==0) in plot_histogram()