1 #ifndef SPECTRAL_DECOMPOSITION_HPP
2 #define SPECTRAL_DECOMPOSITION_HPP
subroutine spectral_solver_reassemble(grid, field_inout, field_ntor)
Reassemble the full field from the spectral components treated by the spectral solver, and the rest treated by the regular solver.
Definition: poisson.F90:1191
subroutine spectral_solver_decompose(grid, field_inout, field_ntor)
Decompose field into spectral components treated by the spectral solver and the rest treated by the r...
Definition: poisson.F90:1107