Real
NodalProxyMaxValue::getValue()
{
  gatherProxyValueMax(_value, _node_id);
  return _node_id;
}
Exemple #2
0
Real
ElementMaxValue::getValue()
{
  gatherProxyValueMax(_value, _node_id);
  return _node_id;
}