Home
last modified time | relevance | path

Searched refs:potential_ (Results 1 – 10 of 10) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DStress.cpp303 potential_(nullptr), in StressCauchyBorn()
333 delete potential_; in StressCauchyBorn()
346 delete potential_; in StressCauchyBorn()
350 delete potential_; in StressCauchyBorn()
351 potential_ = new CbEam(); in StressCauchyBorn()
369 if (potential_) delete potential_; in ~StressCauchyBorn()
400 DENS_MAT k = vac.force_constants(0,potential_); in stiffness()
555 bool hasEAM = potential_->terms.embedding; in elasticity_tensor()
561 embed_pp = potential_->F_pp(e_density); in elasticity_tensor()
581 double phi_r = potential_->phi_r(d); // computes phi' in elasticity_tensor()
[all …]
H A DStress.h154 CbPotential *potential_; //*> CbPotential -> interatomic forces. variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DStress.cpp303 potential_(NULL), in StressCauchyBorn()
333 delete potential_; in StressCauchyBorn()
346 delete potential_; in StressCauchyBorn()
350 delete potential_; in StressCauchyBorn()
351 potential_ = new CbEam(); in StressCauchyBorn()
369 if (potential_) delete potential_; in ~StressCauchyBorn()
400 DENS_MAT k = vac.force_constants(0,potential_); in stiffness()
555 bool hasEAM = potential_->terms.embedding; in elasticity_tensor()
561 embed_pp = potential_->F_pp(e_density); in elasticity_tensor()
581 double phi_r = potential_->phi_r(d); // computes phi' in elasticity_tensor()
[all …]
H A DStress.h154 CbPotential *potential_; //*> CbPotential -> interatomic forces. variable
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/tools/
H A Dcsg_reupdate.cc168 for (auto &potential_ : potentials_) { in BeginEvaluate() local
170 votca::Index pos_start = potential_->vec_pos; in BeginEvaluate()
176 lamda_(row) = potential_->ucg->getOptParam(lamda_i); in BeginEvaluate()
261 for (auto &potential_ : potentials_) { in WriteOutFiles() local
262 file_name = potential_->potentialName; in WriteOutFiles()
265 potential_->ucg->SavePotTab(file_name, in WriteOutFiles()
271 file_name = potential_->potentialName; in WriteOutFiles()
274 potential_->ucg->SaveParam(file_name); in WriteOutFiles()
355 for (auto &potential_ : potentials_) { in REUpdateLamda() local
357 votca::Index pos_start = potential_->vec_pos; in REUpdateLamda()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/tools/
H A Dcsg_reupdate.cc168 for (auto &potential_ : potentials_) { in BeginEvaluate() local
170 votca::Index pos_start = potential_->vec_pos; in BeginEvaluate()
176 lamda_(row) = potential_->ucg->getOptParam(lamda_i); in BeginEvaluate()
261 for (auto &potential_ : potentials_) { in WriteOutFiles() local
262 file_name = potential_->potentialName; in WriteOutFiles()
265 potential_->ucg->SavePotTab(file_name, in WriteOutFiles()
271 file_name = potential_->potentialName; in WriteOutFiles()
274 potential_->ucg->SaveParam(file_name); in WriteOutFiles()
355 for (auto &potential_ : potentials_) { in REUpdateLamda() local
357 votca::Index pos_start = potential_->vec_pos; in REUpdateLamda()
[all …]
/dports/cad/iverilog/verilog-11.0/
H A Ddiscipline.h58 ivl_nature_t potential() const { return potential_; } in potential()
64 ivl_nature_t potential_; variable
H A Ddiscipline.cc33 : name_(name__), domain_(domain__), potential_(pot), flow_(flow__) in ivl_discipline_s()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzext/
H A DStrokeDeformationImpl.cpp271 delete potential_; in ~StrokeDeformationImpl()
272 potential_ = 0; in ~StrokeDeformationImpl()
392 lengthOfAction, w, stroke2manipulate_, potential_->clone()); in activate_impl()
557 return this->potential_; in getPotential()
568 potential_ = potential; in setPotential()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/ext/
H A DStrokeDeformationImpl.h39 ToonzExt::Potential *potential_; variable