Home
last modified time | relevance | path

Searched refs:AMGCL_TIC (Results 1 – 19 of 19) sorted by relevance

/dports/math/amgcl/amgcl-1.4.2/amgcl/
H A Damg.hpp261 AMGCL_TIC("rebuild"); in rebuild()
353 AMGCL_TIC("move to backend"); in level()
360 AMGCL_TIC("relaxation"); in level()
389 AMGCL_TIC("move to backend"); in step_down()
394 AMGCL_TIC("coarse operator"); in step_down()
431 AMGCL_TIC("relaxation"); in rebuild()
500 AMGCL_TIC("coarsest level"); in do_init()
520 AMGCL_TIC("coarse"); in cycle()
524 AMGCL_TIC("relax"); in cycle()
531 AMGCL_TIC("relax"); in cycle()
[all …]
H A Dutil.hpp66 # if !defined(AMGCL_TIC) || !defined(AMGCL_TOC)
68 # define AMGCL_TIC(name) amgcl::prof.tic(name); macro
73 # ifndef AMGCL_TIC
74 # define AMGCL_TIC(name) macro
/dports/math/amgcl/amgcl-1.4.2/amgcl/mpi/
H A Damg.hpp228 AMGCL_TIC("direct solver"); in level()
235 AMGCL_TIC("relaxation"); in level()
246 AMGCL_TIC("sort"); in step_down()
258 AMGCL_TIC("coarse operator"); in step_down()
263 AMGCL_TIC("partition"); in step_down()
277 AMGCL_TIC("move to backend"); in move_to_backend()
337 AMGCL_TIC("move to backend"); in init()
349 AMGCL_TIC("direct solver"); in cycle()
353 AMGCL_TIC("relax"); in cycle()
360 AMGCL_TIC("relax"); in cycle()
[all …]
H A Dsubdomain_deflation.hpp82 AMGCL_TIC("top/spmv"); in mul()
91 AMGCL_TIC("top/residual"); in residual()
237 AMGCL_TIC("first pass"); in init()
286 AMGCL_TIC("remote(A*Z)"); in init()
363 AMGCL_TIC("assemble E"); in init()
447 AMGCL_TIC("factorize E"); in init()
451 AMGCL_TIC("finish(A*Z)"); in init()
497 AMGCL_TIC("project"); in project()
506 AMGCL_TIC("spmv"); in project()
541 AMGCL_TIC("coarse solve"); in coarse_solve()
[all …]
H A Dschur_pressure_correction.hpp222 AMGCL_TIC("schur blocks"); in init()
393 AMGCL_TIC("usolver") in init()
396 AMGCL_TIC("psolver") in init()
400 AMGCL_TIC("other"); in init()
410 AMGCL_TIC("approx_schur"); in init()
430 AMGCL_TIC("scatter/gather"); in init()
512 AMGCL_TIC("split variables"); in apply()
518 AMGCL_TIC("solve U"); in apply()
524 AMGCL_TIC("solve P"); in apply()
533 AMGCL_TIC("Update U"); in apply()
[all …]
H A Ddistributed_matrix.hpp176 AMGCL_TIC("MPI Wait"); in comm_pattern()
545 AMGCL_TIC("MPI Transpose"); in transpose()
618 AMGCL_TIC("MPI Wait"); in transpose()
669 AMGCL_TIC("MPI Wait"); in transpose()
689 AMGCL_TIC("MPI Wait"); in transpose()
716 AMGCL_TIC("remote_rows"); in remote_rows()
803 AMGCL_TIC("MPI Wait"); in remote_rows()
824 AMGCL_TIC("MPI Wait"); in remote_rows()
844 AMGCL_TIC("product"); in product()
892 AMGCL_TIC("analyze"); in product()
[all …]
H A Dinner_product.hpp57 AMGCL_TIC("inner product"); in operator ()()
/dports/math/amgcl/amgcl-1.4.2/amgcl/backend/
H A Dinterface.hpp308 AMGCL_TIC("spmv"); in spmv()
320 AMGCL_TIC("residual"); in residual()
329 AMGCL_TIC("clear"); in clear()
338 AMGCL_TIC("copy"); in copy()
354 AMGCL_TIC("inner_product"); in inner_product()
367 AMGCL_TIC("axpby"); in axpby()
378 AMGCL_TIC("axpbypcz"); in axpbypcz()
390 AMGCL_TIC("vmul"); in vmul()
H A Dbuiltin.hpp89 AMGCL_TIC("CSR copy"); in crs()
125 AMGCL_TIC("CSR copy"); in crs()
507 AMGCL_TIC("pointwise_matrix"); in pointwise_matrix()
780 AMGCL_TIC("spectral radius"); in spectral_radius()
/dports/math/amgcl/amgcl-1.4.2/amgcl/coarsening/
H A Daggregation.hpp134 AMGCL_TIC("aggregates"); in transfer_operators()
138 AMGCL_TIC("interpolation"); in transfer_operators()
H A Dsmoothed_aggregation.hpp138 AMGCL_TIC("aggregates"); in transfer_operators()
157 AMGCL_TIC("smoothing"); in transfer_operators()
H A Dsmoothed_aggr_emin.hpp95 AMGCL_TIC("aggregates"); in transfer_operators()
100 AMGCL_TIC("interpolation"); in transfer_operators()
H A Druge_stuben.hpp119 AMGCL_TIC("C/F split"); in transfer_operators()
124 AMGCL_TIC("interpolation"); in transfer_operators()
H A Dtentative_prolongation.hpp132 AMGCL_TIC("tentative"); in tentative_prolongation()
/dports/math/amgcl/amgcl-1.4.2/amgcl/preconditioner/
H A Dcpr.hpp134 AMGCL_TIC("sprecond"); in apply()
140 AMGCL_TIC("pprecond"); in apply()
377 AMGCL_TIC("pprecond"); in init()
380 AMGCL_TIC("sprecond"); in init()
457 AMGCL_TIC("pprecond"); in init()
460 AMGCL_TIC("sprecond"); in init()
H A Dcpr_drs.hpp157 AMGCL_TIC("sprecond"); in apply()
163 AMGCL_TIC("pprecond"); in apply()
422 AMGCL_TIC("pprecond"); in init()
425 AMGCL_TIC("sprecond"); in init()
528 AMGCL_TIC("pprecond"); in init()
531 AMGCL_TIC("sprecond"); in init()
/dports/math/amgcl/amgcl-1.4.2/amgcl/mpi/partition/
H A Dutil.hpp56 AMGCL_TIC("symm graph"); in symm_graph()
230 AMGCL_TIC("perm index"); in graph_perm_index()
268 AMGCL_TIC("perm matrix"); in graph_perm_matrix()
/dports/math/amgcl/amgcl-1.4.2/amgcl/mpi/coarsening/
H A Dsmoothed_aggregation.hpp114 AMGCL_TIC("filtered matrix"); in transfer_operators()
185 AMGCL_TIC("smoothing"); in transfer_operators()
H A Dpmis.hpp189 AMGCL_TIC("analyze"); in squared_interface()
263 AMGCL_TIC("compute"); in squared_interface()
341 AMGCL_TIC("conn_strength"); in conn_strength()
423 AMGCL_TIC("PMIS"); in aggregates()
435 AMGCL_TIC("symbolic square"); in aggregates()
630 AMGCL_TIC("drop empty aggregates"); in aggregates()
720 AMGCL_TIC("tentative prolongation"); in tentative_prolongation()
843 AMGCL_TIC("MPI Wait"); in tentative_prolongation()
957 AMGCL_TIC("MPI Wait"); in tentative_prolongation()