| addLocalDofs(const EntityType &entity, const LocalDofs &localDofs) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | addScaledLocalDofs(const EntityType &entity, const RangeFieldType &s, const LocalDofs &localDofs) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | assign(const DiscreteFunctionInterface< DFType > &g) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | assign(const DiscreteFunctionType &g) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | axpy(const RangeFieldType &s, const DiscreteFunctionInterface< DFType > &g) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | axpy(const RangeFieldType &s, const DiscreteFunctionInterfaceType &g) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | backup() const | Dune::Fem::DiscreteFunctionDefault< Impl > | inlineprotectedvirtual | 
  | beginAssemble() | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | block(unsigned int index) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | block(unsigned int index) const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | blocks() const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | blockSize | Dune::Fem::DiscreteFunctionInterface< Impl > | static | 
  | clear() | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | communicate() | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | ConstDofIteratorType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | continuous() const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | dataHandle(const Operation &operation) | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | dbegin() const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | dbegin() | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | dend() const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | dend() | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | DiscreteFunctionDefault(const std::string &name, const DiscreteFunctionSpaceType &dfSpace) | Dune::Fem::DiscreteFunctionDefault< Impl > | inlineprotected | 
  | DiscreteFunctionInterface()=default | Dune::Fem::DiscreteFunctionInterface< Impl > | protected | 
  | DiscreteFunctionSpaceType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | DiscreteFunctionType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | DofIteratorType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | dofsValid() const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | DofVectorType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | DomainFieldType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | DomainType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | enableDofCompression() | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | endAssemble(const bool communicate=true) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | evaluate(const DomainType &x, RangeType &value) const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | evaluateGlobal(const DomainType &x, Functor functor) const | Dune::Fem::DiscreteFunctionDefault< Impl > | inlineprotected | 
  | FunctionSpaceType typedef | Dune::Fem::DiscreteFunctionInterface< Impl > |  | 
  | getLocalDofReferences(const EntityType &entity, LocalDofVectorType &localDofs) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | getLocalDofs(const EntityType &entity, Vector &localDofs) const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | gridPart() const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | GridPartType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | GridType typedef | Dune::Fem::DiscreteFunctionInterface< Impl > |  | 
  | hessian(const DomainType &x, HessianRangeType &hessian) const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | HessianRangeType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | insertSubData() | Dune::Fem::DiscreteFunctionDefault< Impl > | protectedvirtual | 
  | jacobian(const DomainType &x, JacobianRangeType &jacobian) const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | JacobianRangeType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | localDofVectorAllocator() const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | LocalDofVectorAllocatorType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | LocalDofVectorType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | localFunction(const EntityType &entity) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | localFunction(const EntityType &entity) const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | localFunction() | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | localFunction() const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | LocalFunctionType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | MappingType typedef | Dune::Fem::DiscreteFunctionInterface< Impl > |  | 
  | name() const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | name() | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | normSquaredDofs() const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | operator*=(const RangeFieldType &scalar) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | operator+=(const DiscreteFunctionInterface< DFType > &g) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | operator+=(const DiscreteFunctionType &g) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | operator-=(const DiscreteFunctionInterface< DFType > &g) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | operator-=(const DiscreteFunctionType &g) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | operator/=(const RangeFieldType &scalar) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | operator<<(std::ostream &out, const DiscreteFunctionInterface< Impl > &df) | Dune::Fem::DiscreteFunctionInterface< Impl > | related | 
  | order() const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | print(std ::ostream &out) const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | RangeFieldType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | RangeType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | read(InStreamInterface< StreamTraits > &in) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | removeSubData() | Dune::Fem::DiscreteFunctionDefault< Impl > | protectedvirtual | 
  | restore() | Dune::Fem::DiscreteFunctionDefault< Impl > | inlineprotectedvirtual | 
  | scalarProductDofs(const DiscreteFunctionInterface< DFType > &other) const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | setLocalDofs(const EntityType &entity, const LocalDofs &localDofs) | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | size() const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | SizeType typedef | Dune::Fem::DiscreteFunctionDefault< Impl > |  | 
  | space() const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline | 
  | write(OutStreamInterface< StreamTraits > &out) const | Dune::Fem::DiscreteFunctionDefault< Impl > | inline |