| 105 | // * * * * * * * * * * * * * * * * * Selectors * * * * * * * * * * * * * * * // |
| 106 | |
| 107 | const Foam::decompositionModel& Foam::decompositionModel::New |
| 108 | ( |
| 109 | const polyMesh& mesh, |
| 110 | const fileName& decompDictFile |
| 111 | ) |
| 112 | { |
| 113 | return |
| 114 | MeshObject |
| 115 | < |
| 116 | polyMesh, |
| 117 | Foam::UpdateableMeshObject, |
| 118 | decompositionModel |
| 119 | >::New(mesh, decompDictFile); |
| 120 | } |
| 121 | |
| 122 | |
| 123 | const Foam::decompositionModel& Foam::decompositionModel::New |
no outgoing calls
no test coverage detected