Home
last modified time | relevance | path

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

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dflow_function.h74 vector_values(const std::vector<Point<dim>> & points,
163 vector_values(const std::vector<Point<dim>> & points,
209 vector_values(const std::vector<Point<dim>> & points,
250 vector_values(const std::vector<Point<2>> & points,
311 vector_values(const std::vector<Point<2>> & points,
H A Dfunction.h273 vector_values(const std::vector<Point<dim>> & points,
H A Dfunction.templates.h119 Function<dim, RangeNumberType>::vector_values( in vector_values() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dflow_function.cc64 vector_values(points, aux_values); in vector_value_list()
94 vector_values(points, aux_values); in vector_value()
117 vector_values(points, aux_values); in value()
202 PoisseuilleFlow<dim>::vector_values( in vector_values() function in Functions::PoisseuilleFlow
309 StokesCosine<dim>::vector_values( in vector_values() function in Functions::StokesCosine
437 vector_values(points, values); in vector_laplacians()
549 StokesLSingularity::vector_values( in vector_values() function in Functions::StokesLSingularity
683 Kovasznay::vector_values(const std::vector<Point<2>> & points, in vector_values() function in Functions::Kovasznay
/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_advection_field.c1346 cs_real_3_t vector_values = {0, 0, 0}; in cs_advection_field_cw_eval_at_xyz() local
1362 vector_values); in cs_advection_field_cw_eval_at_xyz()
1379 cs_nvec3(vector_values, eval); in cs_advection_field_cw_eval_at_xyz()
1391 vector_values); in cs_advection_field_cw_eval_at_xyz()
1392 cs_nvec3(vector_values, eval); in cs_advection_field_cw_eval_at_xyz()
1415 cs_nvec3(vector_values, eval); in cs_advection_field_cw_eval_at_xyz()
1451 vector_values); in cs_advection_field_cw_eval_at_xyz()
1452 cs_nvec3(vector_values, eval); in cs_advection_field_cw_eval_at_xyz()
1464 cs_nvec3(vector_values, eval); in cs_advection_field_cw_eval_at_xyz()
1469 vector_values); in cs_advection_field_cw_eval_at_xyz()
[all …]
/dports/devel/vexcl/vexcl-1.4.3/tests/
H A Dvector_arithmetics.cpp159 BOOST_AUTO_TEST_CASE(vector_values) in BOOST_AUTO_TEST_CASE() argument
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Daffine_constraints.templates.h3582 std::vector<typename VectorType::value_type> &vector_values = in distribute_local_to_global() local
3583 scratch_data->vector_values; in distribute_local_to_global()
3585 vector_values.resize(n_actual_dofs); in distribute_local_to_global()
3641 vector_values[local_row_n] = val; in distribute_local_to_global()
3650 vector_values.resize(n_local_rows); in distribute_local_to_global()
3661 &vector_values)); in distribute_local_to_global()
3668 static_cast<typename VectorType::value_type>(vector_values[row_n]); in distribute_local_to_global()
H A Daffine_constraints.h381 std::vector<number> vector_values; member
/dports/math/plplot/plplot-5.15.0/bindings/tcl/
H A DtclAPI.c5225 PLFLT **vector_values; in plcolorbarCmd() local
5289 vector_values = (PLFLT **) malloc( sizeof ( PLFLT * ) * (size_t) n_vectors ); in plcolorbarCmd()
5301 vector_values[i] = vectorPtr->fdata; in plcolorbarCmd()
5314 vector_sizes, (const PLFLT * const *) vector_values ); in plcolorbarCmd()
5332 if ( vector_values != NULL ) in plcolorbarCmd()
5335 free( vector_values ); in plcolorbarCmd()
/dports/math/plplot-ada/plplot-5.15.0/bindings/tcl/
H A DtclAPI.c5225 PLFLT **vector_values; in plcolorbarCmd() local
5289 vector_values = (PLFLT **) malloc( sizeof ( PLFLT * ) * (size_t) n_vectors ); in plcolorbarCmd()
5301 vector_values[i] = vectorPtr->fdata; in plcolorbarCmd()
5314 vector_sizes, (const PLFLT * const *) vector_values ); in plcolorbarCmd()
5332 if ( vector_values != NULL ) in plcolorbarCmd()
5335 free( vector_values ); in plcolorbarCmd()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgeneval.c9250 static NODE *vector_values (NODE *l, int f, parser *p) in vector_values() function
17269 ret = vector_values(l, t->t, p); in eval()
H A Dgeneval.c.try9333 static NODE *vector_values (NODE *l, int f, parser *p)
17372 ret = vector_values(l, t->t, p);