コード例 #1
0
void
MultiAppNearestNodeTransfer::initialSetup()
{
  if (_direction == TO_MULTIAPP)
    variableIntegrityCheck(_to_var_name);
  else
    variableIntegrityCheck(_from_var_name);
}
コード例 #2
0
void
MultiAppInterpolationTransfer::initialSetup()
{
  variableIntegrityCheck(_to_var_name);
}
コード例 #3
0
void
MultiAppUserObjectTransfer::initialSetup()
{
  if (_direction == TO_MULTIAPP)
    variableIntegrityCheck(_to_var_name);
}
コード例 #4
0
void
MultiAppUserObjectTransfer::initialSetup()
{
  variableIntegrityCheck(_to_var_name);
}
コード例 #5
0
ファイル: MultiAppCopyTransfer.C プロジェクト: mangerij/moose
void
MultiAppCopyTransfer::initialSetup()
{
  variableIntegrityCheck(_to_var_name);
}
コード例 #6
0
void
MultiAppVariableValueSampleTransfer::initialSetup()
{
  variableIntegrityCheck(_to_var_name);
}
コード例 #7
0
void
MultiAppMeshFunctionTransfer::initialSetup()
{
  variableIntegrityCheck(_to_var_name);
}
コード例 #8
0
void
MultiAppNearestNodeTransfer::initialSetup()
{
  variableIntegrityCheck(_to_var_name);
}