33 #include "FieldInfo.h" 34 #include "utility/actor/actor/MovableObject.h" 47 typedef std::deque<FieldInfo> dq_fields;
48 typedef dq_fields::iterator iterator;
49 typedef dq_fields::const_iterator const_iterator;
53 bool existe(
const std::string &nmb)
const;
57 iterator buscaField(
const std::string &nmb);
70 const_iterator buscaField(
const std::string &nmb)
const;
Information about a field defined over a set.
Definition: FieldInfo.h:39
int recvData(const CommParameters &)
Receives members through the channel being passed as parameter.
Definition: MapFields.cc:87
Container of field definitions.
Definition: MapFields.h:44
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: MapFields.cc:108
Object that can move between processes.
Definition: MovableObject.h:91
MapFields(Preprocessor *preprocessor=nullptr)
Default constructor.
Definition: MapFields.cc:63
Finite element model generation tools.
Definition: Preprocessor.h:58
Finite element problem.
Definition: ProblemaEF.h:84
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: MapFields.cc:94
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
FieldInfo & newField(const std::string &)
Defines a new field
Definition: MapFields.cc:67
int sendData(CommParameters &)
Send members through the channel being passed as parameter.
Definition: MapFields.cc:80