Home
last modified time | relevance | path

Searched refs:flux (Results 1 – 25 of 4097) sorted by relevance

12345678910>>...164

/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/flux/stdlib/influxdata/influxdb/
H A Dto_test.go28 Want: &flux.Spec{
45 Edges: []flux.Edge{
68 data []flux.Table
81 ColMeta: []flux.ColMeta{
108 ColMeta: []flux.ColMeta{
136 ColMeta: []flux.ColMeta{
154 ColMeta: []flux.ColMeta{
189 ColMeta: []flux.ColMeta{
238 ColMeta: []flux.ColMeta{
292 ColMeta: []flux.ColMeta{
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DElectronFlux.h52 flux[0] = vx; in electron_convection()
60 flux[1] = vy; in electron_convection()
61 flux[1] *= n; in electron_convection()
68 flux[2] = vz; in electron_convection()
69 flux[2] *= n; in electron_convection()
109 flux[0] = n; in electron_flux()
110 flux[1] = n; in electron_flux()
111 flux[2] = n; in electron_flux()
114 flux[0] = 0.; in electron_flux()
121 flux[1] = 0.; in electron_flux()
[all …]
H A DElectronHeatFlux.h31 flux[0] = zeroWorkspace_; in electron_heat_flux()
32 flux[1] = zeroWorkspace_; in electron_heat_flux()
47 flux[0] = vx; in electron_heat_convection()
48 flux[1] = vy; in electron_heat_convection()
49 flux[2] = vz; in electron_heat_convection()
112 flux[0] = dT[0]; in electron_heat_flux()
113 flux[1] = dT[1]; in electron_heat_flux()
114 flux[2] = dT[2]; in electron_heat_flux()
152 flux[0] = dT[0]; in electron_heat_flux()
153 flux[1] = dT[1]; in electron_heat_flux()
[all …]
H A DWeakEquationElectronMomentum.cpp41 flux[0] = velocity; in convection()
42 flux[1] = velocity; in convection()
43 flux[2] = velocity; in convection()
84 DENS_MAT_VEC &flux) const in B_integrand()
123 CLON_VEC tsx(flux,CLONE_COL,0); in thermal_stress()
124 CLON_VEC tsy(flux,CLONE_COL,1); in thermal_stress()
125 CLON_VEC tsz(flux,CLONE_COL,2); in thermal_stress()
164 DENS_MAT &flux) const in N_integrand()
177 CLON_VEC tsx(flux,CLONE_COL,0); in N_integrand()
178 CLON_VEC tsy(flux,CLONE_COL,1); in N_integrand()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DElectronFlux.h52 flux[0] = vx; in electron_convection()
60 flux[1] = vy; in electron_convection()
61 flux[1] *= n; in electron_convection()
68 flux[2] = vz; in electron_convection()
69 flux[2] *= n; in electron_convection()
108 flux[0] = n; in electron_flux()
109 flux[1] = n; in electron_flux()
110 flux[2] = n; in electron_flux()
113 flux[0] = 0.; in electron_flux()
120 flux[1] = 0.; in electron_flux()
[all …]
H A DElectronHeatFlux.h31 flux[0] = zeroWorkspace_; in electron_heat_flux()
32 flux[1] = zeroWorkspace_; in electron_heat_flux()
47 flux[0] = vx; in electron_heat_convection()
48 flux[1] = vy; in electron_heat_convection()
49 flux[2] = vz; in electron_heat_convection()
112 flux[0] = dT[0]; in electron_heat_flux()
113 flux[1] = dT[1]; in electron_heat_flux()
114 flux[2] = dT[2]; in electron_heat_flux()
152 flux[0] = dT[0]; in electron_heat_flux()
153 flux[1] = dT[1]; in electron_heat_flux()
[all …]
H A DWeakEquationElectronMomentum.cpp41 flux[0] = velocity; in convection()
42 flux[1] = velocity; in convection()
43 flux[2] = velocity; in convection()
84 DENS_MAT_VEC &flux) const in B_integrand()
123 CLON_VEC tsx(flux,CLONE_COL,0); in thermal_stress()
124 CLON_VEC tsy(flux,CLONE_COL,1); in thermal_stress()
125 CLON_VEC tsz(flux,CLONE_COL,2); in thermal_stress()
164 DENS_MAT &flux) const in N_integrand()
176 CLON_VEC tsx(flux,CLONE_COL,0); in N_integrand()
177 CLON_VEC tsy(flux,CLONE_COL,1); in N_integrand()
[all …]
/dports/www/grafana8/grafana-8.3.6/pkg/tsdb/influxdb/flux/
H A Dmacros.go1 package flux
21 flux = strings.ReplaceAll(flux, "$__interval", intervalText)
22 return flux
28 flux := query.RawQuery
38 flux = strings.ReplaceAll(flux, match[0], from)
40 flux = strings.ReplaceAll(flux, match[0], to)
42 flux = strings.ReplaceAll(flux, match[0], query.Interval.String())
44 flux = strings.ReplaceAll(flux, match[0], "\""+query.Options.Bucket+"\"")
52 return flux
57 flux = interpolateInterval(flux, query.Interval)
[all …]
/dports/astro/p5-Astro-Flux/Astro-Flux-0.01/
H A DFluxes.pm104 sub flux { subroutine
143 $result = $flux;
149 $result = $flux;
178 $running_error += $flux->error('mag')*$flux->error('mag');
180 $ref_datetime = $flux->datetime();
185 $running_error += $flux->error('mag')*$flux->error('mag');
294 my $datetime = $flux->datetime;
297 my $datetime = $flux->datetime;
305 if ( defined $flux->error('mag') ) {
471 my $flux = ${$value}[$i];
[all …]
/dports/deskutils/genius/genius-1.0.27/gtkextra/
H A Dgtkplotflux.c442 if(flux->labels_prefix) g_free(flux->labels_prefix); in gtk_plot_flux_destroy()
444 if(flux->labels_suffix) g_free(flux->labels_suffix); in gtk_plot_flux_destroy()
533 GtkPlotFlux *flux; in gtk_plot_flux_get_legend_size() local
559 if(flux->show_scale){ in gtk_plot_flux_get_legend_size()
561 …gtk_plot_axis_parse_label(data->gradient, flux->scale_max, flux->labels_precision, flux->labels_st… in gtk_plot_flux_get_legend_size()
588 GtkPlotFlux *flux; in gtk_plot_flux_draw_legend() local
630 if(flux->show_scale){ in gtk_plot_flux_draw_legend()
642 …gtk_plot_axis_parse_label(data->gradient, flux->scale_max, flux->labels_precision, flux->labels_st… in gtk_plot_flux_draw_legend()
815 return(flux->centered); in gtk_plot_flux_is_centered()
893 if(flux->labels_prefix) g_free(flux->labels_prefix); in gtk_plot_flux_set_labels_prefix()
[all …]
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkplotflux.c449 if(flux->labels_prefix) g_free(flux->labels_prefix); in gtk_plot_flux_destroy()
451 if(flux->labels_suffix) g_free(flux->labels_suffix); in gtk_plot_flux_destroy()
534 GtkPlotFlux *flux; in gtk_plot_flux_get_legend_size() local
560 if(flux->show_scale){ in gtk_plot_flux_get_legend_size()
562 …gtk_plot_axis_parse_label(data->gradient, flux->scale_max, flux->labels_precision, flux->labels_st… in gtk_plot_flux_get_legend_size()
589 GtkPlotFlux *flux; in gtk_plot_flux_draw_legend() local
634 if(flux->show_scale){ in gtk_plot_flux_draw_legend()
646 …gtk_plot_axis_parse_label(data->gradient, flux->scale_max, flux->labels_precision, flux->labels_st… in gtk_plot_flux_draw_legend()
813 return(flux->centered); in gtk_plot_flux_is_centered()
891 if(flux->labels_prefix) g_free(flux->labels_prefix); in gtk_plot_flux_set_labels_prefix()
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplotflux.c381 if(flux->labels_prefix) g_free(flux->labels_prefix); in gtk_plot_flux_destroy()
383 if(flux->labels_suffix) g_free(flux->labels_suffix); in gtk_plot_flux_destroy()
464 GtkPlotFlux *flux; in gtk_plot_flux_get_legend_size() local
490 if(flux->show_scale){ in gtk_plot_flux_get_legend_size()
492 …gtk_plot_axis_parse_label(data->gradient, flux->scale_max, flux->labels_precision, flux->labels_st… in gtk_plot_flux_get_legend_size()
519 GtkPlotFlux *flux; in gtk_plot_flux_draw_legend() local
562 if(flux->show_scale){ in gtk_plot_flux_draw_legend()
574 …gtk_plot_axis_parse_label(data->gradient, flux->scale_max, flux->labels_precision, flux->labels_st… in gtk_plot_flux_draw_legend()
708 return(flux->centered); in gtk_plot_flux_is_centered()
744 if(flux->labels_prefix) g_free(flux->labels_prefix); in gtk_plot_flux_set_labels_prefix()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/mgdyn2D_compute_average_b/6801/dat/
H A D6801.dat.names11 5: res: average magnetic flux density 1 in body 1:
12 6: res: average magnetic flux density 1 im in body 1:
13 7: res: average magnetic flux density 2 in body 1:
14 8: res: average magnetic flux density 2 im in body 1:
15 9: res: average magnetic flux density 1 in body 2:
17 11: res: average magnetic flux density 2 in body 2:
19 13: res: average magnetic flux density 1 in body 3:
21 15: res: average magnetic flux density 2 in body 3:
23 17: res: average magnetic flux density 1 in body 4:
25 19: res: average magnetic flux density 2 in body 4:
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dreader.go21 flux.Table
421 Type: flux.TTime,
425 Type: flux.TTime,
429 Type: flux.TTime,
450 Type: flux.TTime,
455 Type: flux.TTime,
493 Type: flux.TTime,
497 Type: flux.TTime,
501 Type: flux.TTime,
523 Type: flux.TTime,
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/internal/
H A Dflux_controller.go11 QueryFn func(ctx context.Context, compiler flux.Compiler) (flux.Query, error)
16 QueryFn: func(ctx context.Context, compiler flux.Compiler) (query flux.Query, e error) {
22 func (m *FluxControllerMock) Query(ctx context.Context, compiler flux.Compiler) (flux.Query, error)…
29 SpecFn func(*FluxQueryMock) *flux.Spec
30 ReadyFn func(*FluxQueryMock) <-chan map[string]flux.Result
38 SpecFn: func(*FluxQueryMock) *flux.Spec { return &flux.Spec{} },
39 ReadyFn: func(*FluxQueryMock) <-chan map[string]flux.Result {
40 ch := make(chan map[string]flux.Result)
50 func (m *FluxQueryMock) Spec() *flux.Spec { return m.SpecFn(m) }
55 func (m *FluxQueryMock) Statistics() flux.Statistics { return flux.Statistics{} }
[all …]
/dports/science/v_sim/v_sim-3.8.0/src/coreTools/
H A DtoolFortran.c97 gboolean tool_files_fortran_readFlag(ToolFiles *flux, gsize *nb, in tool_files_fortran_readFlag() argument
102 if (tool_files_read(flux, &n, sizeof(guint), error) != G_IO_STATUS_NORMAL) in tool_files_fortran_readFlag()
118 if (testFlag && !tool_files_fortran_checkFlag(flux, nb, endianness, error)) in tool_files_fortran_readCharacter()
125 if (testFlag && !tool_files_fortran_checkFlag(flux, nb, endianness, error)) in tool_files_fortran_readCharacter()
152 if (testFlag && !tool_files_fortran_checkFlag(flux, nb, endianness, error)) in tool_files_fortran_readString()
219 gboolean tool_files_fortran_readInteger(ToolFiles *flux, gint *var, in tool_files_fortran_readInteger() argument
261 if (!_readArray(flux, var, sizeof(gint), nb, endianness, testFlag, error)) in tool_files_fortran_readIntegerArray()
328 gboolean tool_files_fortran_readDouble(ToolFiles *flux, gdouble *var, in tool_files_fortran_readDouble() argument
400 gboolean tool_files_fortran_testEndianness(ToolFiles *flux, gsize nb, in tool_files_fortran_testEndianness() argument
433 gboolean tool_files_fortran_checkFlag(ToolFiles *flux, gsize ncheck, in tool_files_fortran_checkFlag() argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/flux/stdlib/influxdata/influxdb/v1/
H A Ddatabases.go31 func createDatabasesOpSpec(args flux.Arguments, a *flux.Administration) (flux.OperationSpec, error)…
95 if _, err := b.AddCol(flux.ColMeta{
97 Type: flux.TString,
101 if _, err := b.AddCol(flux.ColMeta{
103 Type: flux.TString,
107 if _, err := b.AddCol(flux.ColMeta{
109 Type: flux.TString,
113 if _, err := b.AddCol(flux.ColMeta{
115 Type: flux.TInt,
121 Type: flux.TBool,
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/flux/stdlib/influxdata/influxdb/v1/
H A Ddatabases.go30 func createDatabasesOpSpec(args flux.Arguments, a *flux.Administration) (flux.OperationSpec, error)…
94 if _, err := b.AddCol(flux.ColMeta{
96 Type: flux.TString,
100 if _, err := b.AddCol(flux.ColMeta{
102 Type: flux.TString,
106 if _, err := b.AddCol(flux.ColMeta{
108 Type: flux.TString,
112 if _, err := b.AddCol(flux.ColMeta{
114 Type: flux.TInt,
120 Type: flux.TBool,
[all …]
/dports/science/v_sim/v_sim-3.8.0/src/loaders/
H A Datomic_d3.c59 static gboolean read_nattyp_natnom(ToolFiles *flux, GError **error,
110 if (!tool_files_fortran_readFlag(flux, &ncheck, endian, error)) in read_nattyp_natnom()
134 if (!tool_files_fortran_readDouble(flux, NULL, endian, error)) in read_npas_temps()
143 if (!tool_files_fortran_readDouble(flux, NULL, endian, error)) in read_npas_temps_energy()
262 if (!tool_files_fortran_testEndianness(flux, 128, &endian)) in read_d3_file()
289 valid = read_npas_temps(flux, error, endian, &npas); in read_d3_file()
333 valid = read_nattyp_natnom(flux, error, endian, store); in read_d3_file()
418 if (!read_unit(flux, error, &unit) || in read_d3_file()
425 if (!read_periodicity(flux, error, &bc) || in read_d3_file()
437 while (!tool_files_atEnd(flux) && !valid); in read_d3_file()
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/storage/flux/
H A Dreader.go50 flux.Table
419 Type: flux.TTime,
423 Type: flux.TTime,
455 Type: flux.TTime,
459 Type: flux.TTime,
463 Type: flux.TTime,
484 Type: flux.TTime,
489 Type: flux.TTime,
533 Type: flux.TTime,
537 Type: flux.TTime,
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/patches/
H A Dflux.patch1 diff --git b/flux/stdlib/influxdata/influxdb/buckets.go a/flux/stdlib/influxdata/influxdb/buckets.go
67 Type: flux.TString,
75 Type: flux.TString,
83 Type: flux.TString,
91 Type: flux.TString,
99 Type: flux.TInt,
392 - Want: &flux.Spec{
406 - Want: &flux.Spec{
1312 -// ToOpSpec is the flux.OperationSpec for the `to` flux function.
1357 - flux.OperationSpec
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/patches/
H A Dflux.patch1 diff --git b/flux/stdlib/influxdata/influxdb/buckets.go a/flux/stdlib/influxdata/influxdb/buckets.go
67 Type: flux.TString,
75 Type: flux.TString,
83 Type: flux.TString,
91 Type: flux.TString,
99 Type: flux.TInt,
392 - Want: &flux.Spec{
406 - Want: &flux.Spec{
1312 -// ToOpSpec is the flux.OperationSpec for the `to` flux function.
1357 - flux.OperationSpec
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dflux_reader.go20 flux.Table
399 Type: flux.TTime,
403 Type: flux.TTime,
407 Type: flux.TTime,
428 Type: flux.TTime,
433 Type: flux.TTime,
451 Type: flux.TTime,
455 Type: flux.TTime,
459 Type: flux.TTime,
481 Type: flux.TTime,
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/flux/stdlib/influxdata/influxdb/v1/
H A Ddatabases.go31 func createDatabasesOpSpec(args flux.Arguments, a *flux.Administration) (flux.OperationSpec, error)…
97 if _, err := b.AddCol(flux.ColMeta{
99 Type: flux.TString,
103 if _, err := b.AddCol(flux.ColMeta{
105 Type: flux.TString,
109 if _, err := b.AddCol(flux.ColMeta{
111 Type: flux.TString,
115 if _, err := b.AddCol(flux.ColMeta{
117 Type: flux.TInt,
123 Type: flux.TBool,
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib1/
H A D2.98.235.table9 27 27 - Mean surface downward UV radiation flux (W m**-2)
15 33 33 - Mean surface sensible heat flux (W m**-2)
16 34 34 - Mean surface latent heat flux (W m**-2)
17 35 35 - Mean surface downward short-wave radiation flux (W m**-2)
18 36 36 - Mean surface downward long-wave radiation flux (W m**-2)
19 37 37 - Mean surface net short-wave radiation flux (W m**-2)
20 38 38 - Mean surface net long-wave radiation flux (W m**-2)
21 39 39 - Mean top net short-wave radiation flux (W m**-2)
22 40 40 - Mean top net long-wave radiation flux (W m**-2)
35 53 53 - Mean top downward short-wave radiation flux (W m**-2)
[all …]

12345678910>>...164