-
-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: FEM refactoring as contracted for ITKv4
This commit makes the FEM framework more ITK like. There is now a FEMObject to define the finite element problem and the Solver derives from ProcessObject. Substantially more testing is performed on this code. Much of this work was contributed by Kiran Shivanna. UPD: All tests now pass except itkFEMC0TriangularElement-Quadratic. This result needs to be revied for numerical differences between Solvers UPD: Currently disable FEM registration test. This needs to be refoctored UPD: Updated regression tests. Removed FEM Registration tests UPD: Replaced explicit New() with itkSimpleNewMacro() UPD: Added the itkFEMRegistrationFilter and updated tests UPD: Fixed a bug in the FEM Registration filter test UPD: Added landmarks to regiatration BUG: Added Landmark points back into loading ENH: Added test data to suite of FEM tools. Test data added to FEM toolkit for supporting new refactored framework. COMP: Fix circular dependency issue btw FEM and SpatialObjects COMP: Compile errors COMP: Commented out Examples to allow building. Worked with Brad King to fix bugs in the DATA{} upload mechanism ENH: Decoupled reading of FEM objects. BUG: Fixed failing tests and documentation STYLE: Removed unnecessary files from build tree. COMP: Rebased to current ITK, to pick up new MetaIO for FEM COMP: cppcheck static analysis FEM specific code from SpatialObjects was extracted to the FEM module, and a generic registration interface was added to Spatial Object to allow runtime additions of supported objects that conform to the SpatialObject interface. Change-Id: I777c0aeb201762292aeecad113258442da23033e
- Loading branch information
1 parent
764b2e3
commit 23f10a9
Showing
250 changed files
with
21,903 additions
and
12,765 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
project(ITK-FEM) | ||
|
||
set(ITK-FEM_LIBRARIES ITK-FEM) | ||
itk_module_impl() | ||
itk_module_impl() |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.