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