1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | cfMesh: A library for mesh generation |
5 | \\ / A nd | Author: Franjo Juretic |
6 | \\/ M anipulation | E-mail: franjo.juretic@c-fields.com |
7 \*---------------------------------------------------------------------------*/
18 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
28 div(phi,U) Gauss limitedLinearV 1;
47 interpolate(HbyA) linear;
48 interpolate(U) linear;
49 interpolate(p) linear;
54 default Gauss linear corrected;
55 laplacian(1|A(U),p) Gauss linear corrected;
56 laplacian(nu,U) Gauss linear corrected;
66 // ************************************************************************* //