Home
last modified time | relevance | path

Searched refs:nTriAll (Results 1 – 3 of 3) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_massflow_mesh_sieve.cpp206 int nTriAll = mesh->sizeLocal() + mesh->sizeGhost(); in post_force() local
210 for(int iTri = 0; iTri < nTriAll; iTri++) in post_force()
H A Dfix_massflow_mesh.cpp391 int nTriAll = mesh->sizeLocal() + mesh->sizeGhost(); in post_integrate() local
411 for(int iTri = 0; iTri < nTriAll; iTri++) in post_integrate()
H A Dfix_wall_gran.cpp855 int nTriAll, barysign = -1; in post_force_mesh() local
864 nTriAll = mesh->sizeLocal() + mesh->sizeGhost(); in post_force_mesh()
891 for(int iTri = 0; iTri < nTriAll; iTri++) in post_force_mesh()