IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
ippl::NonStandardFDTDSolver< EMField, SourceField, boundary_conditions >::nondispersive< scalar > Struct Template Reference

A structure representing nondispersive coefficients. More...

#include <NonStandardFDTDSolver.h>

Collaboration diagram for ippl::NonStandardFDTDSolver< EMField, SourceField, boundary_conditions >::nondispersive< scalar >:

Public Attributes

scalar a1
scalar a2
scalar a4
scalar a6
scalar a8

Detailed Description

template<typename EMField, typename SourceField, fdtd_bc boundary_conditions = periodic>
template<typename scalar>
struct ippl::NonStandardFDTDSolver< EMField, SourceField, boundary_conditions >::nondispersive< scalar >

A structure representing nondispersive coefficients.

This structure holds the coefficients used in the nondispersive formulation of the solver. These coefficients are used to update the electromagnetic fields during the simulation.

Template Parameters
scalarThe type of the coefficients.

Definition at line 67 of file NonStandardFDTDSolver.h.

Member Data Documentation

◆ a1

template<typename EMField, typename SourceField, fdtd_bc boundary_conditions = periodic>
template<typename scalar>
scalar ippl::NonStandardFDTDSolver< EMField, SourceField, boundary_conditions >::nondispersive< scalar >::a1

◆ a2

template<typename EMField, typename SourceField, fdtd_bc boundary_conditions = periodic>
template<typename scalar>
scalar ippl::NonStandardFDTDSolver< EMField, SourceField, boundary_conditions >::nondispersive< scalar >::a2

◆ a4

template<typename EMField, typename SourceField, fdtd_bc boundary_conditions = periodic>
template<typename scalar>
scalar ippl::NonStandardFDTDSolver< EMField, SourceField, boundary_conditions >::nondispersive< scalar >::a4

◆ a6

template<typename EMField, typename SourceField, fdtd_bc boundary_conditions = periodic>
template<typename scalar>
scalar ippl::NonStandardFDTDSolver< EMField, SourceField, boundary_conditions >::nondispersive< scalar >::a6

◆ a8

template<typename EMField, typename SourceField, fdtd_bc boundary_conditions = periodic>
template<typename scalar>
scalar ippl::NonStandardFDTDSolver< EMField, SourceField, boundary_conditions >::nondispersive< scalar >::a8

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