On Wed, 15 May 2013, Ataollah Mesgarnejad wrote: > I want to replace my dirichlet BCs implementation using penalty > method with the DrichletBoundary class implementation. > > My problem is that I want different inhomogenous dirichlet BCs on > different boundary_ids, but as far as I can see none of derived > classes from FunctionBase supports functions that get an boundary_id > (or something similar?). > > I would appreciate if anyone can comment and/or suggest a workaround.
Add a distinct DirichletBoundary for each boundary_id. --- Roy ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
