#include <nimble_kokkos_block_material_interface_factory.h>
◆ BlockMaterialInterfaceFactory()
nimble_kokkos::BlockMaterialInterfaceFactory::BlockMaterialInterfaceFactory |
( |
| ) |
|
|
default |
◆ ~BlockMaterialInterfaceFactory()
nimble_kokkos::BlockMaterialInterfaceFactory::~BlockMaterialInterfaceFactory |
( |
| ) |
|
|
overridedefault |
◆ create()
59{
60 std::shared_ptr<nimble::BlockMaterialInterfaceBase> res_ptr(
61 new nimble_kokkos::BlockMaterialInterface(time_n, time_np1, field_ids, blocks, model_data_ptr));
62 return res_ptr;
63}
The documentation for this class was generated from the following files: