Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91050947
compute_boundary.hh
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
Thu, Nov 7, 08:31
Size
663 B
Mime Type
text/x-c++
Expires
Sat, Nov 9, 08:31 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22126316
Attached To
R7571 SP4E-TB-TL-FR
compute_boundary.hh
View Options
#ifndef __COMPUTE_BOUNDARY__HH__
#define __COMPUTE_BOUNDARY__HH__
/* -------------------------------------------------------------------------- */
#include "compute.hh"
/* -------------------------------------------------------------------------- */
//! Compute interaction with simulation box
class ComputeBoundary : public Compute {
// Constructors/Destructors
public:
ComputeBoundary(const Vector& xmin, const Vector& xmax);
// Methods
public:
void compute(System& system) override;
// Members
protected:
Vector xmin, xmax;
};
/* -------------------------------------------------------------------------- */
#endif //__COMPUTE_BOUNDARY__HH__
Event Timeline
Log In to Comment