Skip to content

Matrix-free mhd operators / also for pressure coupling

Stefan Possanner requested to merge byungkyu_1 into devel
  • projectors_global.py is modified The function dofs_T is added in the class projectors_tensor_3d for the implementation of the transpose of the projection operator.

  • kernels_projectors_global.py is modified Kernel for the transpose of integration operator is added or the implementation of the transpose of the projection operator.

  • The new file mhd_operators_3d_global_V2.py is added All the matrix-free operator is writiten.

  • The new file test_mhd_projectors.py is added Both identity and comparison test for the all matrix-free operator is written.

Merge request reports