Does it make sense/do we have the machinery to do periodic boundary
conditions with discontinuous variables like the user below is asking for?
In the PeriodicBoundary class header, I see discussion of nodes which makes
sense...but doesn't promising for this guy.

Maybe this is a use case for a face-face type discretization like mortar...

---------- Forwarded message ---------
From: Daniel Wojtaszek <daniel.wojtas...@cnl.ca>
Date: Fri, May 24, 2019 at 9:53 AM
Subject: Periodic boundary condition for L2_Lagrange variable?
To: moose-users <moose-us...@googlegroups.com>


Is there a way to have periodic boundary conditions on an L2_Lagrange
variable? Using the following BC works for Lagrange variable but not
L2_Lagrange:

[BCs]
 [./Periodic]
   [./top]
     variable = u
     primary = top
     secondary = bottom
     translation ='0  0  -15'
   [../]
 [../]
[]

Cheers.

Dan

-- 
You received this message because you are subscribed to the Google Groups
"moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to moose-users+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/moose-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/moose-users/239cecf9-6652-41e7-83d4-33c27c0aa27f%40googlegroups.com
<https://groups.google.com/d/msgid/moose-users/239cecf9-6652-41e7-83d4-33c27c0aa27f%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to