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!
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,
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*
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