[root]/CCA/Components/PhaseField/Applications
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
scjmc | 39 (100.0%) | 8435 (100.0%) | 216.2 |
- Improved PhaseField Component Doxygen documentation
- Implemented copy constructors and clone methods for views at bc to make them
use the given dw view to access data from the DataWarehouse.
This is required by amr applications where physical (bc) and artificial (fci)
boundaries intersect and bc have to be imposed on coarser views.
- Added Implicit timestepping (Backward Euler and Crank-Nicolson) to Heat
Application within PhaseField component.
It make use of hypre solver for solving each level from the coarsest to the
finest using the solution on a level as bc condition on the finer fci's.
0 lines of code changed in 20 files:
- Benchmark applications implemented within PhaseField component
3194 lines of code changed in 9 files:
- Heat component reimplemented as Heat application within PhaseField component
(implicit solver implementation removed temporarly)
2495 lines of code changed in 3 files:
- Fixed PureMetal::error_estimate_grad_psi for NC problems
19 lines of code changed in 1 file:
- PhaseField application reimplemented as PureMetal
2426 lines of code changed in 2 files:
- Generalized implemenentation of PhaseField component which now provides a
framework for phase field applications
301 lines of code changed in 4 files: