Functions | |
| void | set (DomainList *domainList, integer *domainListIndices, integer *domainListLevels, integer *domainListIndex, integer *domainListCounter, keyType *domainListKeys, keyType *sortedDomainListKeys, integer *relevantDomainListIndices, integer *relevantDomainListLevels, integer *relevantDomainListProcess) |
| Wrapper for DomainListNS::Kernel::set(). More... | |
| void | setBorders (DomainList *domainList, real *borders, integer *relevantDomainListOriginalIndex) |
| real | info (Particles *particles, DomainList *domainList) |
| Wrapper for DomainListNS::Kernel::info(). More... | |
| real | info (Particles *particles, DomainList *domainList, DomainList *lowestDomainList) |
| real | createDomainList (SubDomainKeyTree *subDomainKeyTree, DomainList *domainList, integer maxLevel, Curve::Type curveType=Curve::lebesgue) |
| Wrapper for DomainListNS::Kernel::createDomainList(). More... | |
| real | lowestDomainList (SubDomainKeyTree *subDomainKeyTree, Tree *tree, Particles *particles, DomainList *domainList, DomainList *lowestDomainList, integer n, integer m) |
| Wrapper for ::DomainListNS::Kernel::lowestDoainList(). More... | |
| real DomainListNS::Kernel::Launch::createDomainList | ( | SubDomainKeyTree * | subDomainKeyTree, |
| DomainList * | domainList, | ||
| integer | maxLevel, | ||
| Curve::Type | curveType = Curve::lebesgue |
||
| ) |
Wrapper for DomainListNS::Kernel::createDomainList().
Definition at line 2141 of file subdomain.cu.
Here is the call graph for this function:
| real DomainListNS::Kernel::Launch::info | ( | Particles * | particles, |
| DomainList * | domainList | ||
| ) |
Wrapper for DomainListNS::Kernel::info().
Definition at line 2131 of file subdomain.cu.
Here is the call graph for this function:
| real DomainListNS::Kernel::Launch::info | ( | Particles * | particles, |
| DomainList * | domainList, | ||
| DomainList * | lowestDomainList | ||
| ) |
| real DomainListNS::Kernel::Launch::lowestDomainList | ( | SubDomainKeyTree * | subDomainKeyTree, |
| Tree * | tree, | ||
| Particles * | particles, | ||
| DomainList * | domainList, | ||
| DomainList * | lowestDomainList, | ||
| integer | n, | ||
| integer | m | ||
| ) |
Wrapper for ::DomainListNS::Kernel::lowestDoainList().
Definition at line 2149 of file subdomain.cu.
Here is the call graph for this function:
| void DomainListNS::Kernel::Launch::set | ( | DomainList * | domainList, |
| integer * | domainListIndices, | ||
| integer * | domainListLevels, | ||
| integer * | domainListIndex, | ||
| integer * | domainListCounter, | ||
| keyType * | domainListKeys, | ||
| keyType * | sortedDomainListKeys, | ||
| integer * | relevantDomainListIndices, | ||
| integer * | relevantDomainListLevels, | ||
| integer * | relevantDomainListProcess | ||
| ) |
Wrapper for DomainListNS::Kernel::set().
Definition at line 2115 of file subdomain.cu.
Here is the call graph for this function:
| void DomainListNS::Kernel::Launch::setBorders | ( | DomainList * | domainList, |
| real * | borders, | ||
| integer * | relevantDomainListOriginalIndex | ||
| ) |