Chi-Tech
SolverInfoPostProcessor.h
Go to the documentation of this file.
1
#ifndef CHITECH_SOLVERINFOPOSTPROCESSOR_H
2
#define CHITECH_SOLVERINFOPOSTPROCESSOR_H
3
4
#include "
PostProcessor.h
"
5
6
namespace
chi_physics
7
{
8
class
Solver;
9
}
10
11
namespace
chi
12
{
13
14
class
SolverInfoPostProcessor
:
public
PostProcessor
15
{
16
public
:
17
static
InputParameters
GetInputParameters
();
18
explicit
SolverInfoPostProcessor
(
const
InputParameters
& params);
19
20
void
Execute
(
const
Event
& event_context)
override
;
21
22
private
:
23
const
chi_physics::Solver
&
solver_
;
24
const
ParameterBlock
info_
;
25
};
26
27
}
28
29
#endif
// CHITECH_SOLVERINFOPOSTPROCESSOR_H
PostProcessor.h
chi::Event
Definition:
Event.h:12
chi::InputParameters
Definition:
input_parameters.h:23
chi::ParameterBlock
Definition:
parameter_block.h:40
chi::PostProcessor
Definition:
PostProcessor.h:28
chi::SolverInfoPostProcessor
Definition:
SolverInfoPostProcessor.h:15
chi::SolverInfoPostProcessor::Execute
void Execute(const Event &event_context) override
Definition:
SolverInfoPostProcessor.cc:53
chi::SolverInfoPostProcessor::solver_
const chi_physics::Solver & solver_
Definition:
SolverInfoPostProcessor.h:23
chi::SolverInfoPostProcessor::info_
const ParameterBlock info_
Definition:
SolverInfoPostProcessor.h:24
chi::SolverInfoPostProcessor::GetInputParameters
static InputParameters GetInputParameters()
Definition:
SolverInfoPostProcessor.cc:16
chi::SolverInfoPostProcessor::SolverInfoPostProcessor
SolverInfoPostProcessor(const InputParameters ¶ms)
Definition:
SolverInfoPostProcessor.cc:40
chi_physics::Solver
Definition:
chi_solver.h:22
chi_physics
Definition:
chi_runtime.h:30
chi
Definition:
chi_runtime.h:53
framework
post_processors
SolverInfoPostProcessor.h
Generated by
1.9.3