WARPXM v1.10.0
Loading...
Searching...
No Matches
max_integrator.h
Go to the documentation of this file.
1#ifndef WXM_MAX_INTEGRATOR_H
2#define WXM_MAX_INTEGRATOR_H
3
4#include "integrator.h"
5
10
11#include "variable/distributed_variable.h"
13
14#include "tools.h"
15
16#include <memory>
17
18namespace wxm
19{
20namespace dfem
21{
29{
30public:
32
33 real integrate(const variables_type& vars) override;
34};
35} // namespace dfem
36} // namespace wxm
37#endif
Definition: integrator.h:21
std::vector< std::vector< std::pair< wxm::variable::distributed_variable_t *, size_t > > > variables_type
Definition: integrator.h:50
Useful for computing an L-infinity norm where you're interested in the max value.
Definition: max_integrator.h:29
real integrate(const variables_type &vars) override
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
#define real
Definition: wmoclunstructuredreconstruction.h:11