ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
stress_tools.h
Go to the documentation of this file.
1#pragma once
3// this namespace used to store global function for some stress operation
4namespace StressTools
5{
6// set upper matrix to whole matrix
7void stress_fill(const double& lat0_, const double& omega_, ModuleBase::matrix& stress_matrix);
8} // namespace StressTools
Definition matrix.h:19
Definition stress_tools.cpp:3
void stress_fill(const double &lat0_, const double &omega_, ModuleBase::matrix &stress_matrix)
Definition stress_tools.cpp:4