LCOV - code coverage report
Current view: top level - src/BC - Nothing.H (source / functions) Hit Total Coverage
Test: coverage_merged.info Lines: 4 4 100.0 %
Date: 2024-11-18 05:28:54 Functions: 3 3 100.0 %

          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          34 :     Nothing () {};
      17      395352 :     virtual void FillBoundary (amrex::BaseFab<Set::Scalar>&,
      18             :                     const amrex::Box &,
      19             :                     int, int, int,
      20             :                     amrex::Real,
      21             :                     Orientation /*face*/ = Orientation::All,
      22      395352 :                     const amrex::Mask * /*mask*/ = nullptr) override {};
      23             : 
      24      217360 :     virtual amrex::BCRec GetBCRec() override {return amrex::BCRec();}
      25             : };
      26             : }
      27             : #endif

Generated by: LCOV version 1.14