Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91513742
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
Mon, Nov 11, 19:46
Size
663 B
Mime Type
text/x-c++
Expires
Wed, Nov 13, 19:46 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22276367
Attached To
R9490 Homework_sp4e_Peruzzo_SáezUribe
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