Ejemplo n.º 1
0
Real
NodalProxyMaxValue::getValue()
{
  gatherProxyValueMax(_value, _node_id);
  return _node_id;
}
Ejemplo n.º 2
0
Real
ElementMaxValue::getValue()
{
  gatherProxyValueMax(_value, _node_id);
  return _node_id;
}