Home
last modified time | relevance | path

Searched refs:plotlo (Results 1 – 12 of 12) sorted by relevance

/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dmraplot.cc315 Vector<double, NDIM> plotlo, plothi; in dovolumeplot() local
318 plotlo[i] = plot_cell(i, 0); in dovolumeplot()
323 plotvtk_begin(world, output_filename.c_str(), plotlo, plothi, in dovolumeplot()
326 output_filename.c_str(), plotlo, plothi, numpt, binary); in dovolumeplot()
350 Vector<double, NDIM> plotlo, plothi; in dovolumeplot() local
353 plotlo[i] = plot_cell(i, 0); in dovolumeplot()
358 plotvtk_begin(world, output_filename.c_str(), plotlo, plothi, in dovolumeplot()
361 output_filename.c_str(), plotlo, plothi, numpt, binary); in dovolumeplot()
363 output_filename.c_str(), plotlo, plothi, numpt, binary); in dovolumeplot()
H A Dfuncplot.h97 const Vector<double, NDIM> &plotlo, const Vector<double, NDIM> &plothi,
106 cell(i, 0) = plotlo[i];
146 fprintf(f, "%f ", plotlo[i] + it[i]*space[i]);
176 const char *filename, const Vector<double, NDIM> &plotlo,
189 World &world, const char *filename, const Vector<double, NDIM> &plotlo,
199 cell(i, 0) = plotlo[i];
243 const Vector<double, NDIM> &plotlo, const Vector<double, NDIM> &plothi,
257 cell(i, 0) = plotlo[i];
H A Dmraimpl.h3087 … const coordT& plotlo, const coordT& plothi, const std::vector<long>& npt, in plot_cube_kernel() argument
3095 h[i] = (plothi[i]-plotlo[i])/(npt[i]-1); in plot_cube_kernel()
3098 MADNESS_ASSERT(plotlo[i] == plothi[i]); in plot_cube_kernel()
3120 if (boxlo[d] > plothi[d] || boxhi[d] < plotlo[d]) { in plot_cube_kernel()
3128 boxlo[d] = boxhi[d] = plotlo[d]; in plot_cube_kernel()
3133 boxlo[d] = std::max(boxlo[d],plotlo[d]); in plot_cube_kernel()
3137 double xlo = long((boxlo[d]-plotlo[d])/h[d])*h[d] + plotlo[d]; in plot_cube_kernel()
3140 double xhi = long((boxhi[d]-plotlo[d])/h[d])*h[d] + plotlo[d]; in plot_cube_kernel()
3156 ind[d] = long(round((xd-plotlo[d])/h[d])); // Index of plot point in plot_cube_kernel()
3178 Tensor<T> FunctionImpl<T,NDIM>::eval_plot_cube(const coordT& plotlo, in eval_plot_cube() argument
[all …]
H A Dgraveyard3410 Tensor<T> FunctionImpl<T,NDIM>::eval_plot_cube(const coordT& plotlo,
3421 h[i] = (plothi[i]-plotlo[i])/(npt[i]-1);
3424 MADNESS_ASSERT(plotlo[i] == plothi[i]);
3428 //print("plot info", plotlo, plothi, npt, h);
3447 if (boxlo[d] > plothi[d] || boxhi[d] < plotlo[d]) {
3455 boxlo[d] = boxhi[d] = plotlo[d];
3460 // boxlo[d] = std::max(boxlo[d],plotlo[d]);
3464 double xlo = long((boxlo[d]-plotlo[d])/h[d])*h[d] + plotlo[d];
3467 double xhi = long((boxhi[d]-plotlo[d])/h[d])*h[d] + plotlo[d];
3489 ind[d] = long(round((xd-plotlo[d])/h[d])); // Index of plot point
H A Dfuncimpl.h2972 … const coordT& plotlo, const coordT& plothi, const std::vector<long>& npt,
2981 Tensor<T> eval_plot_cube(const coordT& plotlo,
/dports/devel/cc65/cc65-2.19/libsrc/pce/
H A Dkplot.s11 adc plotlo,x
24 plotlo: .repeat screenrows,line label
/dports/science/madness/madness-ebb3fd7/doc/getting_started/
H A Dgstart_io.dox86 -# the lower (`plotlo`) bound of Cartesian coordinates in each dimension to plot,
91 \note At this time, MADNESS evaluates the functions at equally spaced points between `plotlo` and `…
107 Vector<double, 2> plotlo, plothi; // Box dimensions
112 plotlo[i] = 0.0;
117 plotvtk_begin(world, filename, plotlo, plothi, npts);
118 plotvtk_data(u, u, world, filename, plotlo, plothi, npts);
119 plotvtk_data(v, v, world, filename, plotlo, plothi, npts);
/dports/science/madness/madness-ebb3fd7/src/apps/chem/
H A DCalculationParameters.h70 int plotlo,plothi; ///< Range of MOs to print (for both spins if polarized) member
143 ar & plotlo & plothi & plotdens & plotcoul & localize & localize_pm in serialize()
167 , plotlo(0) in CalculationParameters()
300 f >> plotlo >> plothi; in read()
581 madness::print(" plot orbital ", plotlo, plothi); in print()
H A DSCF.cc408 for (int i = param.plotlo; i <= param.plothi; ++i) { in do_plots()
/dports/science/madness/madness-ebb3fd7/src/examples/
H A Dnavstokes_cosines.cc311 Vector<double, 3> plotlo, plothi; in testNavierStokes() local
314 plotlo[i] = 0.0; in testNavierStokes()
318 plotvtk_begin(world, filename, plotlo, plothi, npts); in testNavierStokes()
319 plotvtk_data(u[0], "u", world, filename, plotlo, plothi, npts); in testNavierStokes()
320 plotvtk_data(u[1], "v", world, filename, plotlo, plothi, npts); in testNavierStokes()
321 plotvtk_data(u[2], "w", world, filename, plotlo, plothi, npts); in testNavierStokes()
322 plotvtk_data(p , "p", world, filename, plotlo, plothi, npts); in testNavierStokes()
/dports/science/madness/madness-ebb3fd7/src/apps/polar/
H A Dmoldft.cc515 int plotlo,plothi; ///< Range of MOs to print (for both spins if polarized) member
564 …ar & plotlo & plothi & plotdens & plotcoul & localize & localize_pm & restart & save & maxsub & np… in serialize()
589 , plotlo(0) in CalculationParameters()
697 f >> plotlo >> plothi; in read_file()
911 madness::print(" plot orbital ", plotlo, plothi); in print()
1187 for (int i=param.plotlo; i<=param.plothi; ++i) { in do_plots()
H A Ddesktop452 int plotlo,plothi; ///< Range of MOs to print (for both spins if polarized)
500 …ar & plotlo & plothi & plotdens & plotcoul & localize & localize_pm & restart & save & maxsub & np…
524 , plotlo(0)
631 f >> plotlo >> plothi;
842 madness::print(" plot orbital ", plotlo, plothi);
1118 for (int i=param.plotlo; i<=param.plothi; ++i) {