Lines Matching refs:implT

209     void FunctionImpl<T,NDIM>::gaxpy_oop_reconstructed(const double alpha, const implT& f,  in gaxpy_oop_reconstructed()
210 … const double beta, const implT& g, const bool fence) { in gaxpy_oop_reconstructed()
226 woT::task(world.rank(), &implT:: template forward_traverse<coeff_opT,apply_opT>, in gaxpy_oop_reconstructed()
669 const implT* f=this; in parent_to_child_NS()
898 woT::task(coeffs.owner(child), &implT::refine_to_common_level, v, childc, child); in refine_to_common_level()
929 this->send(0, &implT::put_in_box, world.rank(), nleaf, ninterior); in print_info()
985 woT::task(coeffs.owner(child), &implT::sum_down_spawn, child, ss); in sum_down_spawn()
1005 const implT* f, in forward_do_diff1()
1016 const implT* f, in do_diff1()
1027 void FunctionImpl<T,NDIM>::diff(const DerivativeBase<T,NDIM>* D, const implT* f, bool fence) { in diff()
1037 … world.taskq.add(*this, &implT::do_diff1, D, f, key, left, center, right, TaskAttributes::hipri()); in diff()
1141 void FunctionImpl<T,NDIM>::mapdim(const implT& f, const std::vector<long>& map, bool fence) { in mapdim()
1144 const_cast<implT*>(&f)->flo_unary_op_node_inplace(do_mapdim(map,*this),fence); in mapdim()
1153 void FunctionImpl<T,NDIM>::average(const implT& rhs) { in average()
1288 void FunctionImpl<T,NDIM>::project(const implT& old, bool fence) { in project()
1372 … v[i++] = this->task(coeffs.owner(neigh), &implT::exists_and_has_children, neigh); in broaden()
1378 woT::task(world.rank(), &implT::broaden_op, key, v); in broaden()
1396 woT::task(world.rank(), &implT::trickle_down_op, cdata.key0,coeffT()); in trickle_down()
1436 woT::task(coeffs.owner(child), &implT::trickle_down_op, child, ss); in trickle_down_op()
1451 woT::task(world.rank(), &implT::reconstruct_op, cdata.key0,coeffT()); in reconstruct()
1545 v[i] = woT::task(coeffs.owner(kit.key()), &implT::norm_tree_spawn, kit.key()); in norm_tree_spawn()
1547 return woT::task(world.rank(),&implT::norm_tree_op, key, v); in norm_tree_spawn()
1574 …v[i] = woT::task(coeffs.owner(kit.key()), &implT::truncate_reconstructed_spawn, kit.key(),tol,Task… in truncate_reconstructed_spawn()
1578 …return woT::task(world.rank(),&implT::truncate_reconstructed_op,key,v,tol,TaskAttributes::hipri()); in truncate_reconstructed_spawn()
2018 woT::task(coeffs.owner(child), &implT::reconstruct_op, child, ss); in reconstruct_op()
2410 woT::task(p, &implT::project_refine_op, child, do_refine, newspecialpts); in project_refine_op()
2521 …v[i] = woT::task(coeffs.owner(kit.key()), &implT::truncate_spawn, kit.key(), tol, TaskAttributes::… in truncate_spawn()
2523 return woT::task(world.rank(),&implT::truncate_op, key, tol, v); in truncate_spawn()
2660 …return woT::task(coeffs.owner(parent), &implT::get_norm_tree_recursive, parent, TaskAttributes::hi… in get_norm_tree_recursive()
2730 woT::task(owner, &implT::eval, x, key, ref, TaskAttributes::hipri()); in eval()
2803 woT::task(owner, &implT::evaldepthpt, x, key, ref, TaskAttributes::hipri()); in evaldepthpt()
2845 woT::task(owner, &implT::evalR, x, key, ref, TaskAttributes::hipri()); in evalR()
3052 …woT::task(coeffs.owner(key), &implT::sock_it_to_me_too, key, result.remote_ref(world), TaskAttribu… in find_me()
3071 v[i] = woT::task(coeffs.owner(kit.key()), &implT::compress_spawn, kit.key(), in compress_spawn()
3074 if (redundant) return woT::task(world.rank(),&implT::make_redundant_op, key, v); in compress_spawn()
3075 return woT::task(world.rank(),&implT::compress_op, key, v, nonstandard, redundant); in compress_spawn()
3191 woT::task(world.rank(), &implT::plot_cube_kernel, in eval_plot_cube()