Home
last modified time | relevance | path

Searched defs:from_voigt (Results 1 – 3 of 3) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DVoigtOperations.h124 inline DENS_MAT from_voigt(const DENS_VEC &B) in from_voigt() function
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DVoigtOperations.h124 inline DENS_MAT from_voigt(const DENS_VEC &B) in from_voigt() function
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/core/
H A Dtensors.py405 def from_voigt(cls, voigt_input): member in Tensor
810 def from_voigt(cls, voigt_input_list, base_class=Tensor): member in TensorCollection