yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #00682
Functions of MetaDispatchingEngine (1D, 2D)
hi,
i tried to understand the function of MetaDispatchingEngine classes but I have not understand its function.
i.e. in TriaxialTest.cpp, there are several objects involved to MetaDispatchingEngine such as the following syntax:
shared_ptr<InteractionGeometryMetaEngine> interactionGeometryDispatcher(new InteractionGeometryMetaEngine);
interactionGeometryDispatcher->add("InteractingSphere","InteractingSphere","InteractingSphere2InteractingSphere4SpheresContactGeometry");
interactionGeometryDispatcher->add("InteractingSphere","InteractingBox","InteractingBox2InteractingSphere4SpheresContactGeometry");
As I guess, without those lines,the program should still works. Is it correct?
Can anyone please give me explaination about the function of the class?
Thank you so much,
Kien Dang
_______________________________________________
Yade-users mailing list
Yade-users@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-users
Follow ups