Problems linking in the AMReX_MarchingCubes code #5563
Unanswered
dmingram66
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Does amrex/Tests/EB/MarchingCubes/ work for you? If so, use that as an example. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been writing some code which calls MC::marching_cubes() to find the iso-surface phi=0 from inside the main loop of an application code. I'm trying to compile the code but getting the following linker error
I'm using GNUMake and my makefile sets
USE_EB = TRUEI've tried using
MC::Initialize()rather thanamrex::MC::Initialize()but get the same error.if I don't set
USE_EBthe compiler cannot find#include <AMReX_MarchingCubes.H>as expected.advice on how to include AMReX_MarchingCubes.cpp in the build would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions