Subversion Repositories OpenSees

Rev

Rev 4329 | Rev 4992 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4329 Rev 4837
Line 1872... Line 1872...
1872
PartitionedDomain::calculateNodalReactions(bool inclInertia)
1872
PartitionedDomain::calculateNodalReactions(bool inclInertia)
1873
{
1873
{
1874
  int res = this->Domain::calculateNodalReactions(inclInertia);
1874
  int res = this->Domain::calculateNodalReactions(inclInertia);
1875
1875
1876
  // do the same for all the subdomains
1876
  // do the same for all the subdomains
-
 
1877
  /*
1877
  if (theSubdomains != 0) {
1878
  if (theSubdomains != 0) {
1878
    ArrayOfTaggedObjectsIter theSubsIter(*theSubdomains);      
1879
    ArrayOfTaggedObjectsIter theSubsIter(*theSubdomains);      
1879
    TaggedObject *theObject;
1880
    TaggedObject *theObject;
1880
    while ((theObject = theSubsIter()) != 0) {
1881
    while ((theObject = theSubsIter()) != 0) {
1881
      Subdomain *theSub = (Subdomain *)theObject;          
1882
      Subdomain *theSub = (Subdomain *)theObject;          
1882
      res += theSub->calculateNodalReactions(inclInertia);
1883
      res += theSub->calculateNodalReactions(inclInertia);
1883
    }
1884
    }
1884
  }
1885
  }
-
 
1886
  */
1885
  return res;
1887
  return res;
1886
}
1888
}
1887
1889
1888
bool
1890
bool
1889
PartitionedDomain::addParameter(Parameter *param)
1891
PartitionedDomain::addParameter(Parameter *param)