git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4220 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -24,6 +24,7 @@ class Min : protected Pointers {
|
||||
double fnorm2_init,fnorminf_init,fnorm2_final,fnorminf_final;
|
||||
double alpha_final;
|
||||
int niter,neval;
|
||||
int stop_condition;
|
||||
char *stopstr;
|
||||
|
||||
Min(class LAMMPS *);
|
||||
@ -31,7 +32,7 @@ class Min : protected Pointers {
|
||||
void init();
|
||||
void setup();
|
||||
void setup_minimal(int);
|
||||
void run(int);
|
||||
void run(int,int);
|
||||
void cleanup();
|
||||
void request(class Pair *, int, double);
|
||||
double memory_usage() {return 0.0;}
|
||||
@ -95,6 +96,7 @@ class Min : protected Pointers {
|
||||
|
||||
double fnorm_sqr();
|
||||
double fnorm_inf();
|
||||
char *stopstrings(int);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user