GAMGAgglomeration: set to be a GeometricMeshObject to ensure it is deleted in AMI cases when the mesh moves
This commit is contained in:
parent
8dcb8b686c
commit
2007cc1c5f
@ -70,7 +70,7 @@ Foam::GAMGAgglomeration::GAMGAgglomeration
|
||||
const dictionary& controlDict
|
||||
)
|
||||
:
|
||||
MeshObject<lduMesh, Foam::TopologicalMeshObject, GAMGAgglomeration>(mesh),
|
||||
MeshObject<lduMesh, Foam::GeometricMeshObject, GAMGAgglomeration>(mesh),
|
||||
|
||||
maxLevels_(50),
|
||||
|
||||
|
@ -58,7 +58,7 @@ class lduMatrix;
|
||||
|
||||
class GAMGAgglomeration
|
||||
:
|
||||
public MeshObject<lduMesh, TopologicalMeshObject, GAMGAgglomeration>
|
||||
public MeshObject<lduMesh, GeometricMeshObject, GAMGAgglomeration>
|
||||
{
|
||||
protected:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user