CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::xtal::Local Namespace Reference

Functions

static Coordinate _make_superlattice_coordinate (Index ijk_ix, const Superlattice &superlattice, impl::OrderedLatticePointGenerator index_to_ijk_f)
 
static SimpleStructure::Info _replicate (SimpleStructure::Info const &_info, Index mult)
 
static bool lex_lt (Eigen::Matrix< long, 3, 3 > const &A, Eigen::Matrix< long, 3, 3 > const &B)
 
template<typename OutputIterator >
static bool initial_atomic_maps (SimpleStructure child_struc, MappingNode const &seed, StrucMapCalculatorInterface const &calculator, double max_cost, bool const &symmetrize_atomic_cost, OutputIterator it)
 
template<typename OutputIterator >
static void partition_node (MappingNode const &_node, StrucMapCalculatorInterface const &_calculator, SimpleStructure child_struc, bool const &symmetrize_atomic_cost, OutputIterator it)
 

Function Documentation

◆ _make_superlattice_coordinate()

static Coordinate CASM::xtal::Local::_make_superlattice_coordinate ( Index  ijk_ix,
const Superlattice superlattice,
impl::OrderedLatticePointGenerator  index_to_ijk_f 
)
static

Definition at line 19 of file SimpleStrucMapCalculator.cc.

◆ _replicate()

static SimpleStructure::Info CASM::xtal::Local::_replicate ( SimpleStructure::Info const &  _info,
Index  mult 
)
static

Definition at line 16 of file SimpleStructureTools.cc.

◆ initial_atomic_maps()

template<typename OutputIterator >
static bool CASM::xtal::Local::initial_atomic_maps ( SimpleStructure  child_struc,
MappingNode const &  seed,
StrucMapCalculatorInterface const &  calculator,
double  max_cost,
bool const &  symmetrize_atomic_cost,
OutputIterator  it 
)
static

Definition at line 94 of file StrucMapping.cc.

◆ lex_lt()

static bool CASM::xtal::Local::lex_lt ( Eigen::Matrix< long, 3, 3 > const &  A,
Eigen::Matrix< long, 3, 3 > const &  B 
)
static

Definition at line 24 of file StrucMapping.cc.

◆ partition_node()

template<typename OutputIterator >
static void CASM::xtal::Local::partition_node ( MappingNode const &  _node,
StrucMapCalculatorInterface const &  _calculator,
SimpleStructure  child_struc,
bool const &  symmetrize_atomic_cost,
OutputIterator  it 
)
static

Definition at line 144 of file StrucMapping.cc.