Home
last modified time | relevance | path

Searched defs:calculate_stress (Results 1 – 8 of 8) sorted by relevance

/dports/science/py-gpaw/gpaw-21.6.0/gpaw/
H A Dstress.py8 def calculate_stress(calc): function
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dpwdft_environment.F214 SUBROUTINE pwdft_calc_energy_force(pwdft_env, calculate_forces, calculate_stress) argument
216 LOGICAL, INTENT(IN) :: calculate_forces, calculate_stress local
H A Dsirius_interface.F666 SUBROUTINE cp_sirius_energy_force(pwdft_env, calculate_forces, calculate_stress) argument
668 LOGICAL :: calculate_forces, calculate_stress local
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dpwdft_environment.F214 SUBROUTINE pwdft_calc_energy_force(pwdft_env, calculate_forces, calculate_stress) argument
216 LOGICAL, INTENT(IN) :: calculate_forces, calculate_stress local
H A Dsirius_interface.F818 SUBROUTINE cp_sirius_energy_force(pwdft_env, calculate_forces, calculate_stress) argument
820 LOGICAL :: calculate_forces, calculate_stress local
/dports/math/libmesh/libmesh-1.6.2/examples/fem_system/fem_system_ex2/
H A Dnonlinear_neohooke_cc.C73 void NonlinearNeoHookeCurrentConfig::calculate_stress() in calculate_stress() function
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dsgd.c10 static float calculate_stress(float *pos, term_sgd *terms, int n_terms) { in calculate_stress() function
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/elasticity/
H A Delastic.py74 def calculate_stress(self, strain): member in NthOrderElasticTensor
605 def calculate_stress(self, strain): member in ElasticTensorExpansion