MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Table.cpp File Reference
#include "header.h"
#include "global.h"
#include <fstream>
#include "TableBase.h"
#include "Table.h"
#include "Clock.h"
#include "StreamerBase.h"
#include "../utility/cnpy.hpp"
+ Include dependency graph for Table.cpp:

Go to the source code of this file.

Functions

static DestFinfohandleInput ()
 
static SrcFinfo1< vector
< double > * > * 
requestOut ()
 

Variables

static const CinfotableCinfo = Table::initCinfo()
 

Function Documentation

static DestFinfo* handleInput ( )
static

Definition at line 32 of file Table.cpp.

References Table::input().

Referenced by Table::initCinfo().

33 {
34  static DestFinfo input(
35  "input",
36  "Fills data into table. Also handles data sent back following request",
38  );
39  return &input;
40 }
Definition: OpFunc.h:27
void input(double v)
Definition: Table.cpp:338

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static SrcFinfo1< vector< double >* >* requestOut ( )
static

Definition at line 23 of file Table.cpp.

Referenced by Table::initCinfo(), Table::process(), and Table::reinit().

24 {
26  "requestOut",
27  "Sends request for a field to target object"
28  );
29  return &requestOut;
30 }
static SrcFinfo1< vector< double > * > * requestOut()
Definition: Table.cpp:23

+ Here is the caller graph for this function:

Variable Documentation

const Cinfo* tableCinfo = Table::initCinfo()
static

Definition at line 211 of file Table.cpp.

Referenced by TableBase::initCinfo(), and Table::initCinfo().