Skip to content
Snippets Groups Projects
Commit 10a984e9 authored by Hanchuan Wu's avatar Hanchuan Wu
Browse files

Merge branch 'cherry-pick-a997fc21' into 'releases/3.4'

Merge branch 'feature/fix-typo' into 'master'

See merge request !2690
parents 14cfda5d 87da1004
No related branches found
No related tags found
1 merge request!2690Merge branch 'feature/fix-typo' into 'master'
Pipeline #5548 failed
Pipeline: dumux

#5551

    Pipeline: dumux

    #5550

      Pipeline: dumux

      #5549

        ......@@ -248,10 +248,10 @@ public:
        * bool hasInternalDirichletConstraint(const Element& element, const SubControlVolume& scv) const;
        *
        * which returns a bool signifying whether the dof associated with the element/scv pair is contraint.
        * If true is returned for a dof, the assembler calls problem.internalDiririchlet(element, scv).
        * If true is returned for a dof, the assembler calls problem.internalDirichlet(element, scv).
        * This means you have to additionally implement the following member function
        *
        * PrimaryVariables internalDiririchlet(const Element& element, const SubControlVolume& scv) const;
        * PrimaryVariables internalDirichlet(const Element& element, const SubControlVolume& scv) const;
        *
        * which returns the enforced Dirichlet values the dof associated with the element/scv pair.
        */
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment