tetrahedron orientation test

This commit is contained in:
2026-04-27 23:02:37 -04:00
parent 15d59d9f9a
commit df3dda794d
19 changed files with 891 additions and 31 deletions

View File

@ -2,11 +2,15 @@
//using namespace ams;
using namespace amscuda;
using namespace amscuda::fractallevelset;
int main(int argc, char* argv[])
{
printf("AMS Cuda Fractal Levelset Tests.\n");
test_tetorientation();
return 0;
}