Go to the source code of this file.
◆ mimeticInnerProductDispatch() [1/2]
template<typename LAMBDA >
Dispatch for the selection of the mimetic inner product.
- Template Parameters
-
LAMBDA | the type of the lambda |
- Parameters
-
input | the operator implementing the desired mimetic inner product |
lambda | the function that will launch the FluxKernel of the hybrid FVM solver |
Definition at line 99 of file MimeticInnerProductDispatch.hpp.
◆ mimeticInnerProductDispatch() [2/2]
template<typename LAMBDA >
void geos::mimeticInnerProduct::mimeticInnerProductDispatch |
( |
MimeticInnerProductBase const & |
input, |
|
|
LAMBDA && |
lambda |
|
) |
| |
Dispatch for the selection of the mimetic inner product.
- Template Parameters
-
LAMBDA | the type of the lambda |
- Parameters
-
input | the operator implementing the desired mimetic inner product |
lambda | the function that will launch the FluxKernel of the hybrid FVM solver |
Definition at line 62 of file MimeticInnerProductDispatch.hpp.
◆ mimeticInnerProductReducedDispatch() [1/2]
template<typename LAMBDA >
void geos::mimeticInnerProduct::mimeticInnerProductReducedDispatch |
( |
MimeticInnerProductBase & |
input, |
|
|
LAMBDA && |
lambda |
|
) |
| |
Dispatch for the selection of the mimetic inner product (limited number of possible templates). The purpose of this function is to reduce the number of possible templates to speed up the compilation of CompositionalMultiphaseHybridFVM.
- Template Parameters
-
LAMBDA | the type of the lambda |
- Parameters
-
input | the operator implementing the desired mimetic inner product |
lambda | the function that will launch the FluxKernel of the hybrid FVM solver |
Definition at line 165 of file MimeticInnerProductDispatch.hpp.
◆ mimeticInnerProductReducedDispatch() [2/2]
template<typename LAMBDA >
void geos::mimeticInnerProduct::mimeticInnerProductReducedDispatch |
( |
MimeticInnerProductBase const & |
input, |
|
|
LAMBDA && |
lambda |
|
) |
| |
Dispatch for the selection of the mimetic inner product (limited number of possible templates). The purpose of this function is to reduce the number of possible templates to speed up the compilation of CompositionalMultiphaseHybridFVM.
- Template Parameters
-
LAMBDA | the type of the lambda |
- Parameters
-
input | the operator implementing the desired mimetic inner product |
lambda | the function that will launch the FluxKernel of the hybrid FVM solver |
Definition at line 138 of file MimeticInnerProductDispatch.hpp.