Re: [deal.II] Re: Problems in solving two PDE systems using MPI+Thread parallel computing

2017-05-25 Thread Jack
Many thanks for your encouragement. I’m neither an expert on MPI nor on thread. I underestimated the difficulty. This may take a very long time for me to figure out. Hopefully some experts on these parallel computing regimes would like to address such a curious problem soon. Thanks!

Re: [deal.II] the value of linear basis function and and order at the given quadrature

2017-05-25 Thread Wolfgang Bangerth
Ana, how do you calculate the value of linear basis function and and order at the given quadrature using if statement? //Define basis functions template double FEM::basis_function(unsigned int node, double xi){ /*"basisFunctionOrder" defines the polynomial order of the basis function,

[deal.II] Re: Problem with Dirichlet BCs for FE_Nedelec for 3D?

2017-05-25 Thread Jianan Zhang
Dear Ross, I've been studying your code for a few days and wondering if I can learn from it to solve my problem. I want to use deal.II to characterize discontinuities in a rectangular waveguide, so I will use FE_Nedelec elements to solve the curl-curl equation: curl(mu^(-1)curl(E)) + (-omega^2*

[deal.II] the value of linear basis function and and order at the given quadrature

2017-05-25 Thread Ana Marija
Hi, how do you calculate the value of linear basis function and and order at the given quadrature using if statement? //Define basis functions template double FEM::basis_function(unsigned int node, double xi){ /*"basisFunctionOrder" defines the polynomial order of the basis function, "nod