void MultiAppNearestNodeTransfer::initialSetup() { if (_direction == TO_MULTIAPP) variableIntegrityCheck(_to_var_name); else variableIntegrityCheck(_from_var_name); }
void MultiAppInterpolationTransfer::initialSetup() { variableIntegrityCheck(_to_var_name); }
void MultiAppUserObjectTransfer::initialSetup() { if (_direction == TO_MULTIAPP) variableIntegrityCheck(_to_var_name); }
void MultiAppUserObjectTransfer::initialSetup() { variableIntegrityCheck(_to_var_name); }
void MultiAppCopyTransfer::initialSetup() { variableIntegrityCheck(_to_var_name); }
void MultiAppVariableValueSampleTransfer::initialSetup() { variableIntegrityCheck(_to_var_name); }
void MultiAppMeshFunctionTransfer::initialSetup() { variableIntegrityCheck(_to_var_name); }
void MultiAppNearestNodeTransfer::initialSetup() { variableIntegrityCheck(_to_var_name); }