Home
last modified time | relevance | path

Searched refs:nneighs (Results 1 – 8 of 8) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_contact_history_mesh_I.h116 const int nneighs = fix_nneighs_->get_vector_atom_int(iP); in haveContact() local
118 for(int i = 0; i < nneighs; i++) in haveContact()
135 const int nneighs = fix_nneighs_->get_vector_atom_int(iP); in coplanarContactAlready() local
136 for(int i = 0; i < nneighs; i++) in coplanarContactAlready()
158 const int nneighs = fix_nneighs_->get_vector_atom_int(iP); in checkCoplanarContactHistory() local
160 for(int i = 0; i < nneighs; i++) in checkCoplanarContactHistory()
178 const int nneighs = fix_nneighs_->get_vector_atom_int(iP); in addNewTriContactToExistingParticle() local
184 if(npartner_[iP] >= nneighs) in addNewTriContactToExistingParticle()
190 for(int ineigh = 0; ineigh < nneighs; ineigh++) in addNewTriContactToExistingParticle()
199 if(iContact >= nneighs) in addNewTriContactToExistingParticle()
H A Dfix_contact_history_mesh.cpp378 int nneighs, first_empty, last_filled; in sort_contacts() local
382 nneighs = fix_nneighs_->get_vector_atom_int(i); in sort_contacts()
384 if(0 == nneighs) in sort_contacts()
391 for(int j = 0; j < nneighs; j++) in sort_contacts()
421 keepflag_[i] = keeppage_[0]->get(nneighs); in markAllContacts()
422 intersectflag_[i] = intersectpage_[0]->get(nneighs); in markAllContacts()
444 for(int j = 0; j < nneighs; j++) in cleanUpContacts()
519 for(int j = 0; j < nneighs; j++) in reset_history()
582 int nalloc = std::max(nneighs,npartner_[nlocal]); in unpack_exchange()
598 for (int n = npartner_[nlocal]; n < nneighs; n++) { in unpack_exchange()
[all …]
H A Dfix_contact_property_atom_wall.cpp145 …const int nneighs = fix_nneighs_ ? fix_nneighs_->get_vector_atom_int(iP) : primitive_wall_->isNear… in haveContact() local
147 for(int i = 0; i < nneighs; i++) in haveContact()
H A Dfix_contact_history_mesh.h112 int nneighs(const int iP) const
H A Ddump_mesh.cpp806 vtkIntArray *nneighs = static_cast<vtkIntArray*>(cell_attributes.back().GetPointer()); in prepare_mbSet() local
807 nneighs->SetName("nneighs"); in prepare_mbSet()
809 nneighs->InsertNextValue((*mesh)->nNeighs(iTri)); in prepare_mbSet()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dmg_decoration.cpp228 int nneighs = 0; in canPlaceDecoration() local
247 nneighs++; in canPlaceDecoration()
250 if (nneighs < nspawnby) in canPlaceDecoration()
/dports/games/minetest/minetest-5.4.1/src/mapgen/
H A Dmg_decoration.cpp99 int nneighs = 0; in canPlaceDecoration() local
127 nneighs++; in canPlaceDecoration()
130 if (nneighs < nspawnby) in canPlaceDecoration()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DMeshPartition.F903142 INTEGER :: i,j,k,n,loc,ierr,nneighs, counter
3162 nneighs = COUNT(PartMaybeNeigh)
3164 RecvNodes(nneighs), requests(nneighs), work_arr(ParEnv % PEs))
3190 DO i=1,nneighs
3200 CALL MPI_WaitAll( nneighs, requests, MPI_STATUSES_IGNORE, ierr )
3208 DO j=1,nneighs