- Member Isorropia::Partitioner::newPartNumber (int myElem) const =0
- A better way to have the same results is to use Isorropia::Operator::operator[]
- Member Isorropia::Partitioner::compute_partitioning (bool forceRepartitioning=false)
- This method uses the old name and will be removed in next version, use Isorropia::Partitioner::partition() (or possibly Isorropia::Operator::compute() )
- Member Isorropia::Partitioner::partitioning_already_computed () const =0
- This method uses the old name and will be removed in next version, use Isorropia::Operator::alreadyComputed()
- Member Isorropia::Partitioner::newPartitionNumber (int myElem)
- This method uses the old name and will be removed in next version, use Isorropia::Partitioner::newPartNumber(), or even better Isorropia::Operator::operator[]()
- Member Isorropia::Partitioner::numElemsInPartition (int partition)
- This method uses the old name and will be removed in next version, use Isorropia::Partitioner::numElemsInPart()
- Member Isorropia::Partitioner::elemsInPartition (int part, int *elementList, int len)
- This method uses the old name and will be removed in next version, use Isorropia::Partitioner::elemsInPart()