This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/applications/solvers/solidMechanics/elasticOrthoAcpSolidFoam/createReference.H

8 lines
170 B
C++
Raw Normal View History

boolList needRef(mesh.regions().nRegions(), true);
labelList refCells(mesh.regions().nRegions(), -1);
labelList deadCells;
# include "updateReference.H"