26#ifndef dftefeEnrichmentIdsPartition_h
27#define dftefeEnrichmentIdsPartition_h
57 template <
unsigned int dim>
78 std::shared_ptr<const atoms::AtomSphericalDataContainer>
79 atomSphericalDataContainer,
81 const std::vector<std::string> & atomSymbol,
82 const std::vector<utils::Point> & atomCoordinates,
83 const std::string fieldName,
84 const std::vector<double> & minbound,
85 const std::vector<double> & maxbound,
86 double additionalCutoff,
87 const std::vector<utils::Point> & globalDomainBoundVec,
88 const std::vector<bool> & isPeriodicFlags,
89 const std::vector<std::vector<utils::Point>> &cellVerticesVector,
97 std::vector<global_size_type>
100 std::vector<std::vector<global_size_type>>
103 std::pair<global_size_type, global_size_type>
106 std::vector<global_size_type>
129 std::shared_ptr<const AtomIdsPartition<dim>>
134 const std::vector<std::vector<global_size_type>>
148 std::vector<std::vector<global_size_type>>
153 std::unordered_map<global_size_type, size_type>
155 std::unordered_map<global_size_type, size_type>
159 std::shared_ptr<const atoms::AtomSphericalDataContainer>
Class to get the renumbered Ids of the locally owned Atom ids returns the vector of no of atoms in ea...
Definition: AtomIdsPartition.h:49
Class to get the gost and locally owned enrichment ids from the renumbered atom ids in Atom Partition...
Definition: EnrichmentIdsPartition.h:59
void modifyNumCellsOverlapWithEnrichments(const std::vector< std::vector< global_size_type > > &overlappingEnrichmentIdsInCells)
Definition: EnrichmentIdsPartition.t.cpp:561
std::shared_ptr< const AtomIdsPartition< dim > > getAtomIdsPartition() const
Definition: EnrichmentIdsPartition.t.cpp:694
std::vector< global_size_type > d_enrichmentIdsInProcessor
Definition: EnrichmentIdsPartition.h:150
std::unordered_map< global_size_type, size_type > d_enrichmentIdToOldAtomIdMap
Definition: EnrichmentIdsPartition.h:154
size_type getAtomId(const global_size_type enrichmentId) const
Definition: EnrichmentIdsPartition.t.cpp:609
global_size_type nTotalEnrichmentIds() const
Definition: EnrichmentIdsPartition.t.cpp:687
std::pair< global_size_type, global_size_type > locallyOwnedEnrichmentIds() const
Definition: EnrichmentIdsPartition.t.cpp:595
size_type nLocallyOwnedEnrichmentIds() const
Definition: EnrichmentIdsPartition.t.cpp:670
std::vector< size_type > d_oldAtomIdsVec
Definition: EnrichmentIdsPartition.h:157
std::vector< std::vector< global_size_type > > d_overlappingEnrichmentIdsInCells
Definition: EnrichmentIdsPartition.h:149
std::vector< global_size_type > ghostEnrichmentIds() const
Definition: EnrichmentIdsPartition.t.cpp:602
EnrichmentIdAttribute getEnrichmentIdAttribute(const global_size_type enrichmentId) const
Definition: EnrichmentIdsPartition.t.cpp:630
std::unordered_map< global_size_type, size_type > d_enrichmentIdToQuantumIdMap
Definition: EnrichmentIdsPartition.h:156
std::vector< global_size_type > newAtomIdToEnrichmentIdOffset() const
Definition: EnrichmentIdsPartition.t.cpp:581
std::vector< std::vector< global_size_type > > overlappingEnrichmentIdsInCells() const
Definition: EnrichmentIdsPartition.t.cpp:588
size_type nLocalEnrichmentIds() const
Definition: EnrichmentIdsPartition.t.cpp:678
std::string d_fieldName
Definition: EnrichmentIdsPartition.h:161
~EnrichmentIdsPartition()=default
Destructor.
std::shared_ptr< const atoms::AtomSphericalDataContainer > d_atomSphericalDataContainer
Definition: EnrichmentIdsPartition.h:160
std::shared_ptr< const AtomIdsPartition< dim > > d_atomIdsPartition
Definition: EnrichmentIdsPartition.h:158
std::vector< std::string > d_atomSymbol
Definition: EnrichmentIdsPartition.h:162
std::vector< global_size_type > d_ghostEnrichmentIds
Definition: EnrichmentIdsPartition.h:152
std::vector< global_size_type > d_newAtomIdToEnrichmentIdOffset
Definition: EnrichmentIdsPartition.h:147
size_type nEnrichmentIds(const size_type atomId) const
Definition: EnrichmentIdsPartition.t.cpp:701
std::pair< global_size_type, global_size_type > d_locallyOwnedEnrichmentIds
Definition: EnrichmentIdsPartition.h:151
int MPIComm
Definition: MPITypes.h:83
dealii includes
Definition: AtomFieldDataSpherical.cpp:31
unsigned int size_type
Definition: TypeConfig.h:8
unsigned long int global_size_type
Definition: TypeConfig.h:9
Definition: EnrichmentIdsPartition.h:46
size_type atomId
Definition: EnrichmentIdsPartition.h:47
size_type localIdInAtom
Definition: EnrichmentIdsPartition.h:48