surfaceInterpolation: New pointLinear scheme
commitddd01afa4115b936f76e588e882918f2e1bb7904
authorHenry <Henry>
Sat, 12 Mar 2011 11:46:06 +0000 (12 11:46 +0000)
committerHenry <Henry>
Sat, 12 Mar 2011 11:46:06 +0000 (12 11:46 +0000)
tree2c57975476723f6421e8ae2488ed85073e27acd1
parentd535115e8839bf8178052c11b90534555fe3d26f
surfaceInterpolation: New pointLinear scheme

First interpolates from the cells to the vertices and then from the face
vertices to the face centres.  This may be a useful scheme for calculating
gradients on bad/tet meshes when used in conjunction with the Gauss gradient
scheme.
src/finiteVolume/Make/files
src/finiteVolume/interpolation/surfaceInterpolation/schemes/pointLinear/pointLinear.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/pointLinear/pointLinear.H [new file with mode: 0644]