Go to the source code of this file.
|
void | geos::multiscale::coarsening::buildCoarseMesh (MeshLevel &fineMesh, MeshLevel &coarseMesh, LinearSolverParameters::Multiscale::Coarsening const ¶ms, string_array const &boundaryNodeSets) |
| Perform the mesh coarsening and populate the coarse mesh data structure. More...
|
|
◆ buildCoarseMesh()
Perform the mesh coarsening and populate the coarse mesh data structure.
- Parameters
-
fineMesh | fine-level mesh |
coarseMesh | coarse-level mesh to be filled |
params | coarsening parameters |
boundaryNodeSets | a list of global domain boundary node set names, used to improve coarse node selection |