Re: [deal.II] Re: Problem related to make_hanging_nodes_constraints in the hp cases

2021-05-04 Thread chong liu
suggestions. Best wishes, Chong Bruno Turcksin 于2021年5月5日周三 上午2:21写道: > Chong Liu, > > On Tuesday, May 4, 2021 at 12:06:39 PM UTC-4 liuch...@gmail.com wrote: > >> >> Question: >> >> *How can I only constrain the hanging nodes for fe_type_1*? >> &g

Re: [deal.II] Re: Problem related to make_hanging_nodes_constraints in the hp cases

2021-05-05 Thread chong liu
stions are >> >> (1) Is there a way to keep the extra dofs introduced by fe_type_2 >> unconstrained when applying the make_hanging_nodes_constraints() function? >> >> >> (2) If the extra dofs require to constrain when the >> make_hanging_nodes_constraints() functi

[deal.II] Solving Step-74 by MPI

2022-08-12 Thread chong liu
Dear community, I have a problem in the assembly part when solving Step-74 (DG method) by MPI. Generally speaking, we can first determine whether one cell is locally owned or not by cell->is_locally_owned(), and then assemble matrices and residuals by hands (e.g. Step-40 for CG and “Distributed

Re: [deal.II] Solving Step-74 by MPI

2022-08-13 Thread chong liu
orker::assemble_own_interior_faces_once > > (or _both for both of them if you want to assemble each face twice). > > > On Fri, Aug 12, 2022 at 11:41 PM chong liu wrote: > > > > Dear community, > > > > I have a problem in the assembly part when solving Step-7

[deal.II] How to consider 1D fracture flow in a 2D domain?

2021-03-03 Thread chong liu
configurations (like 2D for solid deformation and 1D for fluid flow)? 4. Is there any example in the tutorial related to my problem? I will be grateful for any help you can provide. Sincerely, Chong Liu -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum o

Re: [deal.II] How to consider 1D fracture flow in a 2D domain?

2021-03-03 Thread chong liu
Dear W. Thank you for your suggestions. I will look at step-60 and step-70 and find a way to solve my problem with mixed triangulations. Best wishes, Chong Wolfgang Bangerth 于2021年3月3日周三 下午9:25写道: > On 3/3/21 10:30 AM, chong liu wrote: > > I have several questions about how to impl