mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GAMGAgglomeration: set to be a GeometricMeshObject to ensure it is deleted in AMI cases when the mesh moves
This commit is contained in:
@ -70,7 +70,7 @@ Foam::GAMGAgglomeration::GAMGAgglomeration
|
|||||||
const dictionary& controlDict
|
const dictionary& controlDict
|
||||||
)
|
)
|
||||||
:
|
:
|
||||||
MeshObject<lduMesh, Foam::TopologicalMeshObject, GAMGAgglomeration>(mesh),
|
MeshObject<lduMesh, Foam::GeometricMeshObject, GAMGAgglomeration>(mesh),
|
||||||
|
|
||||||
maxLevels_(50),
|
maxLevels_(50),
|
||||||
|
|
||||||
|
|||||||
@ -58,7 +58,7 @@ class lduMatrix;
|
|||||||
|
|
||||||
class GAMGAgglomeration
|
class GAMGAgglomeration
|
||||||
:
|
:
|
||||||
public MeshObject<lduMesh, TopologicalMeshObject, GAMGAgglomeration>
|
public MeshObject<lduMesh, GeometricMeshObject, GAMGAgglomeration>
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user