Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90938287
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, Nov 6, 05:15
Size
663 B
Mime Type
text/x-c++
Expires
Fri, Nov 8, 05:15 (2 d)
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