Skip to content
Snippets Groups Projects
Commit c0d7a7d2 authored by David Seus's avatar David Seus
Browse files

switch order of phase calculation back

parent 35952f81
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ class DomainPatch(df.SubDomain):
if self.isRichards:
self.has_phases = ['wetting']
else:
self.has_phases = ['nonwetting', 'wetting'] #['wetting', 'nonwetting']
self.has_phases = ['wetting', 'nonwetting'] #['nonwetting', 'wetting']
# dictionary holding the dof indices corresponding to an interface of
# given interface. see self._calc_dof_indices_of_interfaces()
self._dof_indices_of_interface = dict()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment