Go to the source code of this file.
|
template<int dim> |
Tensor< 1, dim > | LocalIntegrators::Maxwell::curl_curl (const Tensor< 2, dim > &h0, const Tensor< 2, dim > &h1, const Tensor< 2, dim > &h2) |
|
template<int dim> |
Tensor< 1, dim > | LocalIntegrators::Maxwell::tangential_curl (const Tensor< 1, dim > &g0, const Tensor< 1, dim > &g1, const Tensor< 1, dim > &g2, const Tensor< 1, dim > &normal) |
|
template<int dim> |
void | LocalIntegrators::Maxwell::curl_curl_matrix (FullMatrix< double > &M, const FEValuesBase< dim > &fe, const double factor=1.) |
|
template<int dim> |
void | LocalIntegrators::Maxwell::curl_matrix (FullMatrix< double > &M, const FEValuesBase< dim > &fe, const FEValuesBase< dim > &fetest, double factor=1.) |
|
template<int dim> |
void | LocalIntegrators::Maxwell::nitsche_curl_matrix (FullMatrix< double > &M, const FEValuesBase< dim > &fe, const unsigned int face_no, double penalty, double factor=1.) |
|
template<int dim> |
void | LocalIntegrators::Maxwell::tangential_trace_matrix (FullMatrix< double > &M, const FEValuesBase< dim > &fe, double factor=1.) |
|
template<int dim> |
void | LocalIntegrators::Maxwell::ip_curl_matrix (FullMatrix< double > &M11, FullMatrix< double > &M12, FullMatrix< double > &M21, FullMatrix< double > &M22, const FEValuesBase< dim > &fe1, const FEValuesBase< dim > &fe2, const double pen, const double factor1=1., const double factor2=-1.) |
|