forked from lijiext/lammps
24 lines
661 B
Plaintext
24 lines
661 B
Plaintext
"Higher level section"_Modify.html - "LAMMPS WWW Site"_lws - "LAMMPS
|
|
Documentation"_ld - "LAMMPS Commands"_lc :c
|
|
|
|
:link(lws,http://lammps.sandia.gov)
|
|
:link(ld,Manual.html)
|
|
:link(lc,Commands_all.html)
|
|
|
|
:line
|
|
|
|
Minimization styles :h3
|
|
|
|
Classes that perform energy minimization derived from the Min class.
|
|
New styles can be created to add new minimization algorithms to
|
|
LAMMPS.
|
|
|
|
Min_cg.cpp is an example of conjugate gradient minimization.
|
|
|
|
Here is a brief description of methods you define in your new derived
|
|
class. See min.h for details.
|
|
|
|
init: initialize the minimization before a run
|
|
run: perform the minimization
|
|
memory_usage: tally of memory usage :tb(s=:)
|