Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120134072
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
Wed, Jul 2, 04:27
Size
663 B
Mime Type
text/x-c++
Expires
Fri, Jul 4, 04:27 (2 d)
Engine
blob
Format
Raw Data
Handle
26964340
Attached To
R9484 sp4e-homework-lars-bertil
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