<mailplughead>Hello, all.I triedto definean output in a simply supported 3-D 
beam problem.My output is an average displacement in the middle of the beam.For 
simplicity, I only used two brick elements, i.e, ■|■, where"■" is an element, 
and"|" is a location I want to compute the average output.To do this, I 
utilized the codes in RB example 5.First, Ideclared "ThetaOutput" 
(parameter-dependent term) and alsodeclared "AssemblyOutput" 
(parameter-independent term) as 
follows:=======================================voidAssemblyOutput::boundary_assembly(FEMContext
 & c)}=======================================As you can see, The above code is 
very similar to"Assemblyp1" in "assembly.C" ofRB example 5.However, I could not 
obtain the correct output because the above code cannot deal with interior side 
between elements.In other words, theboundary information of FEMContext only 
include outer side.I tried to find another way, but I could not find the right 
solution.Therefore,I'd like your help.To summarize my questions areas 
follows:1. Is there any way to assemble an interior (neighbor) sidebetween 
elements?2. How to compute anaverage displacement for the middleof a beam in 
terms of the RB codes?Thank you.Best 
regards,Kang------------------------------------------------------------
ShinseongKang
GraduateStudent
PusanNationalUniversity, South KoreaTel.: +82-051-510-3052
H.P.:+82-010-9770-6595
E-mail:ss.k...@pusan.ac.kr

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

Reply via email to