Home
last modified time | relevance | path

Searched refs:diffGeo (Results 1 – 2 of 2) sorted by relevance

/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/test/unit/SFCGAL/algorithm/
H A DDifferenceTest.cpp52 std::unique_ptr<Geometry> diffGeo = algorithm::difference( *newGeo, Point( 0, 0 ) ); in BOOST_AUTO_TEST_CASE() local
53 BOOST_CHECK( *newGeo == *diffGeo ); in BOOST_AUTO_TEST_CASE()
122 std::unique_ptr<Geometry> diffGeo = algorithm::difference( *newGeo, Point( 0, 0 ) ); in BOOST_AUTO_TEST_CASE() local
123 BOOST_CHECK( *newGeo == *diffGeo ); in BOOST_AUTO_TEST_CASE()
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_dftbplus/
H A Dmain.F90861 real(dp) :: diffGeo local
883 call getNextCoordinateOptStep(pGeoCoordOpt, energy, derivs, indMovedAtom, coord0, diffGeo,&
888 if (.not. tGeomEnd .and. tCoordEnd .and. diffGeo < tolSameDist) then
893 & tLatOptFixLen, tLatOptIsotropic, indMovedAtom, latVec, coord0, diffGeo, tGeomEnd)
901 if (tGeomEnd .and. diffGeo < tolSameDist) then
5573 & diffGeo, tCoordEnd, tRemoveExcitation) argument
5591 real(dp), intent(out) :: diffGeo local
5611 diffGeo = maxval(abs(pNewCoordsMoved - coords0(:, indMovedAtom)))
5619 & tLatOptFixLen, tLatOptIsotropic, indMovedAtom, latVec, coord0, diffGeo, tGeomEnd) argument
5652 real(dp), intent(out) :: diffGeo local
[all …]