NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
NOX::Multiphysics::DataExchange::Interface Class Referenceabstract

Provides a set of interfaces for users to provide information about exchanging data between registered NOX solvers. More...

#include <NOX_Multiphysics_DataExchange_Interface.H>

Public Member Functions

 Interface ()
 Constructor.
 
virtual ~Interface ()
 Destructor.
 
virtual bool exchangeAllData ()=0
 Exchange data for all registered problems.
 
virtual bool exchangeDataTo (int solverId)=0
 Exchange data for a specified problem - brings needed data from others to this problem.
 

Detailed Description

Provides a set of interfaces for users to provide information about exchanging data between registered NOX solvers.


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