◆ extractBlock()
static void Opm::Elasticity::MortarUtils::extractBlock |
( |
Vector & |
x, |
|
|
const Vector & |
y, |
|
|
int |
len, |
|
|
int |
start = 0 |
|
) |
| |
|
inlinestatic |
Extract a range of indices from a vector.
- Parameters
-
[out] | x | The vector with the extracted data |
[in] | y | The vector |
[in] | len | The number of indices to extract |
[in] | start | The first index in the range |
◆ injectBlock()
static void Opm::Elasticity::MortarUtils::injectBlock |
( |
Vector & |
x, |
|
|
const Vector & |
y, |
|
|
int |
len, |
|
|
int |
start = 0 |
|
) |
| |
|
inlinestatic |
Inject a range of indices into a vector.
- Parameters
-
| [in/out] | x The vector to inject into |
[in] | y | The vector with the data to inject |
[in] | len | The number of indices to inject |
[in] | start | The first index in the range |
The documentation for this class was generated from the following file: