Skip to content

Commit

Permalink
minor formatting modification
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-s-sawant committed Nov 20, 2024
1 parent eb788fb commit e376692
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Source/Solver/Transport/NEGF/NEGF_Common.H
Original file line number Diff line number Diff line change
Expand Up @@ -468,11 +468,10 @@ class c_NEGF_Common : protected MatrixBlock<T>, private c_IntegrationPath
#endif

/*Decimation Technique*/
int use_decimation =
false; // whether to use decimation technique in derived class.
// if Compute_SurfaceGreensFunction method is not overriden
// then the default is decimation regardless of what we set
// use_decimation as.
int use_decimation = false;
// whether to use decimation technique in the derived class.
// derived class default is false.
// base class default is true.

int decimation_max_iter = 30; // maximum iterations allowed
int decimation_rel_error = 1.e-5; // relative error
Expand Down

0 comments on commit e376692

Please sign in to comment.