yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11577
[Branch ~yade-pkg/yade/git-trunk] Rev 3508: use the dedicated solver in DFNFlowEngine
------------------------------------------------------------
revno: 3508
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Tue 2014-10-28 16:29:05 +0100
message:
use the dedicated solver in DFNFlowEngine
modified:
pkg/pfv/DFNFlow.cpp
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/pfv/DFNFlow.cpp'
--- pkg/pfv/DFNFlow.cpp 2014-10-15 06:44:01 +0000
+++ pkg/pfv/DFNFlow.cpp 2014-10-28 15:29:05 +0000
@@ -13,7 +13,7 @@
//keep this #ifdef for commited versions unless you really have stable version that should be compiled by default
//it will save compilation time for everyone else
//when you want it compiled, you can pass -DDFNFLOW to cmake, or just uncomment the following line
-// #define DFNFLOW
+#define DFNFLOW
#ifdef DFNFLOW
#include "FlowEngine_DFNFlowEngineT.hpp"
@@ -125,7 +125,7 @@
};
-typedef TemplateFlowEngine_DFNFlowEngineT<DFNCellInfo,DFNVertexInfo, DFNTesselation> DFNFlowEngineT;
+typedef TemplateFlowEngine_DFNFlowEngineT<DFNCellInfo,DFNVertexInfo, DFNTesselation,DFNBoundingSphere> DFNFlowEngineT;
REGISTER_SERIALIZABLE(DFNFlowEngineT);
YADE_PLUGIN((DFNFlowEngineT));