#include <deal.II/base/config.h>
#include <deal.II/algorithms/general_data_storage.h>
#include <deal.II/base/parameter_acceptor.h>
#include <deal.II/base/quadrature.h>
#include <deal.II/dofs/dof_handler.h>
#include <deal.II/grid/grid_tools.h>
#include <deal.II/grid/grid_tools_cache.h>
#include <deal.II/lac/linear_operator_tools.h>
#include <deal.II/non_matching/coupling.h>
#include "assemble_coupling_mass_matrix_with_exact_intersections.h"
#include "compute_intersections.h"
#include "create_coupling_sparsity_pattern_with_exact_intersections.h"
Go to the source code of this file.
Classes | |
class | ParsedTools::NonMatchingCoupling< dim, spacedim > |
Wrapper around several functions in the NonMatching namespace. More... | |
Namespaces | |
ParsedTools | |
We collect in this namespace some wrappers around commonly used deal.II classes, derived from the ParameterAcceptor class. | |