Go to the documentation of this file.
42 morphMap.
mesh().objectRegistry::lookupClass<Type>();
46 Type& set =
const_cast<Type&
>(*iter());
50 Pout<<
"Set:" << set.
name() <<
" size:" << set.size()
51 <<
" updated in memory" <<
endl;
54 set.updateMesh(morphMap);
77 if (!memSets.
found(iter.key()))
84 Pout<<
"Set:" << set.
name() <<
" size:" << set.size()
85 <<
" updated on disk" <<
endl;
88 set.updateMesh(morphMap);
96 Pout<<
"Set:" << iter.key() <<
" already updated from memory"
#define forAllIter(Container, container, iter)
Iterate across all elements in the container object of type.
const Time & time() const
Return time.
const fileName & facesInstance() const
Return the current instance directory for faces.
Ostream & endl(Ostream &os)
Add newline and flush stream.
forAllConstIter(PtrDictionary< phaseModel >, mixture.phases(), phase)
virtual Ostream & write(const token &)=0
Write next token to stream.
void updateSets(const mapPolyMesh &morphMap) const
Updates all sets.
virtual const fileName & name() const
Return the name of the stream.
bool found(const Key &) const
Return true if hashedEntry is found in table.
IOobjectList lookupClass(const word &className) const
Return the list for all IOobjects of a given class.
List of IOobjects with searching and retrieving facilities.
An STL-conforming hash table.
prefixOSstream Pout(cout, "Pout")
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
const polyMesh & mesh() const
Return polyMesh.