Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
0efb1d15
Commit
0efb1d15
authored
Nov 05, 2020
by
Praetorius, Simon
Browse files
Correct documentation of DirichletBC
parent
d5f93fea
Changes
1
Hide whitespace changes
Inline
Side-by-side
amdis/DirichletBC.hpp
View file @
0efb1d15
...
@@ -35,12 +35,12 @@ namespace AMDiS
...
@@ -35,12 +35,12 @@ namespace AMDiS
* \tparam Mat Matrix
* \tparam Mat Matrix
* \tparam Sol Vector of solution
* \tparam Sol Vector of solution
* \tparam Rhs Vector of rhs
* \tparam Rhs Vector of rhs
* \tparam RB Basis of the row FE space
* \tparam RowSubBasis SubspaceBasis of the row FE space
* \tparam RTP Treepath to the row node this constraint applies to
* \tparam ColSubBasis SubspaceBasis of the column FE space
* \tparam CB Basis of the column FE space
* \tparam ValueGridFct Type of the GridFunction representing the Dirichlet values.
* \tparam CTP Treepath to the column node this constraint applies to
**/
**/
template
<
class
Mat
,
class
Sol
,
class
Rhs
,
class
RowSubBasis
,
class
ColSubBasis
,
class
ValueGridFct
>
template
<
class
Mat
,
class
Sol
,
class
Rhs
,
class
RowSubBasis
,
class
ColSubBasis
,
class
ValueGridFct
>
class
DirichletBC
class
DirichletBC
:
public
BoundaryCondition
<
Mat
,
Sol
,
Rhs
>
:
public
BoundaryCondition
<
Mat
,
Sol
,
Rhs
>
{
{
...
@@ -65,7 +65,8 @@ namespace AMDiS
...
@@ -65,7 +65,8 @@ namespace AMDiS
,
values_
(
FWD
(
values
))
,
values_
(
FWD
(
values
))
{}
{}
// fill \ref dirichletNodes_ with 1 or 0 whether DOF corresponds to the boundary or not.
/// Fill \ref dirichletNodes_ with 1 or 0 whether DOF corresponds to the
/// boundary or not.
/**
/**
* \see BoundaryCondition::init
* \see BoundaryCondition::init
**/
**/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment