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 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 div(phi,U) Gauss linear;
38 laplacian(nu,U) Gauss linear corrected;
39 laplacian((1|A(U)),p) Gauss linear corrected;
45 interpolate(HbyA) linear;
59 // ************************************************************************* //