|
DiFfRG
|
#include <deal.II/base/function.h>#include <deal.II/dofs/dof_handler.h>#include <deal.II/lac/vector.h>#include <deal.II/numerics/vector_tools.h>#include <DiFfRG/common/utils.hh>#include <DiFfRG/discretization/common/abstract_data.hh>Go to the source code of this file.
Classes | |
| class | DiFfRG::internal::FunctionFromLambda< dim, NumberType > |
| class | DiFfRG::FlowingVariables< NT > |
| A class to set up initial data for whatever discretization we have chosen. Also used to switch/manage memory, vectors, matrices over interfaces between spatial discretization and separate variables. More... | |
| class | DiFfRG::FE::FlowingVariables< Discretization > |
| A class to set up initial data for whatever discretization we have chosen. Also used to switch/manage memory, vectors, matrices over interfaces between spatial discretization and separate variables. More... | |
Namespaces | |
| namespace | DiFfRG |
| namespace | DiFfRG::internal |
| namespace | DiFfRG::FE |
| namespace | DiFfRG::FV |
Typedefs | |
| template<typename Discretization > | |
| using | DiFfRG::FV::FlowingVariables = DiFfRG::FE::FlowingVariables<Discretization> |