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

A structure representing nondispersive coefficients. More...

#include <NonStandardFDTDSolver.h>

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.

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