Canoe
Comprehensive Atmosphere N' Ocean Engine
|
task to do on a meshblock More...
#include <physics.hpp>
Public Attributes | |
uint64_t | id |
encodes task using bit positions More... | |
uint64_t | dep |
encodes dependencies to other tasks More... | |
uint64_t | conflict |
encodes conflict tasks More... | |
int | cost |
cost of this task More... | |
bool | load_balance |
whether to do load balance More... | |
TaskStatus(Physics::* | Function )(AthenaArray< Real > &, AthenaArray< Real > const &, Real, Real) |
task to do on a meshblock
Definition at line 96 of file physics.hpp.
uint64_t PhysicsPackage::id |
encodes task using bit positions
Definition at line 97 of file physics.hpp.
uint64_t PhysicsPackage::dep |
encodes dependencies to other tasks
Definition at line 98 of file physics.hpp.
uint64_t PhysicsPackage::conflict |
encodes conflict tasks
Definition at line 99 of file physics.hpp.
int PhysicsPackage::cost |
cost of this task
Definition at line 100 of file physics.hpp.
bool PhysicsPackage::load_balance |
whether to do load balance
Definition at line 101 of file physics.hpp.
TaskStatus(Physics::* PhysicsPackage::Function) (AthenaArray< Real > &, AthenaArray< Real > const &, Real, Real) |
Definition at line 104 of file physics.hpp.