ViennaLS
Loading...
Searching...
No Matches
MarkVoidPoints.cpp File Reference
#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>

Typedefs

using NumericType = float
 

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
 

Typedef Documentation

◆ NumericType

using NumericType = float

Function Documentation

◆ main()

int main ( )

◆ makeGeometry()

void makeGeometry ( ls::SmartPointer< ls::Domain< NumericType, D > > domain)

◆ outputDomain()

void outputDomain ( ls::SmartPointer< ls::Domain< NumericType, D > > domain,
std::string fileName )

Variable Documentation

◆ D

int D = 2
constexpr