LCOV - code coverage report
Current view: top level - src/tensor_solver - IterativeTensorSolverInterface.C (source / functions) Hit Total Coverage
Test: idaholab/swift: #92 (25e020) with base b3cd84 Lines: 0 8 0.0 %
Date: 2025-09-10 17:10:32 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /**********************************************************************/
       2             : /*                    DO NOT MODIFY THIS HEADER                       */
       3             : /*             Swift, a Fourier spectral solver for MOOSE             */
       4             : /*                                                                    */
       5             : /*            Copyright 2024 Battelle Energy Alliance, LLC            */
       6             : /*                        ALL RIGHTS RESERVED                         */
       7             : /**********************************************************************/
       8             : 
       9             : #include "TensorSolver.h"
      10             : #include "TensorPredictor.h"
      11             : #include "TensorProblem.h"
      12             : 
      13           0 : IterativeTensorSolverInterface::IterativeTensorSolverInterface()
      14           0 :   :  _iterations(0),
      15           0 :     _is_converged(true)
      16             : {
      17           0 : }
      18             : 
      19             : void
      20           0 : IterativeTensorSolverInterface::applyPredictors()
      21             : {
      22           0 :   for (const auto & pred : _predictors)
      23           0 :     pred->computeBuffer();
      24           0 : }

Generated by: LCOV version 1.14