LCOV - code coverage report
Current view: top level - src/BC - Nothing.H (source / functions) Coverage Total Hit
Test: coverage_merged.info Lines: 100.0 % 4 4
Test Date: 2025-02-27 04:17:48 Functions: 100.0 % 4 4

            Line data    Source code
       1              : #ifndef BC_NOTHING_H_
       2              : #define BC_NOTHING_H_
       3              : 
       4              : #include <AMReX_ParallelDescriptor.H>
       5              : #include <AMReX_ParmParse.H>
       6              : #include <AMReX_BCRec.H>
       7              : #include <AMReX_PhysBCFunct.H>
       8              : 
       9              : namespace BC
      10              : {
      11              : class Nothing
      12              :     : public BC<Set::Scalar>
      13              : {
      14              : 
      15              : public:
      16           77 :     Nothing () {};
      17      1529533 :     virtual void FillBoundary (amrex::BaseFab<Set::Scalar>&,
      18              :                     const amrex::Box &,
      19              :                     int, int, int,
      20              :                     amrex::Real,
      21              :                     Orientation /*face*/ = Orientation::All,
      22      1529533 :                     const amrex::Mask * /*mask*/ = nullptr) override {};
      23              : 
      24       306208 :     virtual amrex::BCRec GetBCRec() override {return amrex::BCRec();}
      25              : };
      26              : }
      27              : #endif
        

Generated by: LCOV version 2.0-1