| 2999 | } |
| 3000 | |
| 3001 | int VTKHDF_Recorder::domainChanged(void) |
| 3002 | { |
| 3003 | opserr << "Warning: VTKHDF_Recorder::domainChanged() - This recorder does not support domain changes yet.\n"; |
| 3004 | opserr << "if you changed the domain, you need to create a new recorder.\n"; |
| 3005 | opserr << "if you just used the domainChanged() mesthod without changing the domain, you can ignore this warning.\n"; |
| 3006 | this->writeMesh(); |
| 3007 | return -1; |
| 3008 | } |
| 3009 | |
| 3010 | int VTKHDF_Recorder::setDomain(Domain &domain) |
| 3011 | { |