#include "sll_memory.h"
#include "sll_working_precision.h"
#include "sll_maxwell_solvers_macros.h"
Go to the source code of this file.
|
type(sll_t_maxwell_2d_diga) function, pointer, public | sll_f_new_maxwell_2d_diga (tau, degree, polarization, bc_south, bc_east, bc_north, bc_west, flux_type) |
|
subroutine, public | sll_s_maxwell_2d_diga_init (self, tau, degree, polarization, bc_south, bc_east, bc_north, bc_west, flux_type) |
| Initialize Maxwell solver object using DG method. More...
|
|
subroutine, public | sll_s_solve_maxwell_2d_diga (self, fx, fy, fz, dx, dy, dz) |
| Solve the maxwell equation. More...
|
|
function | dof_local (edge, dof, degree) |
|
function | dof_neighbor (edge, dof, degree) |
|
subroutine | compute_normals (tau, bc_south, bc_east, bc_north, bc_west, i, j, d, cell) |
| Compute cell normals. More...
|
|
◆ sll_transformation
#define sll_transformation class(sll_c_coordinate_transformation_2d_base) |