Home
last modified time | relevance | path

Searched refs:orient0 (Results 1 – 16 of 16) sorted by relevance

/dports/science/plumed/plumed2-2.7.2/src/multicolvar/
H A DNumberOfLinks.cpp72 std::vector<double> orient0, orient1; member in PLMD::multicolvar::NumberOfLinks
155 std::vector<double> orient0( ncomp ), orient1( ncomp ); in compute() local
156 getInputData( 0, true, myatoms, orient0 ); in compute()
160 for(unsigned k=2; k<orient0.size(); ++k) { in compute()
161 dot+=orient0[k]*orient1[k]; in compute()
168 mergeInputDerivatives( 1, 2, orient0.size(), 1, orient0, myder1, myatoms ); in compute()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/algorithm/
H A DOrientationIndexFailureTest.java206 int orient0 = CGAlgorithmsDD.orientationIndex(pts[0], pts[1], pts[2]); in isAllOrientationsEqualDD() local
209 return orient0 == orient1 && orient0 == orient2; in isAllOrientationsEqualDD()
214 int orient0 = ShewchuksDeterminant.orientationIndex(pts[0], pts[1], pts[2]); in isAllOrientationsEqualSD() local
217 return orient0 == orient1 && orient0 == orient2; in isAllOrientationsEqualSD()
/dports/science/plumed/plumed2-2.7.2/src/crystallization/
H A DInterMolecularTorsions.cpp169 std::vector<double> orient0( 5 ), orient1( 5 ); in compute() local
170 getInputData( 0, true, myatoms, orient0 ); in compute()
172 for(unsigned i=0; i<3; ++i) { v1[i]=orient0[2+i]; v2[i]=orient1[2+i]; } in compute()
177 for(unsigned i=0; i<3; ++i) { orient0[i+2]=dv1[i]; orient1[i+2]=dv2[i]; } in compute()
182 mergeInputDerivatives( 1, 2, orient1.size(), 0, orient0, myder0, myatoms ); in compute()
184 mergeInputDerivatives( 1, 2, orient0.size(), 1, orient1, myder1, myatoms ); in compute()
/dports/science/plumed/plumed2-2.7.2/src/adjmat/
H A DActionWithInputMatrix.cpp88 …nst bool& normed, const multicolvar::AtomValuePack& myatoms, std::vector<double>& orient0 ) const { in getInputData()
90 … std::vector<double> tvals( mymatrix->getNumberOfComponents() ); orient0.assign(orient0.size(),0); in getInputData()
93 orient0[1]+=retrieveConnectionValue( ind, i, tvals ); in getInputData()
95 orient0[0]=1.0; return; in getInputData()
97 (mymatrix->function)->getInputData( ind, normed, myatoms, orient0 ); in getInputData()
H A DAlignedMatrixBase.cpp93 std::vector<double> orient0(ncomp), orient1(ncomp), dorient0(ncomp), dorient1(ncomp); in compute() local
95 getInputData( 0, true, myatoms, orient0 ); getInputData( 1, true, myatoms, orient1 ); in compute()
97 distance, orient0, orient1, ddistance, dorient0, dorient1 ); in compute()
108 for(unsigned k=2; k<orient0.size(); ++k) { dorient0[k]*=sw; dorient1[k]*=sw; } in compute()
109 …mergeInputDerivatives( 1, 2, orient0.size(), 0, dorient0, getInputDerivatives( 0, true, myatoms ),… in compute()
H A DClusterWithSurface.cpp85 …& normed, const multicolvar::AtomValuePack& myatoms, std::vector<double>& orient0 ) const override;
141 …nst bool& normed, const multicolvar::AtomValuePack& myatoms, std::vector<double>& orient0 ) const { in getInputData()
142 myclusters->getInputData( ind, normed, myatoms, orient0 ); in getInputData()
H A DActionWithInputMatrix.h52 …& normed, const multicolvar::AtomValuePack& myatoms, std::vector<double>& orient0 ) const override;
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/src/
H A Ddisajoint-tree.hpp89 void MergeFromTo(int v0, int v1, int orient0, int orient1) { in MergeFromTo() argument
101 parent[p0].second = (orient0 - orient1 + orientp1 - orientp0 + 8) % 4; in MergeFromTo()
104 void Merge(int v0, int v1, int orient0, int orient1) { in Merge() argument
119 parent[p1].second = (orient1 - orient0 + orientp0 - orientp1 + 8) % 4; in Merge()
123 parent[p0].second = (orient0 - orient1 + orientp1 - orientp0 + 8) % 4; in Merge()
H A Dparametrizer-int.cpp132 int orient0 = (face_edgeOrients[f1][edge_c.second % 3] + 2) % 4; in BuildIntegerConstraints() local
133 disajoint_orient_tree.Merge(f0, f1, orient0, orient1); in BuildIntegerConstraints()
145 int orient0 = (face_edgeOrients[v1][edge_c.second % 3] + 2) % 4; in BuildIntegerConstraints() local
146 disajoint_orient_tree.Merge(v0, v1, orient0, orient1); in BuildIntegerConstraints()
157 int orient0 = (face_edgeOrients[f1][edge_c.second % 3] + 2) % 4; in BuildIntegerConstraints() local
158 disajoint_orient_tree.Merge(f0, f1, orient0, orient1); in BuildIntegerConstraints()
/dports/graphics/geos/geos-3.9.1/src/geom/
H A DLineSegment.cpp173 int orient0 = algorithm::Orientation::index(p0, p1, seg.p0); in orientationIndex() local
176 if(orient0 >= 0 && orient1 >= 0) { in orientationIndex()
177 return std::max(orient0, orient1); in orientationIndex()
180 if(orient0 <= 0 && orient1 <= 0) { in orientationIndex()
181 return std::max(orient0, orient1); in orientationIndex()
/dports/graphics/geos/geos-3.9.1/tests/unit/algorithm/
H A DOrientationIndexFailureTest.cpp33 int orient0 = Orientation::index(c1, c2, c3); in checkOrientation() local
36 return (orient0 == orient1) && (orient0 == orient2); in checkOrientation()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geom/
H A DLineSegment.java157 int orient0 = Orientation.index(p0, p1, seg.p0); in orientationIndex() local
160 if (orient0 >= 0 && orient1 >= 0) in orientationIndex()
161 return Math.max(orient0, orient1); in orientationIndex()
163 if (orient0 <= 0 && orient1 <= 0) in orientationIndex()
164 return Math.max(orient0, orient1); in orientationIndex()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/YASim/
H A DIntegrator.cpp181 float orient0[9]; in calcNewInterval() local
182 for(i=0; i<9; i++) orient0[i] = _s.orient[i]; in calcNewInterval()
186 Math::mmul33(orient0, rotmat, _s.orient); in calcNewInterval()
188 extrapolatePosition(_s.pos, derivs.v, _dt, orient0, _s.orient); in calcNewInterval()
/dports/science/mpqc/mpqc-2.3.1/src/lib/math/isosurf/
H A Dtriangle.h61 unsigned int orient0 = 0);
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/osl/
H A Dosl_fit_lines.cxx80 int orient0 = int((dc->GetTheta(0) * using_degrees + angle/2.0) / angle); in simple_fit_to_list() local
85 int diff = vnl_math::abs(orient - orient0); in simple_fit_to_list()
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Dpl1.lang23 "medium", "mm", "noerror", "normal", "noshade", "orient0", "orient180",