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

            Line data    Source code
       1              : #include <iostream>
       2              : #include <fstream>
       3              : #include <iomanip>
       4              : 
       5              : #include "Util/Util.H"
       6              : #include "IO/ParmParse.H"
       7              : #include "IO/FileNameParse.H"
       8              : #include "IO/WriteMetaData.H"
       9              : #include "AMReX_ParmParse.H"
      10              : 
      11              : #include "Model/Solid/Linear/Isotropic.H"
      12              : #include "Integrator/TopOp.H"
      13              : 
      14            1 : int main (int argc, char* argv[])
      15              : {
      16            1 :     Util::Initialize(argc,argv);
      17              : 
      18            1 :     std::string program = "microstructure";
      19            1 :     IO::ParmParse pp;
      20            1 :     srand(2);
      21              : 
      22            1 :     Integrator::Integrator *integrator = nullptr;
      23            1 :     pp.select_only<Integrator::TopOp<Model::Solid::Linear::Isotropic>>(integrator);
      24            1 :     integrator->InitData();
      25            1 :     integrator->Evolve();
      26            1 :     delete integrator;
      27              : 
      28            1 :     Util::Finalize();
      29            1 : } 
        

Generated by: LCOV version 2.0-1