Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Transfer_traits< Facial_data_const, Nodal_data, true > Class Template Reference

Public Types

typedef Transfer_f2n Transfer_type
 

Static Public Member Functions

static void transfer (Transfer_type &trans, Facial_data_const &sf, Nodal_data &tf, const Real alpha, const int order, Real *tol, int *iter, const int verbose, const bool load)
 See above. More...
 

Detailed Description

template<>
class Transfer_traits< Facial_data_const, Nodal_data, true >

Definition at line 369 of file Rocface.C.

Member Typedef Documentation

Definition at line 371 of file Rocface.C.

Member Function Documentation

static void transfer ( Transfer_type trans,
Facial_data_const sf,
Nodal_data tf,
const Real  alpha,
const int  order,
Real tol,
int *  iter,
const int  verbose,
const bool  load 
)
inlinestatic

See above.

Definition at line 374 of file Rocface.C.

References Transfer_f2n::comp_loads(), and Transfer_f2n::transfer().

378  {
379  if ( !load)
380  trans.transfer( sf, tf, alpha, tol, iter, order, verbose);
381  else
382  trans.comp_loads( sf, tf, alpha, order, verbose);
383  }

Here is the call graph for this function:


The documentation for this class was generated from the following file: