#include <utils/Point.h>
#include <utils/TypeConfig.h>
#include <vector>
#include <string>
#include <utils/MPITypes.h>
#include <utils/MPIWrapper.h>
#include "AtomIdsPartition.t.cpp"
Go to the source code of this file.
|
class | dftefe::basis::AtomIdsPartition< dim > |
| Class to get the renumbered Ids of the locally owned Atom ids returns the vector of no of atoms in each processor and the vector of old atom ids. so oldatomid(0) = 2 and so on. So also newatomid(2) = 0; but you do not need to store as oldatomid vector is same as newatomid i.e. memory layout should be 'locally owned enriched ids' should be consecutive integers. More...
|
|