Definition at line 104 of file sll_m_maxwell_1d_base.F90.
◆ signature_mass()
subroutine signature_mass |
( |
class( sll_c_maxwell_1d_base), intent(inout) |
self, |
|
|
real(kind=f64), dimension(:), intent(in) |
in, |
|
|
real(kind=f64), dimension(:), intent(out) |
out, |
|
|
integer(kind=i32), intent(in) |
degree |
|
) |
| |
|
private |
- Parameters
-
[in,out] | self | Maxwell solver object. |
[in] | in | Values of the coefficient vectors for each DoF |
[out] | out | Values of the coefficient vectors for each DoF |
[in] | degree | Degree of the basis function used for whcih the DoF-coefficients are given. |
Definition at line 104 of file sll_m_maxwell_1d_base.F90.