LCOV - code coverage report
Current view: top level - src/Numeric/Interpolator - Interpolator.H (source / functions) Coverage Total Hit
Test: coverage_merged.info Lines: 100.0 % 1 1
Test Date: 2025-04-03 04:02:21 Functions: 100.0 % 1 1

            Line data    Source code
       1              : //
       2              : // This namespace has evolved to contain some general Interpolator routines that
       3              : // are actually unrelated.
       4              : // The :ref:`Numeric::Interpolator::Linear` is an I/O utility.
       5              : // The :ref:`Numeric::Interpolator::NodeBilinear` is a low-level AMReX override that
       6              : // the average user (or even coder) will probably not need to touch.
       7              : //
       8              : 
       9              : #ifndef NUMERIC_INTERPOLATOR_H_
      10              : #define NUMERIC_INTERPOLATOR_H_
      11              : 
      12              : #include <AMReX.H>
      13              : #include <AMReX_MultiFab.H>
      14              : #include "Set/Set.H"
      15              : 
      16              : namespace Numeric
      17              : {
      18              : namespace Interpolator
      19              : {
      20              : template<class T>
      21              : class Interpolator
      22              : {
      23              : public:
      24         1170 :     Interpolator() {};
      25              : };
      26              : }
      27              : }
      28              : #endif
        

Generated by: LCOV version 2.0-1