Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddemidov/amgcl
/ functions
Functions
1,513 in github.com/ddemidov/amgcl
⨍
Functions
1,513
◇
Types & classes
645
↓ 2 callers
Function
row_nonzeros
amgcl/backend/interface.hpp:304
↓ 2 callers
Method
rows
amgcl/backend/hip.hpp:308
↓ 2 callers
Method
rows
examples/example_mkl.cpp:31
↓ 2 callers
Function
scaled_galerkin
amgcl/coarsening/detail/scaled_galerkin.hpp:41
↓ 2 callers
Method
size1
amgcl/backend/viennacl.hpp:251
↓ 2 callers
Method
solve
amgcl/relaxation/detail/ilu_solve.hpp:98
↓ 2 callers
Method
solver
pyamgcl/pyamgcl.cpp:75
↓ 2 callers
Method
spmv
amgcl/mpi/schur_pressure_correction.hpp:601
↓ 2 callers
Method
spmv
amgcl/backend/hip.hpp:239
↓ 2 callers
Method
spmv
amgcl/backend/cuda.hpp:239
↓ 2 callers
Method
spmv
amgcl/preconditioner/schur_pressure_correction.hpp:259
↓ 2 callers
Method
start_exchange
amgcl/mpi/distributed_matrix.hpp:249
↓ 2 callers
Function
symb_product
amgcl/relaxation/ilup.hpp:52
↓ 2 callers
Function
symm_graph
amgcl/mpi/partition/util.hpp:50
↓ 2 callers
Method
system_matrix_ptr
amgcl/mpi/block_preconditioner.hpp:85
↓ 2 callers
Function
tentative_prolongation
amgcl/coarsening/tentative_prolongation.hpp:120
↓ 2 callers
Method
transfer_operators
amgcl/coarsening/runtime.hpp:167
↓ 2 callers
Function
write_value
amgcl/io/mm.hpp:334
↓ 2 callers
Function
zero_copy
amgcl/adapter/zero_copy.hpp:44
↓ 1 callers
Method
__init__
Creates algebraic multigrid hierarchy to be used as preconditioner. Parameters ---------- A The system matrix in
pyamgcl/__init__.py:50
↓ 1 callers
Function
amgcl_mpi_create
---------------------------------------------------------------------------
lib/amgcl_mpi.cpp:47
↓ 1 callers
Function
amgcl_mpi_destroy
---------------------------------------------------------------------------
lib/amgcl_mpi.cpp:102
↓ 1 callers
Function
amgcl_mpi_solve
---------------------------------------------------------------------------
lib/amgcl_mpi.cpp:79
↓ 1 callers
Function
amgcl_params_setf
---------------------------------------------------------------------------
lib/amgcl.cpp:44
↓ 1 callers
Function
amgcl_solver_create
---------------------------------------------------------------------------
lib/amgcl.cpp:132
↓ 1 callers
Function
amgcl_solver_destroy
---------------------------------------------------------------------------
lib/amgcl.cpp:182
↓ 1 callers
Function
amgcl_solver_solve_mtx
---------------------------------------------------------------------------
lib/amgcl.cpp:220
↓ 1 callers
Method
append
amgcl/backend/vexcl_static_matrix.hpp:79
↓ 1 callers
Method
append_refined
examples/mpi/mba.hpp:313
↓ 1 callers
Method
apply
pyamgcl/pyamgcl.cpp:149
↓ 1 callers
Method
apply
amgcl/amg.hpp:289
↓ 1 callers
Method
apply
amgcl/relaxation/runtime.hpp:256
↓ 1 callers
Method
apply
amgcl/mpi/relaxation/runtime.hpp:217
↓ 1 callers
Method
apply_post
amgcl/relaxation/runtime.hpp:226
↓ 1 callers
Method
apply_post
amgcl/mpi/relaxation/runtime.hpp:178
↓ 1 callers
Method
apply_pre
amgcl/relaxation/runtime.hpp:196
↓ 1 callers
Method
apply_pre
amgcl/mpi/relaxation/runtime.hpp:139
↓ 1 callers
Function
assemble_poisson3d
---------------------------------------------------------------------------
examples/mpi/mpi_solver.cpp:47
↓ 1 callers
Function
assemble_poisson3d
---------------------------------------------------------------------------
examples/mpi/mpi_complex.cpp:30
↓ 1 callers
Method
begin
amgcl/relaxation/iluk.hpp:251
↓ 1 callers
Method
begin
amgcl/backend/viennacl.hpp:213
↓ 1 callers
Function
block_size
amgcl/mpi/coarsening/runtime.hpp:172
↓ 1 callers
Method
bytes
amgcl/relaxation/as_preconditioner.hpp:93
↓ 1 callers
Method
bytes
amgcl/preconditioner/schur_pressure_correction.hpp:293
↓ 1 callers
Method
bytes
amgcl/solver/gmres.hpp:290
↓ 1 callers
Method
bytes
amgcl/solver/bicgstabl.hpp:440
↓ 1 callers
Method
bytes
amgcl/solver/preonly.hpp:114
↓ 1 callers
Method
bytes
amgcl/solver/fgmres.hpp:260
↓ 1 callers
Method
bytes
amgcl/solver/bicgstab.hpp:260
↓ 1 callers
Method
bytes
amgcl/solver/lgmres.hpp:395
↓ 1 callers
Method
bytes
amgcl/solver/richardson.hpp:196
↓ 1 callers
Method
bytes
amgcl/solver/idrs.hpp:424
↓ 1 callers
Method
bytes
amgcl/solver/cg.hpp:220
↓ 1 callers
Method
bytes
amgcl/detail/qr.hpp:322
↓ 1 callers
Function
call_git_describe
(abbrev=4)
git_version.py:12
↓ 1 callers
Method
check
amgcl/mpi/partition/ptscotch.hpp:164
↓ 1 callers
Method
col
amgcl/backend/blaze.hpp:180
↓ 1 callers
Function
col_data
amgcl/backend/interface.hpp:278
↓ 1 callers
Method
cols
amgcl/backend/hip.hpp:309
↓ 1 callers
Method
comm_size
amgcl/mpi/direct_solver/pastix.hpp:102
↓ 1 callers
Function
complex_matrix
amgcl/adapter/complex.hpp:119
↓ 1 callers
Function
cpp_flag
Return the -std=c++[11/14] compiler flag. The c++14 is prefered over c++11 (when it is available).
setup.py:40
↓ 1 callers
Method
create_coarse
amgcl/amg.hpp:404
↓ 1 callers
Method
data
amgcl/backend/builtin.hpp:733
↓ 1 callers
Method
dim
examples/mpi/runtime_sdd_3d.cpp:55
↓ 1 callers
Method
domain
amgcl/mpi/distributed_matrix.hpp:216
↓ 1 callers
Method
end
amgcl/relaxation/iluk.hpp:255
↓ 1 callers
Method
get
amgcl/deflated_solver.hpp:86
↓ 1 callers
Method
get
amgcl/make_solver.hpp:82
↓ 1 callers
Method
get
amgcl/util.hpp:216
↓ 1 callers
Method
get
amgcl/relaxation/ilu0.hpp:80
↓ 1 callers
Method
get
amgcl/mpi/subdomain_deflation.hpp:150
↓ 1 callers
Method
get
amgcl/mpi/make_solver.hpp:86
↓ 1 callers
Method
get
amgcl/mpi/partition/merge.hpp:69
↓ 1 callers
Method
get
amgcl/mpi/direct_solver/pastix.hpp:84
↓ 1 callers
Method
get
amgcl/backend/hpx.hpp:234
↓ 1 callers
Method
get
amgcl/preconditioner/cpr.hpp:101
↓ 1 callers
Method
get
amgcl/solver/cg.hpp:116
↓ 1 callers
Method
index
amgcl/util.hpp:302
↓ 1 callers
Method
init
amgcl/mpi/direct_solver/eigen_splu.hpp:82
↓ 1 callers
Method
init
amgcl/mpi/direct_solver/pastix.hpp:106
↓ 1 callers
Method
init
amgcl/mpi/direct_solver/skyline_lu.hpp:76
↓ 1 callers
Function
inverse
amgcl/value_type/interface.hpp:198
↓ 1 callers
Method
is_complex
Matrix in the file is complex-valued.
amgcl/io/mm.hpp:117
↓ 1 callers
Method
is_integer
Matrix in the file is integer-valued.
amgcl/io/mm.hpp:120
↓ 1 callers
Method
is_needed
amgcl/mpi/partition/merge.hpp:83
↓ 1 callers
Method
is_sparse
Matrix in the file is sparse.
amgcl/io/mm.hpp:114
↓ 1 callers
Method
loc_nonzeros
amgcl/mpi/distributed_matrix.hpp:470
↓ 1 callers
Function
make_poisson_2d
(n=64)
examples/make_poisson.py:17
↓ 1 callers
Method
move_to
amgcl/relaxation/ilut.hpp:325
↓ 1 callers
Method
move_to_backend
amgcl/mpi/distributed_matrix.hpp:206
↓ 1 callers
Method
mul
amgcl/mpi/subdomain_deflation.hpp:81
↓ 1 callers
Method
mul
amgcl/mpi/distributed_matrix.hpp:521
↓ 1 callers
Method
ncols
examples/custom_adapter.cpp:21
↓ 1 callers
Method
operator()
amgcl/mpi/direct_solver/runtime.hpp:167
↓ 1 callers
Method
operator()
amgcl/backend/hip.hpp:426
↓ 1 callers
Method
operator()
amgcl/backend/vexcl.hpp:219
↓ 1 callers
Method
operator()
amgcl/backend/cuda.hpp:556
↓ 1 callers
Function
partition
---------------------------------------------------------------------------
examples/mpi/partition.cpp:197
↓ 1 callers
Function
pep386adapt
(version)
git_version.py:45
← previous
next →
201–300 of 1,513, ranked by callers