MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / registerObject

Method registerObject

src/OpenFOAM/db/IOobject/IOobject.H:334–337  ·  view source on GitHub ↗

- Register object created from this IOobject with registry if true

Source from the content-addressed store, hash-verified

332
333 //- Register object created from this IOobject with registry if true
334 bool registerObject() const
335 {
336 return registerObject_;
337 }
338
339 //- Is object same for all processors
340 bool& globalObject()

Callers 7

motionSolver.CFile · 0.80
readOldTimeIfPresentFunction · 0.80
GeometricField.CFile · 0.80
ReadFields.CFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected