Home
last modified time | relevance | path

Searched refs:anmax (Results 1 – 2 of 2) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BRepTest/
H A DBRepTest_FillingCommands.cxx392 anmax = Henri.G1Error(); in approxplate() local
394 di<<" dist. max = "<<dmax<<" ; angle max = "<<anmax<<"\n"; in approxplate()
424 seuil = Max(Tol3d,anmax*10); in approxplate()
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_grid.c3714 double anmax[2] = {-HUGE_VAL, -HUGE_VAL}; in _verify_coarse_quantities() local
3757 anmax[0] = -HUGE_VAL; anmax[1] = -HUGE_VAL; in _verify_coarse_quantities()
3762 else if (w1[ii] > anmax[0]) in _verify_coarse_quantities()
3763 anmax[0] = w1[ii]; in _verify_coarse_quantities()
3769 else if (w3[ic] > anmax[1]) in _verify_coarse_quantities()
3770 anmax[1] = w3[ic]; in _verify_coarse_quantities()
3776 MPI_Allreduce(MPI_IN_PLACE, anmax, 2, MPI_DOUBLE, MPI_MAX, comm); in _verify_coarse_quantities()
3784 anmin[0], anmax[0], anmin[1], anmax[1]); in _verify_coarse_quantities()