Searched refs:BCHECK (Results 1 – 1 of 1) sorted by relevance
264 #define BCHECK(coordxyz, truetrace) (coordxyz < truetrace + BCHECKEPS && coordxyz > truetrace - BCH… macro270 …if (BCHECK(coords[0], user->bounds[0]) || BCHECK(coords[0], user->bounds[1]) || BCHECK(coords[1], … in EvaluateStrongDirichletCondition()