adjustment for coupling#1

This commit is contained in:
hamidrezanorouzi
2022-12-07 16:46:54 +03:30
parent 5287af96eb
commit 371c491d2b
2 changed files with 22 additions and 9 deletions

View File

@ -56,8 +56,14 @@ protected:
uniquePtr<interaction> interaction_ = nullptr;
int32 numDomains_;
VectorDual<box> domains_;
Vector<int32Vector_H> parIndexInDomain_;
auto& Control()
{
return Control_();
@ -102,6 +108,11 @@ public:
Control_->g().z()};
}
bool inline usingDoulle()const
{
return pFlow::usingDouble__;
}
};