Class StaticFaults

Inheritance Relationships

Base Type

Class Documentation

class StaticFaults : public combigrid::FaultCriterion

Public Functions

StaticFaults(FaultsInfo faultsInfo)
StaticFaults()
virtual ~StaticFaults()
virtual bool failNow(int ncombi, real t_iter, int globalRank)

This method decides whether a process should fail. The return value indicates whether the process fails.

Parameters:
  • ncombi – current combination number

  • t_iter – time spent for the iteration

  • globalRank – global rank of the process

Friends

friend class boost::serialization::access