DFT-EFE
 
Loading...
Searching...
No Matches
AtomSphericalDataPSP.cpp File Reference
#include <atoms/AtomSphericalDataPSP.h>
#include <utils/Exceptions.h>
#include <utils/StringOperations.h>
#include <sstream>
#include <vector>
#include <iterator>
#include <iomanip>
#include <cstring>
#include <string>
Include dependency graph for AtomSphericalDataPSP.cpp:

Namespaces

namespace  dftefe
 dealii includes
 
namespace  dftefe::atoms
 
namespace  dftefe::atoms::AtomSphericalDataPSPXMLLocal
 

Functions

xmlDocPtr dftefe::atoms::AtomSphericalDataPSPXMLLocal::getDoc (const std::string fileName)
 
xmlXPathObjectPtr dftefe::atoms::AtomSphericalDataPSPXMLLocal::getNodeSet (xmlDocPtr doc, const std::string xpath, const std::string ns, const std::string nsHRef)
 
void dftefe::atoms::AtomSphericalDataPSPXMLLocal::getNodeStrings (const AtomSphericalDataPSP::XPathInfo &xPathInfo, std::vector< std::string > &nodeNames, std::vector< std::string > &nodeStrings)
 
void dftefe::atoms::AtomSphericalDataPSPXMLLocal::getNodeStrings (const AtomSphericalDataPSP::XPathInfo &xPathInfo, std::vector< std::string > &nodeNames, std::vector< std::string > &nodeStrings, std::vector< std::vector< std::pair< std::string, std::string > > > &attrStrings)
 
void dftefe::atoms::AtomSphericalDataPSPXMLLocal::getChildrenNodeStrings (const AtomSphericalDataPSP::XPathInfo &xPathInfo, std::vector< std::string > &nodeNames, std::vector< std::string > &nodeStrings, std::vector< std::vector< std::pair< std::string, std::string > > > &attrStrings)