Home
last modified time | relevance | path

Searched refs:g_minpot (Results 1 – 7 of 7) sorted by relevance

/dports/cad/pdnmesh/pdnmesh-0.2.2/src/
H A Dsurfmesh.c148 if ( ABS(g_maxpot)<ABS(g_minpot) ) { in draw_mesh_grid()
149 elevation=ABS(1.1*g_minpot); in draw_mesh_grid()
161 … i=(int)((Mzz(rec->p0,current_plotting_contour,M)-g_minpot)/(g_maxpot-g_minpot)*contour_levels); in draw_mesh_grid()
166 … i=(int)((Mzz(rec->p1,current_plotting_contour,M)-g_minpot)/(g_maxpot-g_minpot)*contour_levels); in draw_mesh_grid()
172 … i=(int)((Mzz(rec->p2,current_plotting_contour,M)-g_minpot)/(g_maxpot-g_minpot)*contour_levels); in draw_mesh_grid()
H A Dcontour.c235 if ( ABS(g_maxpot)<ABS(g_minpot) ) { in plot_contour_in_3d()
236 elevation=potential/ABS(1.1*g_minpot); in plot_contour_in_3d()
494 double step = (g_maxpot-g_minpot)/(float)contour_levels; /* contour step */ in plot_contour_all()
499 printf("plotting from %lf to %lf at %lf intervals\n",g_maxpot,g_minpot,step); in plot_contour_all()
511 plot_contour(t,g_minpot+j*step,MM); in plot_contour_all()
527 double step = (g_maxpot-g_minpot)/(float)contour_levels; /* contour step */ in plot_contour_all_in_3d()
532 printf("plotting from %lf to %lf at %lf intervals\n",g_maxpot,g_minpot,step); in plot_contour_all_in_3d()
544 plot_contour_in_3d(t,g_minpot+j*step,MM); in plot_contour_all_in_3d()
783 double step = (g_maxpot-g_minpot)/(float)contour_levels; /* contour step */ in print_contour_all()
839 print_contour(plotf,t,g_minpot+i*step,myscale,r,g,b,color_flag,MM); in print_contour_all()
[all …]
H A Dsparse_solve.c459 g_minpot = 1000; in re_number_and_solve_poisson_sparse()
464 if ( phi[i] < g_minpot ) in re_number_and_solve_poisson_sparse()
465 g_minpot = phi[i]; in re_number_and_solve_poisson_sparse()
H A Dsolve.c32 MY_DOUBLE g_maxpot,g_minpot; variable
1185 g_minpot = 1000; in re_number_and_solve_poisson()
1190 if ( phi[i] < g_minpot ) in re_number_and_solve_poisson()
1191 g_minpot = phi[i]; in re_number_and_solve_poisson()
1402 g_minpot = 1.0; in re_number_and_solve_helmholtz()
1641 g_minpot = 1.0; in re_number_and_solve_helmholtz_sparse()
1671 if ( v[i][k]< g_minpot ) g_minpot=v[i][k]; in re_number_and_solve_helmholtz_sparse()
H A Dgraphics.c233 …olour(&r,&g,&b,(int)((Mzz(rec->p0,current_plotting_contour,M)-g_minpot)/(g_maxpot-g_minpot)*(float… in global_render()
236 …olour(&r,&g,&b,(int)((Mzz(rec->p1,current_plotting_contour,M)-g_minpot)/(g_maxpot-g_minpot)*(float… in global_render()
239 …olour(&r,&g,&b,(int)((Mzz(rec->p2,current_plotting_contour,M)-g_minpot)/(g_maxpot-g_minpot)*(float… in global_render()
H A Dtypes.h726 extern MY_DOUBLE g_maxpot,g_minpot;
H A Dwave.c1348 g_minpot = -1.0; in buildup_hash_table_and_equation()
1353 printf("potentials max=%lf min=%lf\n",g_maxpot,g_minpot); in buildup_hash_table_and_equation()