LCOV - code coverage report
Current view: top level - src/base - SolverParams.C (source / functions) Hit Total Coverage
Test: idaholab/moose framework: #31405 (292dce) with base fef103 Lines: 14 14 100.0 %
Date: 2025-09-04 07:52:05 Functions: 1 1 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : //* This file is part of the MOOSE framework
       2             : //* https://mooseframework.inl.gov
       3             : //*
       4             : //* All rights reserved, see COPYRIGHT for full restrictions
       5             : //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
       6             : //*
       7             : //* Licensed under LGPL 2.1, please see LICENSE for details
       8             : //* https://www.gnu.org/licenses/lgpl-2.1.html
       9             : 
      10             : #include "SolverParams.h"
      11             : 
      12       63564 : SolverParams::SolverParams()
      13       63564 :   : _type(Moose::ST_PJFNK),
      14       63564 :     _line_search(Moose::LS_INVALID),
      15       63564 :     _mffd_type(Moose::MFFD_INVALID),
      16       63564 :     _eigen_solve_type(Moose::EST_KRYLOVSCHUR),
      17       63564 :     _eigen_problem_type(Moose::EPT_SLEPC_DEFAULT),
      18       63564 :     _which_eigen_pairs(Moose::WEP_SLEPC_DEFAULT),
      19       63564 :     _eigen_matrix_free(false),
      20       63564 :     _eigen_matrix_vector_mult(false),
      21       63564 :     _customized_pc_for_eigen(false),
      22       63564 :     _precond_matrix_free(false),
      23      127128 :     _prefix("-"),
      24       63564 :     _solver_sys_num(libMesh::invalid_uint)
      25             : {
      26       63564 : }

Generated by: LCOV version 1.14