Skip to content

Commit

Permalink
levelset: rework overall design
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-iob committed Sep 28, 2023
1 parent e66faec commit 45f0d83
Show file tree
Hide file tree
Showing 47 changed files with 3,766 additions and 6,826 deletions.
2 changes: 1 addition & 1 deletion examples/RBF_example_00001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ void run(std::string filename,
levelset.setPropagateSign(true);
levelset.setSizeNarrowBand(sqrt(3.0) * h);
// Compute the levelset
levelset.compute(id0);
levelset.fillCache(id0);
// Write levelset information
mesh.write();
bitpit::log::cout() << "Computed levelset within the narrow band... " << std::endl;
Expand Down
3 changes: 1 addition & 2 deletions src/levelset/bitpit_levelset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@

#include "levelSetObject.hpp"
#include "levelSetProxyObject.hpp"
#include "levelSetCachedObject.hpp"
#include "levelSetCache.hpp"
#include "levelSetSegmentationObject.hpp"
#include "levelSetSignedObject.hpp"
#include "levelSetBooleanObject.hpp"
#include "levelSetMaskObject.hpp"

Expand Down
Loading

0 comments on commit 45f0d83

Please sign in to comment.