Xyce  6.1
N_TIA_WorkingIntegrationMethod.h File Reference
#include <iostream>
#include <N_UTL_Math.h>
#include <list>
#include <N_ANP_fwd.h>
#include <N_IO_fwd.h>
#include <N_LAS_fwd.h>
#include <N_TIA_fwd.h>
#include <N_UTL_fwd.h>
#include <N_UTL_IndexPair.h>
#include <N_UTL_Stats.h>
Include dependency graph for N_TIA_WorkingIntegrationMethod.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Xyce::TimeIntg::WorkingIntegrationMethod
 

Namespaces

 Xyce
 Pure virtual class to augment a linear system.
 
 Xyce::TimeIntg
 

Typedefs

typedef TimeIntegrationMethod *(* Xyce::TimeIntg::Factory) (const TIAParams &tia_params, StepErrorControl &step_error_control, DataStore &data_store)
 

Functions

void Xyce::TimeIntg::registerTimeIntegrationMethods ()
 
void Xyce::TimeIntg::registerFactory (int type, const char *name, Factory factory)
 
template<class T >
void Xyce::TimeIntg::registerTimeIntegrationMethod ()
 
const char * Xyce::TimeIntg::getTimeIntegrationName (int type)
 
TimeIntegrationMethod * Xyce::TimeIntg::createTimeIntegrationMethod (int type, const TIAParams &tia_params, StepErrorControl &step_error_control, DataStore &data_store)