#include <src/interfaces/Core.hpp>
|
static constexpr const int | value = N |
|
◆ CoreTmp()
Construct core database
- Parameters
-
moab | MoAB interface |
comm | MPI communicator |
verbose | Verbosity level |
Definition at line 48 of file CoreTemplates.hpp.
52 :
CoreTmp<
N - 1>(moab, comm, verbose, CoreValue<N>()) {
55 ierr = this->registerSubInterfaces();
56 CHKERRABORT(comm,
ierr);
57 ierr = this->clearMap();
58 CHKERRABORT(comm,
ierr);
59 ierr = this->getTags();
60 CHKERRABORT(comm,
ierr);
61 ierr = this->getOptions(verbose);
62 CHKERRABORT(comm,
ierr);
64 this->basicEntityDataPtr = boost::make_shared<BasicEntityData>(moab);
65 this->setRefEntBasicDataPtr(*
this, this->basicEntityDataPtr);
67 ierr = this->initialiseDatabaseFromMesh(verbose);
68 CHKERRABORT(comm,
ierr);
◆ getValue()
◆ make_shared_ref_entity()
◆ set_moab_interface()
Definition at line 20 of file CoreTemplates.hpp.
22 return this->setMoabInterface(new_moab, verb);
◆ value
The documentation for this struct was generated from the following files: