Defines the interface. Implementations only present in specializations.
More...
|
static void | transfer (Transfer_type &trans, Source_type &sf, Target_type &tf, const Real alpha, const int order, Real *tol, int *iter, const int verbose, const bool load) |
|
template<class Source_type, class Target_type, bool conserv>
class Transfer_traits< Source_type, Target_type, conserv >
Defines the interface. Implementations only present in specializations.
Definition at line 300 of file Rocface.C.
static void transfer |
( |
Transfer_type & |
trans, |
|
|
Source_type & |
sf, |
|
|
Target_type & |
tf, |
|
|
const Real |
alpha, |
|
|
const int |
order, |
|
|
Real * |
tol, |
|
|
int * |
iter, |
|
|
const int |
verbose, |
|
|
const bool |
load |
|
) |
| |
|
static |
- Parameters
-
trans | Object that performs data transfer |
sf | Souce data |
tf | Target data |
alpha | Parameter to control interpolation of coordinates between the input meshes |
order | Order of quadrature rule to be used |
tol | Tolerance of iterative solver |
iter | Number of iterations of iterative solver. |
verbose | verbose level |
load | Indicates whether to perform a load transfer or not |
The documentation for this class was generated from the following file: