#include <strategies_parsing.h>
Definition at line 39 of file strategies_parsing.h.
 
  
  
      
        
          | GRINS::StrategiesParsing::StrategiesParsing  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | GRINS::StrategiesParsing::~StrategiesParsing  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | static std::string GRINS::StrategiesParsing::adjoint_refinement_error_estimator  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
  
  
      
        
          | static std::string GRINS::StrategiesParsing::adjoint_residual_error_estimator  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
  
  
      
        
          | bool GRINS::StrategiesParsing::do_adjoint_solve  | 
          ( | 
          const GetPot &  | 
          input | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Option to let user manually trigger adjoint solve. 
Definition at line 45 of file strategies_parsing.C.
References do_adjoint_solve().
Referenced by GRINS::Simulation::check_for_adjoint_solve(), and do_adjoint_solve().
   48     std::string old_option = 
"linear-nonlinear-solver/do_adjoint_solve";
 
   49     std::string new_option = 
"Strategies/Adjoint/do_adjoint_solve";
 
   51     bool have_old_option = input.have_variable(old_option);
 
   52     bool have_new_option = input.have_variable(new_option);
 
   53     if( have_old_option  &&  have_new_option )
 
   54       libmesh_error_msg(
"ERROR: Cannot specify both "+old_option+
" and "+new_option+
"!");
 
   57       do_adjoint_solve = input( old_option, 
false );
 
   60       do_adjoint_solve = input( new_option, 
false );
 
static bool do_adjoint_solve(const GetPot &input)
Option to let user manually trigger adjoint solve. 
 
 
 
 
  
  
      
        
          | int GRINS::StrategiesParsing::extra_quadrature_order  | 
          ( | 
          const GetPot &  | 
          input | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static std::string GRINS::StrategiesParsing::kelly_error_estimator  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
  
  
      
        
          | static std::string GRINS::StrategiesParsing::patch_recovery_error_estimator  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
The documentation for this class was generated from the following files: