Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
0d115333
Commit
0d115333
authored
Apr 06, 2020
by
Dennis Gläser
Browse files
[mpfa][localassemblerbase] define interface with zero threshold
parent
a905ecaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/discretization/cellcentered/mpfa/localassemblerbase.hh
View file @
0d115333
...
...
@@ -57,9 +57,11 @@ class InteractionVolumeAssemblerBase
using
Problem
=
P
;
using
FVElementGeometry
=
EG
;
using
ElementVolumeVariables
=
EV
;
using
Helper
=
InteractionVolumeAssemblerHelper
;
template
<
class
IV
>
using
Scalar
=
typename
IV
::
Traits
::
MatVecTraits
::
FaceVector
::
value_type
;
public:
/*!
* \brief The constructor.
...
...
@@ -97,7 +99,7 @@ class InteractionVolumeAssemblerBase
* \param getT Lambda to evaluate the scv-wise tensors
*/
template
<
class
DataHandle
,
class
IV
,
class
TensorFunc
>
void
assembleMatrices
(
DataHandle
&
handle
,
IV
&
iv
,
const
TensorFunc
&
getT
)
void
assembleMatrices
(
DataHandle
&
handle
,
IV
&
iv
,
const
TensorFunc
&
getT
,
Scalar
<
IV
>
wijZeroThresh
=
0.0
)
{
DUNE_THROW
(
Dune
::
NotImplemented
,
"Implementation does not provide a assembleMatrices() function"
);
}
...
...
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