WarpX
Toggle main menu visibility
Loading...
Searching...
No Matches
Source
Diagnostics
ReducedDiags
Timestep.H
Go to the documentation of this file.
1
/* Copyright 2024 The WarpX Community
2
*
3
* This file is part of WarpX.
4
*
5
* Authors: Thomas Marks
6
*
7
* License: BSD-3-Clause-LBNL
8
*/
9
10
#ifndef WARPX_DIAGNOSTICS_REDUCEDDIAGS_TIMESTEP_H_
11
#define WARPX_DIAGNOSTICS_REDUCEDDIAGS_TIMESTEP_H_
12
13
#include "
ReducedDiags.H
"
14
#include <string>
15
20
class
Timestep
:
public
ReducedDiags
{
21
public
:
26
explicit
Timestep
(
const
std::string& rd_name);
27
32
void
ComputeDiags
(
int
step)
final
;
33
};
34
35
#endif
//WARPX_DIAGNOSTICS_REDUCEDDIAGS_TIMESTEP_H_
ReducedDiags.H
ReducedDiags::ReducedDiags
ReducedDiags(const std::string &rd_name)
Definition
ReducedDiags.cpp:27
Timestep::Timestep
Timestep(const std::string &rd_name)
Definition
Timestep.cpp:24
Timestep::ComputeDiags
void ComputeDiags(int step) final
Definition
Timestep.cpp:60
Generated by
1.17.0