Definition at line 119 of file sll_m_maxwell_1d_base.F90.
◆ signature_inner_product()
real(kind=f64) function signature_inner_product |
( |
class( sll_c_maxwell_1d_base) |
self, |
|
|
real(kind=f64), dimension(:) |
coefs1_dofs, |
|
|
real(kind=f64), dimension(:) |
coefs2_dofs, |
|
|
integer(kind=i32) |
degree, |
|
|
integer(kind=i32), optional |
degree2 |
|
) |
| |
|
private |
- Parameters
-
self | Maxwell solver object. |
coefs1_dofs | Values of the coefficient vectors for each DoF |
coefs2_dofs | Values of the coefficient vectors for each Do |
degree | Degree of the basis function used for which the DoF-coefficients are given. |
degree2 | Degree of the basis function used for which the second DoF-coefficients are given (if not present same as degree). |
Definition at line 119 of file sll_m_maxwell_1d_base.F90.