|
real(kind=f64) function | inner_product (self, coefs1, coefs2, form, component) |
|
Definition at line 192 of file sll_m_maxwell_3d_base.F90.
◆ inner_product()
real(kind=f64) function inner_product |
( |
class( sll_c_maxwell_3d_base) |
self, |
|
|
real(kind=f64), dimension(:) |
coefs1, |
|
|
real(kind=f64), dimension(:) |
coefs2, |
|
|
integer(kind=i32) |
form, |
|
|
integer(kind=i32), optional |
component |
|
) |
| |
|
private |
- Parameters
-
self | Maxwell solver object. |
coefs1 | Values of the coefficient vectors for each DoF |
coefs2 | Values of the coefficient vectors for each Do |
form | Specify 0,1,2 or 3-form |
component | Specify the component of the form |
Definition at line 192 of file sll_m_maxwell_3d_base.F90.