32 #include "preprocessor/PreprocessorContainer.h" 33 #include "utility/actor/actor/MovableObject.h" virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: PrepHandler.cc:52
Finite element model generation tools.
Definition: Preprocessor.h:58
Object that can move between processes.
Definition: MovableObject.h:99
Base class for the preprocessor objects that create model entities: nodes, elements, loads, etc.
Definition: PrepHandler.h:46
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: PrepHandler.cc:43
Base class for preprocessor containers i.
Definition: PreprocessorContainer.h:43
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
PrepHandler(Preprocessor *owr)
Default constructor.
Definition: PrepHandler.cc:38