Пример #1
0
void NodeManagerPrimitive::EchoCoordinates (ModelManagerT& theInput)
{
  iArrayT map;
  fCoordinates = theInput.Coordinates ();
  theInput.AllNodeIDs (map);
  fNumInitCoordinates = fCoordinates.MajorDim();

  out << " Number of nodal points. . . . . . . . . . . . . = " 
      << fNumInitCoordinates << '\n';
  out << " Number of nodal degrees of freedom. . . . . . . = " 
      << fCoordinates.MinorDim() << endl << endl;
}