PeterK26
PeterK26
`libmesh_config.h` has the following: > /* Flag indicating whether the library shall be compiled to use the DataTransferKit */ #ifndef LIBMESH_TRILINOS_HAVE_DTK #define LIBMESH_TRILINOS_HAVE_DTK 1 #endif There is an object file...
The first command worked, but the the second one didn't find anything. So that means I'm missing that library then?
Ok, now I get an output for both commands. In both cases, I get 3 instances of `T libMesh::DTKSolutionTransfer::~DTKSolutionTransfer()`. So it looks like the destructor is there
Since I can find the destructor, do you have any other suggestions for what I should check or what might be missing? I've tried reinstalling both libMesh and DTK and...
I reinstalled DTK without the libMesh adapters and then installed libMesh with the DTK adapters. Now all of the libMesh examples (including the DTK solution transfer) build and run. The...