Skip to content

Commit

Permalink
Merge pull request #3694 from farscape-project/missing_avg
Browse files Browse the repository at this point in the history
Average side nodal solutions for H_DIV elements
  • Loading branch information
roystgnr authored Oct 29, 2024
2 parents 1597551 + 3e192c5 commit e91250c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/equation_systems.C
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ EquationSystems::build_discontinuous_solution_vector
FEInterface::get_continuity(fe_type);
const Elem * const neigh = elem->neighbor_ptr(s);

if ((cont == DISCONTINUOUS || cont == H_CURL) &&
if ((cont == DISCONTINUOUS || cont == H_CURL || cont == H_DIV) &&
neigh &&
neigh->level() == elem->level() &&
var_description.active_on_subdomain(neigh->subdomain_id()))
Expand Down

0 comments on commit e91250c

Please sign in to comment.