MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / domainChanged

Method domainChanged

SRC/recorder/VTKHDF_Recorder.cpp:3001–3008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2999}
3000
3001int 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
3010int VTKHDF_Recorder::setDomain(Domain &domain)
3011{

Callers

nothing calls this directly

Calls 1

writeMeshMethod · 0.95

Tested by

no test coverage detected