ViennaLS
Loading...
Searching...
No Matches
AirGapDeposition.cpp File Reference
#include <iostream>
#include <lsAdvect.hpp>
#include <lsBooleanOperation.hpp>
#include <lsDomain.hpp>
#include <lsExpand.hpp>
#include <lsMakeGeometry.hpp>
#include <lsPrune.hpp>
#include <lsToMesh.hpp>
#include <lsToMultiSurfaceMesh.hpp>
#include <lsToSurfaceMesh.hpp>
#include <lsVTKWriter.hpp>
#include <lsWriteVisualizationMesh.hpp>

Typedefs

using NumericType = float

Functions

template<class AdvectKernelType, class NumericType, int D>
double runSimulation (AdvectKernelType &kernel, ls::SmartPointer< ls::Domain< NumericType, D > > newLayer, double totalTime, double outputInterval, std::string name)
int main ()

Typedef Documentation

◆ NumericType

using NumericType = float

Function Documentation

◆ main()

int main ( )

◆ runSimulation()

template<class AdvectKernelType, class NumericType, int D>
double runSimulation ( AdvectKernelType & kernel,
ls::SmartPointer< ls::Domain< NumericType, D > > newLayer,
double totalTime,
double outputInterval,
std::string name )