#include <implicitE.h>

Public Member Functions | |
| Current_xyz (EMF1D &emf) | |
| Field1D & | J (int component) |
| void | calculate_J (State1D &Yin) |
| Field1D & | Jx () |
| Field1D & | Jy () |
| Field1D & | Jz () |
Private Attributes | |
| Field1D | jayx |
| Field1D | jayy |
| Field1D | jayz |
| complex< double > | fourpioverthree |
| valarray< complex< double > > | tempx |
| valarray< complex< double > > | tempy |
| valarray< complex< double > > | tempz |
| size_t | Nbc |
| size_t | szx |
Definition at line 28 of file implicitE.h.
| Electric_Field_Methods::Current_xyz::Current_xyz | ( | EMF1D & | emf | ) |
Definition at line 53 of file implicitE.cpp.
References Input::Input_List::BoundaryCells, Input::List(), Nbc, Input::Input_List::NxLocal, and szx.

| void Electric_Field_Methods::Current_xyz::calculate_J | ( | State1D & | Yin | ) |
Definition at line 135 of file implicitE.cpp.
References State1D::DF(), State1D::EMF(), EMF1D::Ex(), DistFunc1D::getcurrent(), jayx, jayy, jayz, Field1D::numx(), and State1D::Species().
Referenced by Electric_Field_Methods::Implicit_E_Field::advance(), and Jz().


| Field1D & Electric_Field_Methods::Current_xyz::J | ( | int | component | ) |
Definition at line 86 of file implicitE.cpp.
References Jx(), Jy(), and Jz().

| Field1D & Electric_Field_Methods::Current_xyz::Jx | ( | ) |
Definition at line 115 of file implicitE.cpp.
References jayx.
Referenced by Electric_Field_Methods::Implicit_E_Field::advance(), and J().

| Field1D & Electric_Field_Methods::Current_xyz::Jy | ( | ) |
Definition at line 121 of file implicitE.cpp.
References jayy.
Referenced by Electric_Field_Methods::Implicit_E_Field::advance(), Electric_Field_Methods::Implicit_E_Field::Ampere(), and J().

| Field1D & Electric_Field_Methods::Current_xyz::Jz | ( | ) |
Definition at line 127 of file implicitE.cpp.
References calculate_J(), and jayz.
Referenced by Electric_Field_Methods::Implicit_E_Field::advance(), Electric_Field_Methods::Implicit_E_Field::Ampere(), and J().


|
private |
Definition at line 53 of file implicitE.h.
|
private |
Definition at line 50 of file implicitE.h.
Referenced by calculate_J(), and Jx().
|
private |
Definition at line 50 of file implicitE.h.
Referenced by calculate_J(), and Jy().
|
private |
Definition at line 50 of file implicitE.h.
Referenced by calculate_J(), and Jz().
|
private |
Definition at line 61 of file implicitE.h.
Referenced by Current_xyz().
|
private |
Definition at line 61 of file implicitE.h.
Referenced by Current_xyz().
|
private |
Definition at line 57 of file implicitE.h.
|
private |
Definition at line 58 of file implicitE.h.
|
private |
Definition at line 59 of file implicitE.h.