Skip to content

Detected bug in body force calculation #913

@XZTian64

Description

@XZTian64

In m_time_stepper.fpp, the code calls s_compute_body_forces_rhs as:
call s_compute_body_forces_rhs(q_prim_vf, q_cons_vf, rhs_vf)
whereas such a subroutine is defined as:
subroutine s_compute_body_forces_rhs(q_cons_vf, q_prim_vf, rhs_vf)
This leads to the arguments being passed in the wrong order.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working or doesn't seem right

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions