Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92008963
coupling_dd_md.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 16, 14:12
Size
593 B
Mime Type
text/x-c
Expires
Mon, Nov 18, 14:12 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22361484
Attached To
rLIBMULTISCALE LibMultiScale
coupling_dd_md.cc
View Options
#include "coupling_dd_md.hh"
/* -------------------------------------------------------------------------- */
__BEGIN_LIBMULTISCALE__
/* -------------------------------------------------------------------------- */
CouplingDDMD::CouplingDDMD(const std::string &name)
: LMObject(name), CouplingInterface(name),
comm_group_dd(this->comm_group_A), comm_group_atomic(this->comm_group_B) {
is_in_dd = comm_group_dd.amIinGroup();
is_in_atomic = comm_group_atomic.amIinGroup();
}
/* -------------------------------------------------------------------------- */
__END_LIBMULTISCALE__
Event Timeline
Log In to Comment