![]() |
deal.II version 9.7.1
|
#include <deal.II/base/config.h>#include <deal.II/base/exceptions.h>#include <deal.II/base/quadrature.h>#include <deal.II/fe/fe_values.h>#include <deal.II/fe/mapping.h>#include <deal.II/lac/full_matrix.h>#include <deal.II/meshworker/dof_info.h>Go to the source code of this file.
Namespaces | |
| namespace | LocalIntegrators |
| Library of integrals over cells and faces. | |
| namespace | LocalIntegrators::Maxwell |
| Local integrators related to curl operators and their traces. | |
Functions | |
| 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.) |