33 #include "preprocessor/PreprocessorContainer.h" 34 #include "utility/actor/actor/MovableObject.h" Communication parameters between processes.
Definition: Communicator.h:66
Finite element model generation tools.
Definition: Preprocessor.h:59
Object that can move between processes.
Definition: MovableObject.h:100
Base class for the preprocessor objects that create model entities: nodes, elements, loads, etc.
Definition: PrepHandler.h:47
virtual int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: PrepHandler.cc:52
Base class for preprocessor containers i.
Definition: PreprocessorContainer.h:44
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
virtual int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: PrepHandler.cc:43
PrepHandler(Preprocessor *owr)
Default constructor.
Definition: PrepHandler.cc:38