Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ main
Function
main
Tests/Particles/InitRandom/main.cpp:16–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
void testSOA ();
15
16
int main(int argc, char* argv[])
17
{
18
amrex::Initialize(argc,argv);
19
test();
20
testSOA();
21
amrex::Finalize();
22
}
23
24
void testSOA ()
25
{
Callers
nothing calls this directly
Calls
4
testSOA
Function · 0.85
test
Function · 0.70
Initialize
Function · 0.50
Finalize
Function · 0.50
Tested by
no test coverage detected