|
ViennaLS
|
#include <iostream>#include <lsBooleanOperation.hpp>#include <lsDomain.hpp>#include <lsMakeGeometry.hpp>#include <lsMarkVoidPoints.hpp>#include <lsTestAsserts.hpp>#include <lsToMesh.hpp>#include <lsToSurfaceMesh.hpp>#include <lsVTKWriter.hpp>Functions | |
| void | outputDomain (ls::SmartPointer< ls::Domain< NumericType, D > > domain, std::string fileName) |
| void | makeGeometry (ls::SmartPointer< ls::Domain< NumericType, D > > domain) |
| int | main () |
Variables | |
| constexpr int | D = 2 |
| int main | ( | ) |
| void makeGeometry | ( | ls::SmartPointer< ls::Domain< NumericType, D > > | domain | ) |
| void outputDomain | ( | ls::SmartPointer< ls::Domain< NumericType, D > > | domain, |
| std::string | fileName ) |
|
constexpr |