OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
DirichletPlaneWriter.h File Reference
#include <Kokkos_Core.hpp>
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <filesystem>
#include <string>
#include <vector>
#include "Utilities/OpalException.h"
Include dependency graph for DirichletPlaneWriter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DirichletPlaneWriter
 Writes dirichlet-plane potential snapshots to ASCII files. More...
 
struct  DirichletPlaneWriter::PlaneDiagnostics
 

Class Documentation

◆ DirichletPlaneWriter::PlaneDiagnostics

struct DirichletPlaneWriter::PlaneDiagnostics

Definition at line 41 of file DirichletPlaneWriter.h.

Collaboration diagram for DirichletPlaneWriter::PlaneDiagnostics:
Collaboration graph
Class Members
double mean = 0.0
size_t sampleCount = 0
double variance = 0.0