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

Function createPoints

src/mesh/blockMesh/blockMesh/blockMeshCreate.C:31–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
30
31void Foam::blockMesh::createPoints() const
32{
33 const blockList& blocks = *this;
34
35 if (verboseOutput)
36 {
37 Info<< "Creating points with scale " << scaleFactor_ << endl;
38 }
39
40 points_.setSize(nPoints_);
41

Callers 1

blockMesh.CFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected