Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102755988
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
Sun, Feb 23, 21:08
Size
663 B
Mime Type
text/x-c++
Expires
Tue, Feb 25, 21:08 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24417062
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