|
subroutine | add_charge_single_spline_cl_3d_feec (self, position, marker_charge, degree, rho_dofs) |
| Add charge of one particle. More...
|
|
subroutine | add_particle_mass_spline_cl_3d_feec (self, position, marker_charge, degree, particle_mass) |
| Add the contribution of one particle to the diagonal parts fo the approximate mass matrix. More...
|
|
subroutine | add_particle_mass_od_spline_cl_3d_feec (self, position, marker_charge, degree1, degree2, particle_mass) |
| Add the contribution of one particle to the off-diagonal parts of the approximate mass matrix. More...
|
|
subroutine | evaluate_field_single_spline_cl_3d_feec (self, position, degree, field_dofs, field_value) |
| Evaluate field at at position position. More...
|
|
subroutine | evaluate_multiple_spline_cl_3d_feec (self, position, components, field_dofs, field_value) |
| Evaluate several fields at position position. More...
|
|
subroutine | add_current_evaluate (self, position_old, position_new, xdot, efield_dofs, j_dofs, efield_val) |
| Add current with integration over x and evaluate the electric field. More...
|
|
subroutine | point_add_eval (self, box_in, xbox, field_dofs, weight, j_dofs, field_value) |
| Helper function for add_current_evaluate. More...
|
|
subroutine | add_current_cl_3d (self, position_old, position_new, xdot, j_dofs) |
| Add current with integration over x. More...
|
|
subroutine | integrate_spline_cl_3d (self, box_in, xbox, weight, j_dofs) |
| Helper function for add_current. More...
|
|
subroutine | add_current_update_v_component1_spline_3d_feec (self, position_old, position_new, marker_charge, qoverm, bfield_dofs, vi, j_dofs) |
| Add current for one particle and update v (according to H_p1 part in Hamiltonian splitting) More...
|
|
subroutine | add_current_update_v_component2_spline_3d_feec (self, position_old, position_new, marker_charge, qoverm, bfield_dofs, vi, j_dofs) |
| Add current for one particle and update v (according to H_p1 part in Hamiltonian splitting) More...
|
|
subroutine | add_current_update_v_component3_spline_3d_feec (self, position_old, position_new, marker_charge, qoverm, bfield_dofs, vi, j_dofs) |
| Add current for one particle and update v (according to H_p1 part in Hamiltonian splitting) More...
|
|
subroutine | add_current_1d (self, component, r_old, index_old, r_new, index_new, marker_charge, bfield_dofs, start1, start2, stride, vi, j_dofs) |
| Helper function for add_current_update_v. More...
|
|
subroutine | update_jv (self, component, lower, upper, index, marker_charge, sign, bfield_dofs, start1, start2, stride, vi, j_dofs) |
| Helper function for add_current_update_v. More...
|
|
integer(kind=i32) function | convert_index_3d_to_1d (index3d, n_cells, degree) |
|
subroutine | convert_x_to_xbox (self, position, xi, box) |
|
subroutine | convert_x_to_xbox_1d (self, component, position, xi, box) |
|
subroutine | box_index (self, box, comp) |
|
subroutine, public | sll_s_uniform_bsplines_eval_basis_clamped (spline, n_cells, degree, xi, box, spline_val) |
| Helper function to evaluate uniform clamped basis splines. More...
|
|
subroutine | init_spline_cl_3d_feec (self, n_cells, domain, spline_degree, boundary, no_particles) |
| Initializer. More...
|
|
subroutine | free_spline_cl_3d_feec (self) |
| Finalizer. More...
|
|