24#ifndef ASLNUMMETHODSMERGER_H
25#define ASLNUMMETHODSMERGER_H
47 std::vector<SPSingleKernelNM> nmList;
55 void init(
bool buildKernels);
58 void addNM(
const std::vector<SPSingleKernelNM> & nm);
void init(bool buildKernels)
Builds the necesery internal data and kernels.
void addNM(const std::vector< SPSingleKernelNM > &nm)
void addNM(SPSingleKernelNM nm)
void execute()
Executes the numerical procedures.
Advanced Computational Language.
std::shared_ptr< acl::KernelMerger > SPKernelMerger
Advanced Simulation Library.
std::shared_ptr< SingleKernelNM > SPSingleKernelNM