v0.13.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
RhsU Struct Reference

Public Member Functions

double operator() (const double u, const double v) const
 
double operator() (const double u, const double v) const
 

Detailed Description

Definition at line 34 of file elec_phys_2D.cpp.

Member Function Documentation

◆ operator()() [1/2]

double RhsU::operator() ( const double  u,
const double  v 
) const
inline

Definition at line 35 of file elec_phys_2D.cpp.

35 {
36 return factor * (1.0 * (c * u * (u - alpha) * (1.0 - u) - u * v));
37 }
const double v
phase velocity of light in medium (cm/ns)

◆ operator()() [2/2]

double RhsU::operator() ( const double  u,
const double  v 
) const
inline

Definition at line 32 of file elec_pys_new.cpp.

32 {
33 return c * u * (u - alpha) * (1.0 - u) - u * v;
34 }

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