Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProjectPhysX/FluidX3D
/ functions
Functions
1,203 in github.com/ProjectPhysX/FluidX3D
⨍
Functions
1,203
◇
Types & classes
281
↓ 357 callers
Function
sq
src/utilities.hpp:146
↓ 274 callers
Function
errHandler
src/OpenCL/include/CL/opencl.hpp:802
↓ 244 callers
Function
to_string
src/utilities.hpp:2690
↓ 194 callers
Method
size
\brief Returns the size of the object in bytes based on the runtime number of dimensions
src/OpenCL/include/CL/opencl.hpp:6178
↓ 116 callers
Method
data
returns capacity of the buffer in Bytes
src/opencl.hpp:502
↓ 89 callers
Function
clamp
src/utilities.hpp:162
↓ 85 callers
Function
print
src/utilities.hpp:2900
↓ 75 callers
Function
lodepng_free
src/lodepng.cpp:88
↓ 73 callers
Function
dot
src/utilities.hpp:1023
↓ 71 callers
Function
min
src/utilities.hpp:382
↓ 61 callers
Function
fmax
src/utilities.hpp:221
↓ 57 callers
Function
lodepng_malloc
src/lodepng.cpp:73
↓ 56 callers
Function
alignr
src/utilities.hpp:2863
↓ 50 callers
Function
print_error
src/utilities.hpp:4074
↓ 49 callers
Function
length
src/utilities.hpp:1026
↓ 47 callers
Function
max
src/utilities.hpp:385
↓ 47 callers
Function
println
src/utilities.hpp:2903
↓ 44 callers
Function
cb
src/utilities.hpp:149
↓ 42 callers
Function
lodepng_memcpy
src/lodepng.cpp:119
↓ 41 callers
Method
color
src/utilities.hpp:2948
↓ 40 callers
Function
draw_label
src/graphics.cpp:316
↓ 40 callers
Method
size
src/lbm.hpp:516
↓ 37 callers
Function
getInfo
src/OpenCL/include/CL/opencl.hpp:1936
↓ 37 callers
Method
width
src/utilities.hpp:2936
↓ 34 callers
Method
height
src/utilities.hpp:2939
↓ 31 callers
Function
draw
src/graphics.cpp:113
↓ 31 callers
Function
fmin
src/utilities.hpp:214
↓ 31 callers
Function
to_uint
src/utilities.hpp:502
↓ 30 callers
Function
cross
src/utilities.hpp:1020
↓ 29 callers
Function
lodepng_chunk_type_equals
src/lodepng.cpp:2451
↓ 24 callers
Function
shading
src/graphics.cpp:69
↓ 23 callers
Function
convert
src/graphics.cpp:19
↓ 23 callers
Function
normalize
src/utilities.hpp:1029
↓ 22 callers
Function
is_off_screen
src/graphics.cpp:35
↓ 21 callers
Function
blue
src/utilities.hpp:3043
↓ 21 callers
Function
green
src/utilities.hpp:3040
↓ 21 callers
Function
red
src/utilities.hpp:3037
↓ 21 callers
Function
trim
src/utilities.hpp:2838
↓ 20 callers
Method
length
src/utilities.hpp:2942
↓ 20 callers
Function
to_int
src/utilities.hpp:496
↓ 19 callers
Function
draw_line
src/graphics.cpp:267
↓ 19 callers
Method
get
src/OpenCL/include/CL/opencl.hpp:2278
↓ 18 callers
Method
finish_queue
src/lbm.cpp:267
↓ 17 callers
Function
lodepng_chunk_init
Sets length and name and allocates the space for data and crc but does not set data or crc yet. Returns the start of the chunk in chunk. The start of
src/lodepng.cpp:2562
↓ 17 callers
Function
lodepng_strlen
does not check memory out of bounds, do not use on untrusted data */
src/lodepng.cpp:132
↓ 16 callers
Function
color_mix
src/utilities.hpp:3079
↓ 16 callers
Function
colorscale_twocolor
src/utilities.hpp:3159
↓ 16 callers
Method
get_D
get lattice domains in z-direction
src/lbm.hpp:461
↓ 16 callers
Method
get_Nx
src/lbm.hpp:454
↓ 16 callers
Method
get_Ny
get (global) lattice dimensions in x-direction
src/lbm.hpp:455
↓ 16 callers
Function
lodepng_set32bitInt
buffer must have at least 4 allocated bytes available*/
src/lodepng.cpp:326
↓ 15 callers
Method
enqueue_write_to_device
src/opencl.hpp:609
↓ 15 callers
Method
get_N
get (global) lattice dimensions in z-direction
src/lbm.hpp:457
↓ 15 callers
Method
get_Nz
get (global) lattice dimensions in y-direction
src/lbm.hpp:456
↓ 15 callers
Function
writeBits
LSB of value is written first, and LSB of bytes is used first */
src/lodepng.cpp:428
↓ 14 callers
Function
reverse_bytes
src/utilities.hpp:521
↓ 13 callers
Function
colorscale_iron
src/utilities.hpp:3142
↓ 13 callers
Function
draw_pixel
src/graphics.cpp:248
↓ 13 callers
Function
lodepng_chunk_generate_crc
src/lodepng.cpp:2485
↓ 13 callers
Method
set_color
src/utilities.hpp:2954
↓ 12 callers
Function
colorscale_rainbow
src/utilities.hpp:3118
↓ 12 callers
Method
get_t
get thermal expansion coefficient
src/lbm.hpp:471
↓ 12 callers
Function
print_info
src/utilities.hpp:4090
↓ 12 callers
Function
print_warning
src/utilities.hpp:4087
↓ 12 callers
Function
readBits
Must have enough bits available with ensureBits */
src/lodepng.cpp:576
↓ 12 callers
Function
sign
src/utilities.hpp:159
↓ 11 callers
Function
as_uint
src/utilities.hpp:111
↓ 11 callers
Method
length
src/opencl.hpp:498
↓ 11 callers
Function
lodepng_addofl
Safely check if adding two integers will overflow (no undefined behavior, compiler removing the code, etc...) and output result. */
src/lodepng.cpp:147
↓ 11 callers
Function
paethPredictor
Paeth predictor, used by PNG filter type 4 The parameters are of type short, but should come from unsigned chars, the shorts are only needed to make t
src/lodepng.cpp:3949
↓ 10 callers
Function
buildErrHandler
src/OpenCL/include/CL/opencl.hpp:2678
↓ 10 callers
Function
color
src/utilities.hpp:3022
↓ 10 callers
Method
finish
src/OpenCL/include/CL/opencl.hpp:9594
↓ 10 callers
Method
get_area
src/lbm.cpp:1314
↓ 10 callers
Function
lodepng_get_raw_size_idat
in an idat chunk, each scanline is a multiple of 8 bits, unlike the lodepng output buffer, and in addition has one extra byte per line: the filter byt
src/lodepng.cpp:2783
↓ 10 callers
Function
lodepng_memset
src/lodepng.cpp:125
↓ 9 callers
Function
alignl
src/utilities.hpp:2858
↓ 9 callers
Function
create_file_extension
src/utilities.hpp:4205
↓ 9 callers
Method
enqueue_read_from_device
src/opencl.hpp:608
↓ 9 callers
Method
exchange_host_buffer
src/opencl.hpp:440
↓ 9 callers
Function
lodepng_get_bpp
calculate bits per pixel out of colortype and bitdepth*/
src/lodepng.cpp:2733
↓ 9 callers
Function
lodepng_realloc
NOTE: when realloc returns NULL, it leaves the original memory untouched */
src/lodepng.cpp:81
↓ 9 callers
Function
replace
src/utilities.hpp:2826
↓ 9 callers
Function
sleep
src/utilities.hpp:104
↓ 8 callers
Function
HuffmanTree_cleanup
src/lodepng.cpp:670
↓ 8 callers
Function
HuffmanTree_init
src/lodepng.cpp:663
↓ 8 callers
Function
as_float
src/utilities.hpp:108
↓ 8 callers
Function
getContextPlatformVersion
src/OpenCL/include/CL/opencl.hpp:2197
↓ 8 callers
Function
get_console_color
src/utilities.hpp:3287
↓ 8 callers
Function
lodepng_chunk_length
src/lodepng.cpp:2441
↓ 8 callers
Function
ucvector_resize
returns 1 if success, 0 if failure ==> nothing done*/
src/lodepng.cpp:268
↓ 7 callers
Function
contains
src/utilities.hpp:2800
↓ 7 callers
Function
draw_line_label
src/graphics.cpp:327
↓ 7 callers
Function
intersects_screen
src/graphics.cpp:55
↓ 7 callers
Function
lodepng_get_raw_size
src/lodepng.cpp:2773
↓ 7 callers
Method
stop
src/utilities.hpp:102
↓ 7 callers
Function
string_cleanup
free string pointer and set it to NULL*/
src/lodepng.cpp:294
↓ 7 callers
Function
to_lower
src/utilities.hpp:2807
↓ 6 callers
Function
color_average
src/utilities.hpp:3074
↓ 6 callers
Function
convert_circle
src/graphics.cpp:126
next →
1–100 of 1,203, ranked by callers