Home
last modified time | relevance | path

Searched refs:cellA (Results 1 – 20 of 20) sorted by relevance

/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/test/unit/
H A Dcollectioninterfacetest.h73 (((ContainerCell<SimpleCellA, 30>))(cellA))
117 cell.cellA.insert(20, SimpleCellA()); in testDelegate1()
118 cell.cellA.insert(30, SimpleCellA()); in testDelegate1()
119 cell.cellA.insert(40, SimpleCellA()); in testDelegate1()
120 cell.cellA.insert(50, SimpleCellA()); in testDelegate1()
126 …Interface::Delegate<MultiCell, ContainerCell<SimpleCellA, 30, int> > interfaceA(&MultiCell::cellA); in testDelegate1()
141 cell.cellA.insert(20, SimpleCellA()); in testDelegate2()
142 cell.cellA.insert(30, SimpleCellA()); in testDelegate2()
143 cell.cellA.insert(40, SimpleCellA()); in testDelegate2()
144 cell.cellA.insert(50, SimpleCellA()); in testDelegate2()
[all …]
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/vipster/plugins/
H A Dpwinput.cpp257 auto cellA = sys.find("a");
258 if ((celldm != sys.end()) && (cellA == sys.end())) {
261 } else if ((celldm == sys.end()) && (cellA != sys.end())) {
262 s.setCellDim(std::stod(cellA->second), AtomFmt::Angstrom, scale);
263 sys.erase(cellA);
264 } else if ((celldm == sys.end()) && (cellA == sys.end())) {
279 auto cellA = sys.find("a");
280 if ((celldm != sys.end()) && (cellA == sys.end())) {
283 } else if ((celldm == sys.end()) && (cellA != sys.end())) {
285 sys.erase(cellA);
[all …]
/dports/science/hypre/hypre-2.23.0/src/test/TEST_sstruct/
H A Dperiodic.jobs59 mpirun -np 6 ./sstruct -in sstruct.in.periodic.cellA -P 1 6 1 -solver 218 > periodic.out.80
60 mpirun -np 6 ./sstruct -in sstruct.in.periodic.cellA -P 1 6 1 -solver 18 > periodic.out.81
61 mpirun -np 6 ./sstruct -in sstruct.in.periodic.cellA -P 1 6 1 -solver 28 > periodic.out.82
/dports/science/py-ase/ase-3.22.0/ase/test/calculator/vasp/
H A Dtest_vasp_Al_volrelax.py65 def cells_almost_equal(cellA, cellB, tol=0.01): argument
66 return (np.abs(cellA - cellB) < tol).all()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/mc_compact/
H A Dmovestrat2.c752 static INT sortby_xslack( cellA , cellB ) in sortby_xslack() argument
753 CELLBOXPTR *cellA , *cellB ; in sortby_xslack()
758 cptr = *cellA ;
766 INT sortby_yslack( cellA , cellB ) in sortby_yslack() argument
767 CELLBOXPTR *cellA , *cellB ; in sortby_yslack()
772 cptr = *cellA ;
/dports/math/octave-forge-nnet/nnet/doc/latex/developers/tests/
H A Dmin_max.tex6 %!test fail("min_max(cellA{1}=1)","Argument must be a matrix.")
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkPolyData.cxx500 vtkCellArray* cellA[4]; in ComputeCellsBounds() local
501 cellA[0] = this->GetVerts(); in ComputeCellsBounds()
502 cellA[1] = this->GetLines(); in ComputeCellsBounds()
503 cellA[2] = this->GetPolys(); in ComputeCellsBounds()
504 cellA[3] = this->GetStrips(); in ComputeCellsBounds()
516 numCells = cellA[ca]->GetNumberOfCells(); in ComputeCellsBounds()
521 auto iter = vtk::TakeSmartPointer(cellA[ca]->NewIterator()); in ComputeCellsBounds()
541 numCells = cellA[ca]->GetNumberOfCells(); in ComputeCellsBounds()
546 cellA[ca]->GetCellAtId(cellId, npts, pts); in ComputeCellsBounds()
/dports/science/py-spglib/spglib-1.16.2/ruby/
H A Dposcar.rb41 def transform2axis(alpha,beta,gamma,cellA,cellB,cellC) argument
52 ax = cellA
H A Dposcar2findsym.rb44 def transform2axis(alpha,beta,gamma,cellA,cellB,cellC) argument
55 ax = cellA
/dports/science/octopus/octopus-10.5/external_libs/spglib-1.9.9/ruby/
H A Dposcar.rb41 def transform2axis(alpha,beta,gamma,cellA,cellB,cellC) argument
52 ax = cellA
H A Dposcar2findsym.rb44 def transform2axis(alpha,beta,gamma,cellA,cellB,cellC) argument
55 ax = cellA
/dports/science/spglib/spglib-1.16.2/ruby/
H A Dposcar.rb41 def transform2axis(alpha,beta,gamma,cellA,cellB,cellC) argument
52 ax = cellA
H A Dposcar2findsym.rb44 def transform2axis(alpha,beta,gamma,cellA,cellB,cellC) argument
55 ax = cellA
/dports/science/cdk/cdk-cdk-2.3/tool/group/src/main/java/org/openscience/cdk/group/
H A DPartition.java393 public int compare(SortedSet<Integer> cellA, SortedSet<Integer> cellB) { in order()
394 return cellA.first().compareTo(cellB.first()); in order()
/dports/math/octave-forge-nnet/nnet/inst/
H A Dmin_max.m58 %!test fail("min_max(cellA{1}=1)","Argument must be a matrix.")
/dports/biology/avida/avida-2.12.4-src/avida-core/source/actions/
H A DPopulationActions.cc4083 cellA.GetPosition(temp_x,temp_y); in Process()
4089 tList<cPopulationCell>& cellA_list = cellA.ConnectionList(); in Process()
4160 cellA.GetPosition(temp_x,temp_y); in Process()
4166 tList<cPopulationCell>& cellA_list = cellA.ConnectionList(); in Process()
4228 tList<cPopulationCell>& cellA_list = cellA.ConnectionList(); in Process()
4233 if (cellB_list.FindPtr(&cellA) == NULL) cellB_list.Push(&cellA); in Process()
4309 if (cellB_list.FindPtr(&cellA) == NULL) cellB_list.Push(&cellA); in Process()
4363 tList<cPopulationCell>& cellA_list = cellA.ConnectionList(); in Process()
4366 cellB_list.PushRear(&cellA); in Process()
4403 tList<cPopulationCell>& cellA_list = cellA.ConnectionList(); in Process()
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/scripting/
H A DCustomListView.cpp292 const auto& cellA = Items[indexA].Cells[column]; in SortItem() local
294 return strlogicalcmp(cellA.c_str(), cellB.c_str()) < 0; in SortItem()
/dports/www/py-django-ckeditor-5/django-ckeditor-5-0.0.13/django_ckeditor_5/static/django_ckeditor_5/dist/
H A Dbundle.js.map1cellA","cellB","getSelectedTableWidget","isTableWidget","getTableWidgetAncestor","parentTable","po…
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/lang/po/
H A Dpt_BR.po69047 " cellA solar Um pequeno dispositivo eletrônico que pode converter "
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/lang/po/
H A Dpt_BR.po69047 " cellA solar Um pequeno dispositivo eletrônico que pode converter "