mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Code style: Updated line comments to start with a space
//This is a comment -> // This is a comment
This commit is contained in:
@ -54,8 +54,8 @@ multiLevelCoeffs
|
||||
level0
|
||||
{
|
||||
numberOfSubdomains 64;
|
||||
//method simple;
|
||||
//simpleCoeffs
|
||||
// method simple;
|
||||
// simpleCoeffs
|
||||
//{
|
||||
// n (2 1 1);
|
||||
// delta 0.001;
|
||||
@ -99,15 +99,15 @@ metisCoeffs
|
||||
|
||||
scotchCoeffs
|
||||
{
|
||||
//processorWeights
|
||||
// processorWeights
|
||||
//(
|
||||
// 1
|
||||
// 1
|
||||
// 1
|
||||
// 1
|
||||
//);
|
||||
//writeGraph true;
|
||||
//strategy "b";
|
||||
// writeGraph true;
|
||||
// strategy "b";
|
||||
}
|
||||
|
||||
manualCoeffs
|
||||
|
||||
@ -19,8 +19,8 @@ solvers
|
||||
{
|
||||
p
|
||||
{
|
||||
//solver PCG;
|
||||
//preconditioner DIC;
|
||||
// solver PCG;
|
||||
// preconditioner DIC;
|
||||
|
||||
solver GAMG;
|
||||
smoother GaussSeidel;
|
||||
@ -31,8 +31,8 @@ solvers
|
||||
nCellsInCoarsestLevel 3;
|
||||
mergeLevels 1;
|
||||
|
||||
processorAgglomerator none; //procFaces;
|
||||
//nAgglomeratingCells 20;
|
||||
processorAgglomerator none; // procFaces;
|
||||
// nAgglomeratingCells 20;
|
||||
|
||||
tolerance 1e-06;
|
||||
relTol 0;
|
||||
|
||||
Reference in New Issue
Block a user