0.6.0
Loading...
Searching...
No Matches
mod_integrate_cell_diffusion_term_explicit_generic Module Reference

Functions/Subroutines

subroutine integrate_cell_diffusion_term_explicit_euler (phi_output, time_step, temporal_coefficient, diffusion_coefficient, face_diffusion_coefficient, phi_n, temporal_stability_factor, boundary_condition, equation_has_immersed_boundaries, equation_diffusion_term_scheme, ibc_variable, equation_isd_target)
 Compute the cell field \( \phi \) from the integration of \( a_t\frac{\partial \phi}{\partial t}=\nabla \cdot (D\nabla\phi) \) with Euler first order temporal scheme.
 
subroutine integrate_cell_diffusion_term_explicit_rk2 (phi_output, time_step, temporal_coefficient, diffusion_coefficient, face_diffusion_coefficient, phi_n, temporal_stability_factor, boundary_condition, equation_has_immersed_boundaries, equation_diffusion_term_scheme, ibc_variable, equation_isd_target)
 Compute the cell field \( \phi \) from the integration of \( a_t\frac{\partial \phi}{\partial t}=\nabla \cdot (D\nabla\phi) \) with the canonical RK2 temporal scheme.