Home
last modified time | relevance | path

Searched refs:temprhs (Results 1 – 4 of 4) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/systems/
H A Dimplicit_system.C447 std::vector<std::unique_ptr<NumericVector<Number>>> temprhs(this->n_qois()); in weighted_sensitivity_adjoint_solve()
450 temprhs[i] = this->rhs->zero_clone(); in weighted_sensitivity_adjoint_solve()
483 *(temprhs[i]) -= this->get_adjoint_rhs(i); in weighted_sensitivity_adjoint_solve()
485 *(temprhs[i]) *= -1.0; in weighted_sensitivity_adjoint_solve()
503 *(temprhs[i]) -= this->get_adjoint_rhs(i); in weighted_sensitivity_adjoint_solve()
505 *(temprhs[i]) /= (2.0*delta_p); in weighted_sensitivity_adjoint_solve()
537 *(temprhs[i]), in weighted_sensitivity_adjoint_solve()
599 std::unique_ptr<NumericVector<Number>> temprhs = this->rhs->clone(); in weighted_sensitivity_solve() local
608 *temprhs -= *(this->rhs); in weighted_sensitivity_solve()
609 *temprhs /= (2.0*delta_p); in weighted_sensitivity_solve()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-structalias.c2390 struct constraint_expr temprhs = rhs; in do_simple_structure_copy() local
2394 q = get_varinfo (temprhs.var); in do_simple_structure_copy()
2399 temprhs.var = q->id; in do_simple_structure_copy()
2429 struct constraint_expr temprhs = rhs; in do_rhs_deref_structure_copy() local
2438 q = get_varinfo (temprhs.var); in do_rhs_deref_structure_copy()
2440 temprhs.offset += fieldoffset; in do_rhs_deref_structure_copy()
2468 struct constraint_expr temprhs = rhs; in do_lhs_deref_structure_copy() local
2472 if (temprhs.type == SCALAR) in do_lhs_deref_structure_copy()
2473 temprhs.var = p->id; in do_lhs_deref_structure_copy()
2475 temprhs.offset = p->offset; in do_lhs_deref_structure_copy()
[all …]
/dports/math/mfem/mfem-4.3/linalg/
H A Dconstraints.cpp341 Vector temprhs(rhs); in Mult() local
342 hA.Mult(-1.0, rtilde, 1.0, temprhs); in Mult()
345 projector->MultTranspose(temprhs, reducedrhs); in Mult()
354 projector->RecoverMultiplier(temprhs, sol, multiplier_sol); in Mult()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dfunc.c6244 int temprhs = sym_get_scalar(SYMNAME(sptr), "l", dtyperes); in inline_reduction_f90() local
6246 int std = mk_assn_stmt(mk_id(temprhs), ast2, dtyperes); in inline_reduction_f90()
6248 ast2 = mk_id(temprhs); in inline_reduction_f90()