surface mesh feature remove

Submitted by Westbrink on Wed, 05/18/2016 - 08:36

Hi,

I already tried the new version 3.4.0.
But now I get an error during simulation. After insertion phase I got this particular error.

run 1
Setting up run ...
ERROR on proc 0: surface mesh feature remove not available in this version (../surface_mesh_feature_remove.h:1)

Please help me to fix this error.

Daniel Queteschiner | Thu, 05/19/2016 - 12:34

Seems like the implementation of that feature is missing in the 3.4.0 public release. Either it's a premium feature or they just added the wrong files.
Anyway, the current file breaks the mesh functionality.
For a quick workaround you may try to remove the error message that is aborting the program, see
http://www.cfdem.com/forums/removed-meshsurface-34-version

aaigner's picture

aaigner | Wed, 05/25/2016 - 21:05

Hello,

to mention it also in this thread: Please upgrade to 3.4.1.

Bests
Andreas

ckloss's picture

ckloss | Tue, 06/14/2016 - 23:01

Hi all,

just to officially mention it here: Thanks for posting the issue, it was fixed immediately by releasing 3.4.1
Thanks to everyone for raising awareness!

Best wishes
Christoph

MiRa | Mon, 09/12/2016 - 15:27

LIGGGHTS version 3.4.1 (commit 3ccbfc7e7fb8a339ff2566034a8d6809e29c6f92) has the following line in the file "surface_mesh_feature_remove.h":
void handleExclusion(int *) {this->error->one(FLERR,"surface mesh feature remove not available in this version");}

I came across this, when downgrading from 3.5.0 to 3.4.1 today. It seems like the archived version 3.4.1 on Github also has this bug, even though it had been fixed at some point.

ckloss's picture

ckloss | Tue, 09/13/2016 - 14:55

Hi guys,

sorry this was due to some issues with copying files to the release branch, should be fixed now with git pull!

Best wishes
Christoph

Daniel Queteschiner | Tue, 09/13/2016 - 16:26

Did you set the git tags to point at the fixed commit for 3.4.1 and 3.5.0? May be a good idea to have the tags point to a working version. ;-)
Cheers
Daniel

ckloss's picture

ckloss | Mon, 10/03/2016 - 10:43

Hi Daniel,

yes, sure!

best wishes
Christoph