Home
last modified time | relevance | path

Searched defs:rhs_values (Results 1 – 25 of 31) sorted by relevance

12

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/numerics/
H A Dvector_tools_rhs.templates.h218 std::vector<double> rhs_values; in create_boundary_right_hand_side() local
256 std::vector<Vector<double>> rhs_values; in create_boundary_right_hand_side() local
520 std::vector<Number> rhs_values; in create_right_hand_side() local
556 std::vector<Vector<Number>> rhs_values; in create_right_hand_side() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/arrow/src/array/equal/
H A Dprimitive.rs37 let rhs_values = &rhs.buffers()[0].as_slice()[rhs.offset() * byte_width..]; in primitive_equal() localVariable
H A Dfixed_list.rs40 let rhs_values = rhs.child_data()[0].as_ref(); in fixed_list_equal() localVariable
H A Ddecimal.rs40 let rhs_values = &rhs.buffers()[0].as_slice()[rhs.offset() * size..]; in decimal_equal() localVariable
H A Dfixed_binary.rs40 let rhs_values = &rhs.buffers()[0].as_slice()[rhs.offset() * size..]; in fixed_binary_equal() localVariable
H A Ddictionary.rs38 let rhs_values = rhs.child_data()[0].as_ref(); in dictionary_equal() localVariable
H A Dboolean.rs34 let rhs_values = rhs.buffers()[0].as_slice(); in boolean_equal() localVariable
H A Dvariable_size.rs65 let rhs_values = rhs.buffers()[1].as_slice(); in variable_sized_equal() localVariable
H A Dlist.rs119 let rhs_values = rhs.child_data()[0].as_ref(); in list_equal() localVariable
H A Dutils.rs54 let rhs_values = rhs_nulls.unwrap().as_slice(); in equal_nulls() localVariable
/dports/math/disco/DisCO-releases-1.0.0-33-g68720be/src/
H A DDcoLinearConstraint.cpp62 double const * rhs_values = rhs.getValues(); in operator =() local
/dports/devel/entt/entt-3.8.1/test/entt/entity/
H A Dstorage.cpp877 int rhs_values[1u]{6}; in TEST() local
910 int rhs_values[6u]{6, 1, 2, 3, 4, 5}; in TEST() local
934 int rhs_values[6u]{5, 4, 3, 2, 1, 6}; in TEST() local
973 int rhs_values[6u]{3, 2, 6, 1, 4, 5}; in TEST() local
/dports/science/hypre/hypre-2.23.0/src/examples/
H A Dex5big.c265 double *rhs_values, *x_values; in main() local
H A Dex5f.f56 double precision rhs_values(MAX_LOCAL_SIZE) variable
H A Dex5.c283 double *rhs_values, *x_values; in main() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-8/
H A Dstep-8.cc299 std::vector<Tensor<1, dim>> rhs_values(n_q_points); in assemble_system() local
/dports/science/hypre/hypre-2.23.0/src/test/
H A Dex5_for.c303 HYPRE_Real *rhs_values, *x_values; in main() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-38/
H A Dstep-38.cc371 std::vector<double> rhs_values(n_q_points); in assemble_system() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-42/
H A Dstep-42.cc1433 Tensor<1, dim> rhs_values; in assemble_newton_system() local
1544 Tensor<1, dim> rhs_values; in compute_nonlinear_residual() local
1563 Tensor<1, dim> rhs_values; in compute_nonlinear_residual() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-27/
H A Dstep-27.cc344 std::vector<double> rhs_values(fe_values.n_quadrature_points); in assemble_system() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-7/
H A Dstep-7.cc591 std::vector<double> rhs_values(n_q_points); in assemble_system() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-20/
H A Dstep-20.cc487 std::vector<double> rhs_values(n_q_points); in assemble_system() local
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_ufuncs.py946 def inplace_op_test(self, operator, lhs_values, rhs_values, argument
973 def inplace_float_op_test(self, operator, lhs_values, rhs_values): argument
980 def inplace_int_op_test(self, operator, lhs_values, rhs_values): argument
985 def inplace_bitwise_op_test(self, operator, lhs_values, rhs_values): argument
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-9/
H A Dstep-9.cc290 std::vector<double> rhs_values; member
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-13/
H A Dstep-13.cc1057 std::vector<double> rhs_values(n_q_points); in assemble_rhs() local

12