Model.morphapplylargedomains#

Model.morphapplylargedomains()#

Applies current morphing to large domains.

Example#

Apply any current morphing that affects any large domains to those large domains .#
import hm
import hm.entities as ent

model = hm.Model()

model.morphapplylargedomains()

Note

This function is only needed when the argument bigdomainsolve=0 of the function Model.morphupdateparameter(). For other values the large domain solver will be applied automatically.