#include <IntegratorStatus.h>
◆ IntegratorStatus() [1/3]
  
  
      
        
          | VTKM_EXEC_CONT vtkm::worklet::flow::IntegratorStatus::IntegratorStatus  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ IntegratorStatus() [2/3]
  
  
      
        
          | VTKM_EXEC_CONT vtkm::worklet::flow::IntegratorStatus::IntegratorStatus  | 
          ( | 
          const bool &  | 
          ok,  | 
         
        
           | 
           | 
          const bool &  | 
          spatial,  | 
         
        
           | 
           | 
          const bool &  | 
          temporal,  | 
         
        
           | 
           | 
          const bool &  | 
          inGhost,  | 
         
        
           | 
           | 
          const bool &  | 
          isZero  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ IntegratorStatus() [3/3]
◆ CheckFail()
  
  
      
        
          | VTKM_EXEC_CONT bool vtkm::worklet::flow::IntegratorStatus::CheckFail  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ CheckInGhostCell()
  
  
      
        
          | VTKM_EXEC_CONT bool vtkm::worklet::flow::IntegratorStatus::CheckInGhostCell  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ CheckOk()
  
  
      
        
          | VTKM_EXEC_CONT bool vtkm::worklet::flow::IntegratorStatus::CheckOk  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ CheckSpatialBounds()
  
  
      
        
          | VTKM_EXEC_CONT bool vtkm::worklet::flow::IntegratorStatus::CheckSpatialBounds  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ CheckTemporalBounds()
  
  
      
        
          | VTKM_EXEC_CONT bool vtkm::worklet::flow::IntegratorStatus::CheckTemporalBounds  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ CheckZeroVelocity()
  
  
      
        
          | VTKM_EXEC_CONT bool vtkm::worklet::flow::IntegratorStatus::CheckZeroVelocity  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetFail()
  
  
      
        
          | VTKM_EXEC_CONT void vtkm::worklet::flow::IntegratorStatus::SetFail  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetInGhostCell()
  
  
      
        
          | VTKM_EXEC_CONT void vtkm::worklet::flow::IntegratorStatus::SetInGhostCell  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetOk()
◆ SetSpatialBounds()
  
  
      
        
          | VTKM_EXEC_CONT void vtkm::worklet::flow::IntegratorStatus::SetSpatialBounds  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetTemporalBounds()
  
  
      
        
          | VTKM_EXEC_CONT void vtkm::worklet::flow::IntegratorStatus::SetTemporalBounds  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetZeroVelocity()
  
  
      
        
          | VTKM_EXEC_CONT void vtkm::worklet::flow::IntegratorStatus::SetZeroVelocity  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ IN_GHOST_CELL_BIT
  
  
      
        
          | constexpr vtkm::Id vtkm::worklet::flow::IntegratorStatus::IN_GHOST_CELL_BIT = 3 | 
         
       
   | 
  
staticconstexprprivate   | 
  
 
 
◆ SPATIAL_BOUNDS_BIT
  
  
      
        
          | constexpr vtkm::Id vtkm::worklet::flow::IntegratorStatus::SPATIAL_BOUNDS_BIT = 1 | 
         
       
   | 
  
staticconstexprprivate   | 
  
 
 
◆ SUCCESS_BIT
  
  
      
        
          | constexpr vtkm::Id vtkm::worklet::flow::IntegratorStatus::SUCCESS_BIT = 0 | 
         
       
   | 
  
staticconstexprprivate   | 
  
 
 
◆ TEMPORAL_BOUNDS_BIT
  
  
      
        
          | constexpr vtkm::Id vtkm::worklet::flow::IntegratorStatus::TEMPORAL_BOUNDS_BIT = 2 | 
         
       
   | 
  
staticconstexprprivate   | 
  
 
 
◆ ZERO_VELOCITY_BIT
  
  
      
        
          | constexpr vtkm::Id vtkm::worklet::flow::IntegratorStatus::ZERO_VELOCITY_BIT = 4 | 
         
       
   | 
  
staticconstexprprivate   | 
  
 
 
The documentation for this class was generated from the following file: