mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
adjustment for coupling#1
This commit is contained in:
@ -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__;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user