CASM  1.1.0
A Clusters Approach to Statistical Mechanics
ConfigDoFTools.hh File Reference
#include <memory>
#include "casm/global/definitions.hh"

Go to the source code of this file.

Namespaces

 CASM
 Main CASM namespace.
 

Functions

ConfigDoF CASM::make_configdof (Structure const &prim, Index volume)
 Construct zero-valued ConfigDoF. More...
 
ConfigDoF CASM::make_configdof (Structure const &prim, Index volume, double tol)
 Construct zero-valued ConfigDoF. More...
 
std::unique_ptr< ConfigDoF > CASM::make_unique_configdof (Structure const &prim, Index volume)
 Construct zero-valued std::unique_ptr<ConfigDoF> More...
 
std::unique_ptr< ConfigDoF > CASM::make_unique_configdof (Structure const &prim, Index volume, double tol)
 Construct zero-valued std::unique_ptr<ConfigDoF> More...
 
ConfigDoF CASM::make_configdof (Supercell const &supercell)
 Construct zero-valued ConfigDoF. More...
 
ConfigDoF CASM::make_configdof (Supercell const &supercell, double tol)
 Construct zero-valued ConfigDoF. More...
 
std::unique_ptr< ConfigDoF > CASM::make_unique_configdof (Supercell const &supercell)
 Construct zero-valued std::unique_ptr<ConfigDoF> More...
 
std::unique_ptr< ConfigDoF > CASM::make_unique_configdof (Supercell const &supercell, double tol)
 Construct zero-valued std::unique_ptr<ConfigDoF> More...