Home
last modified time | relevance | path

Searched refs:gcut (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/cutter/cutter-1.2.6/gcutter/
H A DMakefile.am15 gcut-marshalers.h
30 gcut-list.h \
33 gcut-enum.h \
38 gcut-egg.h \
39 gcut-io.h \
42 gcut-data.h \
48 gcut-main.h
69 gcut-io.c \
81 gcut-utils.c
90 gcut-marshalers.h : gcut-marshalers.list
[all …]
H A DMakefile.in115 gcut-dynamic-data.lo gcut-egg.lo gcut-enum.lo gcut-error.lo \
116 gcut-hash-table.lo gcut-inspect.lo gcut-io.lo gcut-key-file.lo \
117 gcut-list.lo gcut-main.lo gcut-object.lo gcut-string.lo \
118 gcut-string-io-channel.lo gcut-types.lo gcut-process.lo \
119 gcut-value-equal.lo gcut-event-loop.lo gcut-glib-event-loop.lo \
120 gcut-utils.lo
494 gcut-io.h \
503 gcut-main.h
536 gcut-utils.c
909 gcut-marshalers.h : gcut-marshalers.list
[all …]
/dports/devel/cutter/cutter-1.2.6/test/gcutter/
H A DMakefile.am13 test-gcut-assertions.la \
17 test-gcut-enum.la \
18 test-gcut-object.la \
19 test-gcut-list.la \
20 test-gcut-string.la \
22 test-gcut-egg.la \
23 test-gcut-process.la \
24 test-gcut-io.la \
25 test-gcut-key-file.la \
26 test-gcut-inspect.la \
[all …]
H A DMakefile.in511 test-gcut-assertions.la \
515 test-gcut-enum.la \
516 test-gcut-object.la \
517 test-gcut-list.la \
518 test-gcut-string.la \
520 test-gcut-egg.la \
521 test-gcut-process.la \
522 test-gcut-io.la \
523 test-gcut-key-file.la \
524 test-gcut-inspect.la \
[all …]
/dports/devel/cutter/cutter-1.2.6/doc/reference/
H A Dja.po40 #: xml/gcut-enum.xml:8(manvolnum) xml/gcut-egg.xml:8(manvolnum)
107 #: xml/gcut-main.xml:19(title) xml/gcut-list.xml:20(title)
111 #: xml/gcut-error.xml:20(title) xml/gcut-enum.xml:20(title)
112 #: xml/gcut-egg.xml:20(title) xml/gcut-data.xml:20(title)
148 #: xml/gcut-main.xml:29(title) xml/gcut-list.xml:60(title)
153 #: xml/gcut-egg.xml:89(title) xml/gcut-data.xml:59(title)
347 #: xml/gcut-egg.xml:43(type) xml/gcut-egg.xml:45(type)
348 #: xml/gcut-egg.xml:46(type) xml/gcut-egg.xml:49(type)
349 #: xml/gcut-egg.xml:60(type) xml/gcut-data.xml:22(type)
350 #: xml/gcut-data.xml:23(type) xml/gcut-data.xml:26(type)
[all …]
H A DMakefile.am43 $(top_srcdir)/gcutter/gcut-assertions.h \
44 $(top_srcdir)/gcutter/gcut-data.h \
45 $(top_srcdir)/gcutter/gcut-egg.h \
46 $(top_srcdir)/gcutter/gcut-enum.h \
47 $(top_srcdir)/gcutter/gcut-error.h \
48 $(top_srcdir)/gcutter/gcut-hash-table.h \
49 $(top_srcdir)/gcutter/gcut-inspect.h \
50 $(top_srcdir)/gcutter/gcut-list.h \
51 $(top_srcdir)/gcutter/gcut-object.h \
52 $(top_srcdir)/gcutter/gcut-process.h \
[all …]
/dports/devel/cutter/cutter-1.2.6/po/
H A DPOTFILES.in65 gcutter/gcut-egg.c
66 gcutter/gcut-enum.c
67 gcutter/gcut-error.c
71 gcutter/gcut-inspect.c
72 gcutter/gcut-io.c
74 gcutter/gcut-list.c
75 gcutter/gcut-main.c
76 gcutter/gcut-object.c
78 gcutter/gcut-string.c
80 gcutter/gcut-types.c
[all …]
/dports/graphics/gegl/gegl-0.4.34/docs/obsolete/
H A Dgcut.adoc1 gcut chapter
7 NOTE : gcut has been removed from the GEGL source tree, many parts of the
38 See [gcut.h](https://git.gnome.org/browse/gegl/tree/gcut/gcut.h) for more
46 gcut, the default testproject of gcut which is in this repo as default.edl
67 image::http://pippin.gimp.org/gedl/gedl-help.png[gcut with help]
89 gstreamer, and the rest of gcut would remain unchanged.
103 An example gcut edl file is as follows:
113 $ gcut test.edl render
119 $ gcut test.edl
124 when quitting gcut will have overwritten the original file
[all …]
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/atom/
H A Dfilter.py43 def __init__(self, r_g, dr_g, gcut, h): argument
50 self.gcut = gcut
51 rcut = r_g[gcut]
54 self.r_g = r_g = r_g[:gcut].copy() # will be modified later!
55 self.dr_g = dr_g[:gcut]
104 fdrim_g = f_g[:self.gcut] * self.dr_g / self.m_g / r_g
161 a_g[:self.gcut] = fr_g * self.m_g / r_g**(l + 1)
185 gcut = 1 + int(M * rc / (beta + rc)) variable
192 p_g[gcut:] = 0.0
H A Dbasis.py42 def get_gaussianlike_basis_function(rgd, l, rchar, gcut): argument
43 rcut = rgd.r_g[gcut]
45 r_g = rgd.r_g[:gcut + 1]
69 r2 = r_g[gcut + 1]
70 y1 = psi_g[gcut] / r_g[gcut]
71 y2 = psi_g[gcut + 1] / r_g[gcut + 1]
75 psi_g2[gcut:] = psi_g[gcut:]
520 gcut = min(int(1 + bf.rc / d), ng - 1)
522 assert equidistant_grid[gcut] >= bf.rc
525 bf.rc = equidistant_grid[gcut]
[all …]
H A Dradialgd.py323 gcut = self.floor(rcut)
327 shift = (4 * a_g[gcut] - a_g[gcut - 1]) / 3
329 a_g[gcut + 1:] = 0
475 gcut = g + 1
476 return gcut
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dcp_ddapc_util.F163 CALL section_vals_val_get(density_fit_section, "GCUT", r_val=gcut)
177 gcut, &
344 CALL section_vals_val_get(density_fit_section, "GCUT", r_val=gcut)
435 gcut, iparticle, Vol, qs_env)
444 gcut, iparticle, Vol, qs_env)
571 CALL section_vals_val_get(density_fit_section, "GCUT", r_val=gcut)
572 gcut2 = gcut*gcut
640 CALL section_vals_val_get(density_fit_section, "GCUT", r_val=gcut)
641 gcut2 = gcut*gcut
700 REAL(KIND=dp), INTENT(IN) :: gcut local
[all …]
H A Dcp_ddapc_methods.F60 SUBROUTINE ddapc_eval_gfunc(gfunc, w, gcut, rho_tot_g, radii) argument
63 REAL(KIND=dp), INTENT(IN) :: gcut local
74 gcut2 = gcut*gcut
119 REAL(KIND=dp), INTENT(IN) :: gcut local
131 gcut2 = gcut*gcut
197 REAL(KIND=dp), INTENT(IN) :: gcut local
212 gcut2 = gcut*gcut
283 REAL(KIND=dp), INTENT(IN) :: gcut local
298 gcut2 = gcut*gcut
395 gcut2 = gcut*gcut
[all …]
H A Dcp_ddapc_types.F97 particle_set, radii, cell, super_cell, rho_tot_g, gcut, iw2, Vol, & argument
106 REAL(KIND=dp), INTENT(IN) :: gcut local
130 CALL ddapc_eval_gfunc(cp_ddapc_env%gfunc, cp_ddapc_env%w, gcut, rho_tot_g, radii)
136 gcut, &
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dcp_ddapc_util.F163 CALL section_vals_val_get(density_fit_section, "GCUT", r_val=gcut)
177 gcut, &
344 CALL section_vals_val_get(density_fit_section, "GCUT", r_val=gcut)
435 gcut, iparticle, Vol, qs_env)
444 gcut, iparticle, Vol, qs_env)
571 CALL section_vals_val_get(density_fit_section, "GCUT", r_val=gcut)
572 gcut2 = gcut*gcut
640 CALL section_vals_val_get(density_fit_section, "GCUT", r_val=gcut)
641 gcut2 = gcut*gcut
700 REAL(KIND=dp), INTENT(IN) :: gcut local
[all …]
H A Dcp_ddapc_methods.F60 SUBROUTINE ddapc_eval_gfunc(gfunc, w, gcut, rho_tot_g, radii) argument
63 REAL(KIND=dp), INTENT(IN) :: gcut local
74 gcut2 = gcut*gcut
119 REAL(KIND=dp), INTENT(IN) :: gcut local
131 gcut2 = gcut*gcut
197 REAL(KIND=dp), INTENT(IN) :: gcut local
212 gcut2 = gcut*gcut
283 REAL(KIND=dp), INTENT(IN) :: gcut local
298 gcut2 = gcut*gcut
395 gcut2 = gcut*gcut
[all …]
H A Dcp_ddapc_types.F97 particle_set, radii, cell, super_cell, rho_tot_g, gcut, iw2, Vol, & argument
106 REAL(KIND=dp), INTENT(IN) :: gcut local
130 CALL ddapc_eval_gfunc(cp_ddapc_env%gfunc, cp_ddapc_env%w, gcut, rho_tot_g, radii)
136 gcut, &
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/pw/
H A Dpw_grid_info.F291 REAL(KIND=dp) :: gcut, gdum(3), length local
297 gcut = length
302 gcut = MIN(gcut, length)
307 gcut = MIN(gcut, length)
309 cutoff = gcut - 1.e-8_dp
/dports/science/cp2k-data/cp2k-7.1.0/src/pw/
H A Dpw_grid_info.F291 REAL(KIND=dp) :: gcut, gdum(3), length local
297 gcut = length
302 gcut = MIN(gcut, length)
307 gcut = MIN(gcut, length)
309 cutoff = gcut - 1.e-8_dp
/dports/science/berkeleygw/BGW-2.0.0/MeanField/ESPRESSO/
H A Ddata-file2gsphere.py24 def create_gsphere_inp(datafile, f_gsphere, gcut, order_gvecs, kpoint): argument
35 f_gsphere.write(' {}\n'.format(gcut))
78 create_gsphere_inp(args.datafile, f_gsphere, args.gcut, args.order_gvecs, args.kpoint)
/dports/devel/cutter/cutter-1.2.6/vcc/
H A DMakefile.am10 include/gcutter/gcut-marshalers.h \
12 source/gcutter/gcut-marshalers.c
35 cp $(top_builddir)/gcutter/gcut-marshalers.h include/gcutter/
37 cp $(top_builddir)/gcutter/gcut-marshalers.c source/gcutter/
/dports/math/octave-forge-ltfat/ltfat/inst/demos/
H A Ddemo_pbspline.m73 gcut=middlepad(g,ntaps);
77 length(gcut)
79 % extend gcut again
80 gextend=middlepad(gcut,L);
/dports/math/parmetis/parmetis-4.0.3/libparmetis/
H A Dgkmetis.c30 idx_t cut, gcut, maxnvtxs; in ParMETIS_V3_PartGeomKway() local
112 gcut = GlobalSESum(ctrl, cut)/2; in ParMETIS_V3_PartGeomKway()
116 gcut, balance, maxnvtxs, graph->gnvtxs, npes); in ParMETIS_V3_PartGeomKway()
/dports/math/libmesh/libmesh-1.6.2/contrib/parmetis/libparmetis/
H A Dgkmetis.c30 idx_t cut, gcut, maxnvtxs; in ParMETIS_V3_PartGeomKway() local
112 gcut = GlobalSESum(ctrl, cut)/2; in ParMETIS_V3_PartGeomKway()
116 gcut, balance, maxnvtxs, graph->gnvtxs, npes); in ParMETIS_V3_PartGeomKway()
/dports/science/quantum-espresso/q-e-qe-6.7.0/FFTXlib/
H A Dstick_base.f90179 SUBROUTINE sticks_map_set( lgamma, ub, lb, bg, gcut, st, comm ) argument
190 REAL(DP) , INTENT(in) :: gcut ! cut-off for potentials local
243 IF (amod <= gcut ) then
550 SUBROUTINE get_sticks( smap, gcut, nstp, sstp, st, nst, ng ) argument
555 REAL(DP) , INTENT(in) :: gcut ! kinetic energy cut-off for this stick distribution local
575 CALL sticks_map_set( smap%lgamma, smap%ub, smap%lb, smap%bg, gcut, st, smap%comm )

123