mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Applying Gijs' patch: Update header documentation for utilities
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -27,7 +27,7 @@ Application
|
||||
Description
|
||||
Refine by splitting all three edges of triangle ('red' refinement).
|
||||
Neighbouring triangles (which are not marked for refinement get split
|
||||
in half ('green') refinement. (R. Verfuerth, "A review of a posteriori
|
||||
in half ('green' refinement). (R. Verfuerth, "A review of a posteriori
|
||||
error estimation and adaptive mesh refinement techniques",
|
||||
Wiley-Teubner, 1996)
|
||||
|
||||
@ -42,7 +42,6 @@ using namespace Foam;
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
// Main program:
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user