]> OCCT Git - occt-copy.git/commit
0027112: GeomAPI_Interpolate produces wrong result CR27112
authoraml <aml@opencascade.com>
Sun, 7 Feb 2016 06:31:58 +0000 (09:31 +0300)
committeraml <aml@opencascade.com>
Sat, 20 Feb 2016 06:53:06 +0000 (09:53 +0300)
commit94e01d856b0e47768a35c449b2501a116def3aa5
tree68f59c51ecc73812ff6e022e5fd0b61f7ecb89f1
parentfa6d1712fd66265fabaef164e846f41798bb2469
0027112: GeomAPI_Interpolate produces wrong result

Support of the approximation of natural boundary condition (f''= 0)
12 files changed:
src/Geom/FILES
src/Geom/Geom_Interpolate.cxx [new file with mode: 0644]
src/Geom/Geom_Interpolate.hxx [new file with mode: 0644]
src/Geom2dAPI/Geom2dAPI_Interpolate.cxx
src/Geom2dAPI/Geom2dAPI_Interpolate.hxx
src/GeomAPI/GeomAPI_Interpolate.cxx
src/GeomAPI/GeomAPI_Interpolate.hxx
src/GeometryTest/GeometryTest_ConstraintCommands.cxx
src/GeomliteTest/GeomliteTest_API2dCommands.cxx
tests/bugs/moddata_3/bug27112_1 [new file with mode: 0644]
tests/bugs/moddata_3/bug27112_2 [new file with mode: 0644]
tests/bugs/moddata_3/bug27112_3 [new file with mode: 0644]