NamedField Struct ReferenceΒΆ

adc_cpp: pops::field_solver::SystemFieldSolver< Impl >::NamedField Struct Reference
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
pops::field_solver::SystemFieldSolver< Impl >::NamedField Struct Reference

#include <system_field_solver.hpp>

+ Collaboration diagram for pops::field_solver::SystemFieldSolver< Impl >::NamedField:

Public Attributes

int phi_comp = -1
 
int gx_comp = -1
 
int gy_comp = -1
 
std::optional< std::variant< GeometricMG, PoissonFFTSolver, RemappedFFTSolver > > ell
 

Member Data Documentation

◆ ell

template<class Impl >
std::optional<std::variant<GeometricMG, PoissonFFTSolver, RemappedFFTSolver> > pops::field_solver::SystemFieldSolver< Impl >::NamedField::ell

◆ gx_comp

template<class Impl >
int pops::field_solver::SystemFieldSolver< Impl >::NamedField::gx_comp = -1

◆ gy_comp

template<class Impl >
int pops::field_solver::SystemFieldSolver< Impl >::NamedField::gy_comp = -1

◆ phi_comp

template<class Impl >
int pops::field_solver::SystemFieldSolver< Impl >::NamedField::phi_comp = -1

The documentation for this struct was generated from the following file: