Hi, 

   I am trying to identify the best approach to handle time-varying Dirichlet 
conditions with libMesh. It appears that DirichletConstraints is used to create 
a set of DofConstraintRow that is used after the nonlinear solves through 
DofMap::enforce_constraints_exactly(). 

   So, if time-varying DirichletConstraints are required, then the dof 
constraints will have to be reinitialized at each time-step with the 
DirichletCondition object returning the function values for that time? 

    Is there another way to do this without have to reinit the constraints? 
Presently I am not using AMR. Would reinit of constraints at each time-step be 
the best approach if AMR is used?

Thanks,
Manav
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to