From 24b5944b93db1f973d300f694c49948db9f6c288 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 29 Dec 2009 14:31:11 +0000 Subject: [PATCH] (EHPOC) Interpolators Implement cartesian/unstructured interpolation +InterpolationCU.hxx \ +InterpolationCU.txx \ InterpolationUtils.hxx \ +IntersectorCU.hxx \ +IntersectorCU.txx \ +IntersectorCU1D.hxx \ +IntersectorCU1D.txx \ +IntersectorCU2D.hxx \ +IntersectorCU2D.txx \ +IntersectorCU3D.hxx \ +IntersectorCU3D.txx \ +IntersectorCU2D.hxx \ +IntersectorCU2D.txx \ --- src/INTERP_KERNEL/Makefile.am | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/INTERP_KERNEL/Makefile.am b/src/INTERP_KERNEL/Makefile.am index 77daecfa3..ad04e36da 100644 --- a/src/INTERP_KERNEL/Makefile.am +++ b/src/INTERP_KERNEL/Makefile.am @@ -55,9 +55,19 @@ InterpolationPlanar.hxx \ InterpolationPlanar.txx \ InterpolationCC.hxx \ InterpolationCC.txx \ -InterpolationCU2D.hxx \ -InterpolationCU2D.txx \ +InterpolationCU.hxx \ +InterpolationCU.txx \ InterpolationUtils.hxx \ +IntersectorCU.hxx \ +IntersectorCU.txx \ +IntersectorCU1D.hxx \ +IntersectorCU1D.txx \ +IntersectorCU2D.hxx \ +IntersectorCU2D.txx \ +IntersectorCU3D.hxx \ +IntersectorCU3D.txx \ +IntersectorCU2D.hxx \ +IntersectorCU2D.txx \ Intersector3D.hxx \ Intersector3D.txx \ Intersector3DP0P0.hxx \ -- 2.39.2