Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
The CellComputerFactory class is used to create new cell computers. More...
#include <alsfvm/equation/CellComputerFactory.hpp>
Public Member Functions | |
CellComputerFactory (const alsfvm::shared_ptr< simulator::SimulatorParameters > ¶meters, alsfvm::shared_ptr< DeviceConfiguration > &deviceConfiguration) | |
CellComputerFactory construct a new factory instance. More... | |
alsfvm::shared_ptr< CellComputer > | createComputer () |
createComputer creates a new cell computer More... | |
The CellComputerFactory class is used to create new cell computers.
alsfvm::equation::CellComputerFactory::CellComputerFactory | ( | const alsfvm::shared_ptr< simulator::SimulatorParameters > & | parameters, |
alsfvm::shared_ptr< DeviceConfiguration > & | deviceConfiguration | ||
) |
CellComputerFactory construct a new factory instance.
parameters | the relevant simulatorParameters. |
deviceConfiguration | the deviceConfiguration used. |
alsfvm::shared_ptr< CellComputer > alsfvm::equation::CellComputerFactory::createComputer | ( | ) |
createComputer creates a new cell computer