Skip to content

Commit

Permalink
The complex is fixed and resized after it has been loaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
Asger Nyman Christiansen committed Jul 25, 2013
1 parent c63cf31 commit b3a7b63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DSC.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ class DeformableSimplicialComplex : public ISMesh<MT>
T vol_avg = AVG_EDGE_LENGTH*AVG_EDGE_LENGTH*AVG_EDGE_LENGTH*sqrt(2.)/12.;
MIN_TET_VOLUME = 0.5*vol_avg;
MAX_TET_VOLUME = 10.*vol_avg;

fix_complex();
resize_complex();
}

DeformableSimplicialComplex() {}
Expand Down

0 comments on commit b3a7b63

Please sign in to comment.