Comments and formatting
This commit is contained in:
parent
4ee3c86df1
commit
fb9d050df4
2 changed files with 4 additions and 5 deletions
|
@ -54,10 +54,9 @@ class amgLevel
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
// Destructor
|
//- Destructor
|
||||||
|
virtual ~amgLevel()
|
||||||
virtual ~amgLevel()
|
{}
|
||||||
{}
|
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
|
@ -796,7 +796,7 @@ Foam::autoPtr<Foam::amgMatrix> Foam::clusterAmgPolicy::restrictMatrix
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Store coefficients to avoid tangled communications
|
// Store neighbour child arrays to avoid tangled communications
|
||||||
// HJ, 1/Apr/2009
|
// HJ, 1/Apr/2009
|
||||||
FieldField<Field, label> fineInterfaceAddr(interfaceFields.size());
|
FieldField<Field, label> fineInterfaceAddr(interfaceFields.size());
|
||||||
|
|
||||||
|
|
Reference in a new issue