LCOV - code coverage report
Current view: top level - src - thermoelastic.cc (source / functions) Coverage Total Hit
Test: coverage_merged.info Lines: 75.0 % 12 9
Test Date: 2025-02-27 04:17:48 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 "Integrator/ThermoElastic.H"
      12              : 
      13            2 : int main (int argc, char* argv[])
      14              : {
      15            2 :     Util::Initialize(argc,argv);
      16              : 
      17            2 :     std::string program = "microstructure";
      18            2 :     IO::ParmParse pp;
      19            2 :     pp_query("alamo.program",program);
      20            2 :     srand(2);
      21              : 
      22              :     {
      23            2 :         Integrator::ThermoElastic integrator(pp);
      24            2 :         integrator.InitData();
      25            2 :         integrator.Evolve();
      26            0 :     }
      27              :     
      28            0 :     Util::Finalize();
      29            0 : } 
        

Generated by: LCOV version 2.0-1