",options:{classes:{},disabled:!1,create:null},_createWidget:function(e,s){s=t(s||this.defaultElement||this)[0],this.element=t(s),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},s!==this&&(t.data(s,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===s&&this.destroy()}}),this.document=t(s.style?s.ownerDocument:s.document||s),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,function(t,i){e._removeClass(i,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;s.length-1>o;o++)n[s[o]]=n[s[o]]||{},n=n[s[o]];if(e=s.pop(),1===arguments.length)return void 0===n[e]?null:n[e];n[e]=i}else{if(1===arguments.length)return void 0===this.options[e]?null:this.options[e];a[e]=i}return this._setOptions(a),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(e){var i,s,n;for(i in e)n=this.classesElementLookup[i],e[i]!==this.options.classes[i]&&n&&n.length&&(s=t(n.get()),this._removeClass(n,i),s.addClass(this._classes({element:s,keys:i,classes:e,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(e){function i(i,o){var a,r;for(r=0;i.length>r;r++)a=n.classesElementLookup[i[r]]||t(),a=e.add?t(t.unique(a.get().concat(e.element.get()))):t(a.not(e.element).get()),n.classesElementLookup[i[r]]=a,s.push(i[r]),o&&e.classes[i[r]]&&s.push(e.classes[i[r]])}var s=[],n=this;return e=t.extend({element:this.element,classes:this.options.classes||{}},e),this._on(e.element,{remove:"_untrackClassesElement"}),e.keys&&i(e.keys.match(/\S+/g)||[],!0),e.extra&&i(e.extra.match(/\S+/g)||[]),s.join(" ")},_untrackClassesElement:function(e){var i=this;t.each(i.classesElementLookup,function(s,n){-1!==t.inArray(e.target,n)&&(i.classesElementLookup[s]=t(n.not(e.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var n="string"==typeof t||null===t,o={extra:n?e:i,keys:n?t:e,element:n?this.element:t,add:s};return o.element.toggleClass(this._classes(o),s),this},_on:function(e,i,s){var n,o=this;"boolean"!=typeof e&&(s=i,i=e,e=!1),s?(i=n=t(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),t.each(s,function(s,a){function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof a?o[a]:a).apply(o,arguments):void 0}"string"!=typeof a&&(r.guid=a.guid=a.guid||r.guid||t.guid++);var h=s.match(/^([\w:-]*)\s*(.*)$/),l=h[1]+o.eventNamespace,c=h[2];c?n.on(l,c,r):i.on(l,r)})},_off:function(e,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.off(i).off(i),this.bindings=t(this.bindings.not(e).get()),this.focusable=t(this.focusable.not(e).get()),this.hoverable=t(this.hoverable.not(e).get())},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){this._addClass(t(e.currentTarget),null,"ui-state-hover")},mouseleave:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){this._addClass(t(e.currentTarget),null,"ui-state-focus")},focusout:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}}),t.widget,function(){function e(t,e,i){return[parseFloat(t[0])*(u.test(t[0])?e/100:1),parseFloat(t[1])*(u.test(t[1])?i/100:1)]}function i(e,i){return parseInt(t.css(e,i),10)||0}function s(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:t.isWindow(i)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}var n,o=Math.max,a=Math.abs,r=/left|center|right/,h=/top|center|bottom/,l=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,u=/%$/,d=t.fn.position;t.position={scrollbarWidth:function(){if(void 0!==n)return n;var e,i,s=t("
"),o=s.children()[0];return t("body").append(s),e=o.offsetWidth,s.css("overflow","scroll"),i=o.offsetWidth,e===i&&(i=s[0].clientWidth),s.remove(),n=e-i},getScrollInfo:function(e){var i=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),s=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),n="scroll"===i||"auto"===i&&e.width
i?"left":e>0?"right":"center",vertical:0>r?"top":s>0?"bottom":"middle"};l>p&&p>a(e+i)&&(u.horizontal="center"),c>f&&f>a(s+r)&&(u.vertical="middle"),u.important=o(a(e),a(i))>o(a(s),a(r))?"horizontal":"vertical",n.using.call(this,t,u)}),h.offset(t.extend(D,{using:r}))})},t.ui.position={fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=t.left-e.collisionPosition.marginLeft,h=n-r,l=r+e.collisionWidth-a-n;e.collisionWidth>a?h>0&&0>=l?(i=t.left+h+e.collisionWidth-a-n,t.left+=h-i):t.left=l>0&&0>=h?n:h>l?n+a-e.collisionWidth:n:h>0?t.left+=h:l>0?t.left-=l:t.left=o(t.left-r,t.left)},top:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollTop:s.offset.top,a=e.within.height,r=t.top-e.collisionPosition.marginTop,h=n-r,l=r+e.collisionHeight-a-n;e.collisionHeight>a?h>0&&0>=l?(i=t.top+h+e.collisionHeight-a-n,t.top+=h-i):t.top=l>0&&0>=h?n:h>l?n+a-e.collisionHeight:n:h>0?t.top+=h:l>0?t.top-=l:t.top=o(t.top-r,t.top)}},flip:{left:function(t,e){var i,s,n=e.within,o=n.offset.left+n.scrollLeft,r=n.width,h=n.isWindow?n.scrollLeft:n.offset.left,l=t.left-e.collisionPosition.marginLeft,c=l-h,u=l+e.collisionWidth-r-h,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,f=-2*e.offset[0];0>c?(i=t.left+d+p+f+e.collisionWidth-r-o,(0>i||a(c)>i)&&(t.left+=d+p+f)):u>0&&(s=t.left-e.collisionPosition.marginLeft+d+p+f-h,(s>0||u>a(s))&&(t.left+=d+p+f))},top:function(t,e){var i,s,n=e.within,o=n.offset.top+n.scrollTop,r=n.height,h=n.isWindow?n.scrollTop:n.offset.top,l=t.top-e.collisionPosition.marginTop,c=l-h,u=l+e.collisionHeight-r-h,d="top"===e.my[1],p=d?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,f="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,m=-2*e.offset[1];0>c?(s=t.top+p+f+m+e.collisionHeight-r-o,(0>s||a(c)>s)&&(t.top+=p+f+m)):u>0&&(i=t.top-e.collisionPosition.marginTop+p+f+m-h,(i>0||u>a(i))&&(t.top+=p+f+m))}},flipfit:{left:function(){t.ui.position.flip.left.apply(this,arguments),t.ui.position.fit.left.apply(this,arguments)},top:function(){t.ui.position.flip.top.apply(this,arguments),t.ui.position.fit.top.apply(this,arguments)}}}}(),t.ui.position,t.extend(t.expr[":"],{data:t.expr.createPseudo?t.expr.createPseudo(function(e){return function(i){return!!t.data(i,e)}}):function(e,i,s){return!!t.data(e,s[3])}}),t.fn.extend({disableSelection:function(){var t="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.on(t+".ui-disableSelection",function(t){t.preventDefault()})}}(),enableSelection:function(){return this.off(".ui-disableSelection")}}),t.ui.focusable=function(i,s){var n,o,a,r,h,l=i.nodeName.toLowerCase();return"area"===l?(n=i.parentNode,o=n.name,i.href&&o&&"map"===n.nodeName.toLowerCase()?(a=t("img[usemap='#"+o+"']"),a.length>0&&a.is(":visible")):!1):(/^(input|select|textarea|button|object)$/.test(l)?(r=!i.disabled,r&&(h=t(i).closest("fieldset")[0],h&&(r=!h.disabled))):r="a"===l?i.href||s:s,r&&t(i).is(":visible")&&e(t(i)))},t.extend(t.expr[":"],{focusable:function(e){return t.ui.focusable(e,null!=t.attr(e,"tabindex"))}}),t.ui.focusable,t.fn.form=function(){return"string"==typeof this[0].form?this.closest("form"):t(this[0].form)},t.ui.formResetMixin={_formResetHandler:function(){var e=t(this);setTimeout(function(){var i=e.data("ui-form-reset-instances");t.each(i,function(){this.refresh()})})},_bindFormResetHandler:function(){if(this.form=this.element.form(),this.form.length){var t=this.form.data("ui-form-reset-instances")||[];t.length||this.form.on("reset.ui-form-reset",this._formResetHandler),t.push(this),this.form.data("ui-form-reset-instances",t)}},_unbindFormResetHandler:function(){if(this.form.length){var e=this.form.data("ui-form-reset-instances");e.splice(t.inArray(this,e),1),e.length?this.form.data("ui-form-reset-instances",e):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}},"1.7"===t.fn.jquery.substring(0,3)&&(t.each(["Width","Height"],function(e,i){function s(e,i,s,o){return t.each(n,function(){i-=parseFloat(t.css(e,"padding"+this))||0,s&&(i-=parseFloat(t.css(e,"border"+this+"Width"))||0),o&&(i-=parseFloat(t.css(e,"margin"+this))||0)}),i}var n="Width"===i?["Left","Right"]:["Top","Bottom"],o=i.toLowerCase(),a={innerWidth:t.fn.innerWidth,innerHeight:t.fn.innerHeight,outerWidth:t.fn.outerWidth,outerHeight:t.fn.outerHeight};t.fn["inner"+i]=function(e){return void 0===e?a["inner"+i].call(this):this.each(function(){t(this).css(o,s(this,e)+"px")})},t.fn["outer"+i]=function(e,n){return"number"!=typeof e?a["outer"+i].call(this,e):this.each(function(){t(this).css(o,s(this,e,!0,n)+"px")})}}),t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.ui.escapeSelector=function(){var t=/([!"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g;return function(e){return e.replace(t,"\\$1")}}(),t.fn.labels=function(){var e,i,s,n,o;return this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(n=this.eq(0).parents("label"),s=this.attr("id"),s&&(e=this.eq(0).parents().last(),o=e.add(e.length?e.siblings():this.siblings()),i="label[for='"+t.ui.escapeSelector(s)+"']",n=n.add(o.find(i).addBack(i))),this.pushStack(n))},t.fn.scrollParent=function(e){var i=this.css("position"),s="absolute"===i,n=e?/(auto|scroll|hidden)/:/(auto|scroll)/,o=this.parents().filter(function(){var e=t(this);return s&&"static"===e.css("position")?!1:n.test(e.css("overflow")+e.css("overflow-y")+e.css("overflow-x"))}).eq(0);return"fixed"!==i&&o.length?o:t(this[0].ownerDocument||document)},t.extend(t.expr[":"],{tabbable:function(e){var i=t.attr(e,"tabindex"),s=null!=i;return(!s||i>=0)&&t.ui.focusable(e,s)}}),t.fn.extend({uniqueId:function(){var t=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++t)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")})}}),t.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase());var n=!1;t(document).on("mouseup",function(){n=!1}),t.widget("ui.mouse",{version:"1.12.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var e=this;this.element.on("mousedown."+this.widgetName,function(t){return e._mouseDown(t)}).on("click."+this.widgetName,function(i){return!0===t.data(i.target,e.widgetName+".preventClickEvent")?(t.removeData(i.target,e.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1):void 0}),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(e){if(!n){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(e),this._mouseDownEvent=e;var i=this,s=1===e.which,o="string"==typeof this.options.cancel&&e.target.nodeName?t(e.target).closest(this.options.cancel).length:!1;return s&&!o&&this._mouseCapture(e)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){i.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(e)!==!1,!this._mouseStarted)?(e.preventDefault(),!0):(!0===t.data(e.target,this.widgetName+".preventClickEvent")&&t.removeData(e.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(t){return i._mouseMove(t)},this._mouseUpDelegate=function(t){return i._mouseUp(t)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),e.preventDefault(),n=!0,!0)):!0}},_mouseMove:function(e){if(this._mouseMoved){if(t.ui.ie&&(!document.documentMode||9>document.documentMode)&&!e.button)return this._mouseUp(e);if(!e.which)if(e.originalEvent.altKey||e.originalEvent.ctrlKey||e.originalEvent.metaKey||e.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(e)}return(e.which||e.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(e),e.preventDefault()):(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,e)!==!1,this._mouseStarted?this._mouseDrag(e):this._mouseUp(e)),!this._mouseStarted)},_mouseUp:function(e){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,e.target===this._mouseDownEvent.target&&t.data(e.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(e)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,n=!1,e.preventDefault()},_mouseDistanceMet:function(t){return Math.max(Math.abs(this._mouseDownEvent.pageX-t.pageX),Math.abs(this._mouseDownEvent.pageY-t.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),t.ui.plugin={add:function(e,i,s){var n,o=t.ui[e].prototype;for(n in s)o.plugins[n]=o.plugins[n]||[],o.plugins[n].push([i,s[n]])},call:function(t,e,i,s){var n,o=t.plugins[e];if(o&&(s||t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType))for(n=0;o.length>n;n++)t.options[o[n][0]]&&o[n][1].apply(t.element,i)}},t.widget("ui.resizable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,classes:{"ui-resizable-se":"ui-icon ui-icon-gripsmall-diagonal-se"},containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(t){return parseFloat(t)||0},_isNumber:function(t){return!isNaN(parseFloat(t))},_hasScroll:function(e,i){if("hidden"===t(e).css("overflow"))return!1;var s=i&&"left"===i?"scrollLeft":"scrollTop",n=!1;return e[s]>0?!0:(e[s]=1,n=e[s]>0,e[s]=0,n)},_create:function(){var e,i=this.options,s=this;this._addClass("ui-resizable"),t.extend(this,{_aspectRatio:!!i.aspectRatio,aspectRatio:i.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:i.helper||i.ghost||i.animate?i.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i)&&(this.element.wrap(t("
").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,e={marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom"),marginLeft:this.originalElement.css("marginLeft")},this.element.css(e),this.originalElement.css("margin",0),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css(e),this._proportionallyResize()),this._setupHandles(),i.autoHide&&t(this.element).on("mouseenter",function(){i.disabled||(s._removeClass("ui-resizable-autohide"),s._handles.show())}).on("mouseleave",function(){i.disabled||s.resizing||(s._addClass("ui-resizable-autohide"),s._handles.hide())}),this._mouseInit()},_destroy:function(){this._mouseDestroy();var e,i=function(e){t(e).removeData("resizable").removeData("ui-resizable").off(".resizable").find(".ui-resizable-handle").remove()};return this.elementIsWrapper&&(i(this.element),e=this.element,this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")}).insertAfter(e),e.remove()),this.originalElement.css("resize",this.originalResizeStyle),i(this.originalElement),this},_setOption:function(t,e){switch(this._super(t,e),t){case"handles":this._removeHandles(),this._setupHandles();break;default:}},_setupHandles:function(){var e,i,s,n,o,a=this.options,r=this;if(this.handles=a.handles||(t(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=t(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),s=this.handles.split(","),this.handles={},i=0;s.length>i;i++)e=t.trim(s[i]),n="ui-resizable-"+e,o=t(""),this._addClass(o,"ui-resizable-handle "+n),o.css({zIndex:a.zIndex}),this.handles[e]=".ui-resizable-"+e,this.element.append(o);this._renderAxis=function(e){var i,s,n,o;e=e||this.element;for(i in this.handles)this.handles[i].constructor===String?this.handles[i]=this.element.children(this.handles[i]).first().show():(this.handles[i].jquery||this.handles[i].nodeType)&&(this.handles[i]=t(this.handles[i]),this._on(this.handles[i],{mousedown:r._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(s=t(this.handles[i],this.element),o=/sw|ne|nw|se|n|s/.test(i)?s.outerHeight():s.outerWidth(),n=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join(""),e.css(n,o),this._proportionallyResize()),this._handles=this._handles.add(this.handles[i])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.on("mouseover",function(){r.resizing||(this.className&&(o=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),r.axis=o&&o[1]?o[1]:"se")}),a.autoHide&&(this._handles.hide(),this._addClass("ui-resizable-autohide"))},_removeHandles:function(){this._handles.remove()},_mouseCapture:function(e){var i,s,n=!1;for(i in this.handles)s=t(this.handles[i])[0],(s===e.target||t.contains(s,e.target))&&(n=!0);return!this.options.disabled&&n},_mouseStart:function(e){var i,s,n,o=this.options,a=this.element;return this.resizing=!0,this._renderProxy(),i=this._num(this.helper.css("left")),s=this._num(this.helper.css("top")),o.containment&&(i+=t(o.containment).scrollLeft()||0,s+=t(o.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:i,top:s},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:a.width(),height:a.height()},this.originalSize=this._helper?{width:a.outerWidth(),height:a.outerHeight()}:{width:a.width(),height:a.height()},this.sizeDiff={width:a.outerWidth()-a.width(),height:a.outerHeight()-a.height()},this.originalPosition={left:i,top:s},this.originalMousePosition={left:e.pageX,top:e.pageY},this.aspectRatio="number"==typeof o.aspectRatio?o.aspectRatio:this.originalSize.width/this.originalSize.height||1,n=t(".ui-resizable-"+this.axis).css("cursor"),t("body").css("cursor","auto"===n?this.axis+"-resize":n),this._addClass("ui-resizable-resizing"),this._propagate("start",e),!0},_mouseDrag:function(e){var i,s,n=this.originalMousePosition,o=this.axis,a=e.pageX-n.left||0,r=e.pageY-n.top||0,h=this._change[o];return this._updatePrevProperties(),h?(i=h.apply(this,[e,a,r]),this._updateVirtualBoundaries(e.shiftKey),(this._aspectRatio||e.shiftKey)&&(i=this._updateRatio(i,e)),i=this._respectSize(i,e),this._updateCache(i),this._propagate("resize",e),s=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),t.isEmptyObject(s)||(this._updatePrevProperties(),this._trigger("resize",e,this.ui()),this._applyChanges()),!1):!1},_mouseStop:function(e){this.resizing=!1;var i,s,n,o,a,r,h,l=this.options,c=this;return this._helper&&(i=this._proportionallyResizeElements,s=i.length&&/textarea/i.test(i[0].nodeName),n=s&&this._hasScroll(i[0],"left")?0:c.sizeDiff.height,o=s?0:c.sizeDiff.width,a={width:c.helper.width()-o,height:c.helper.height()-n},r=parseFloat(c.element.css("left"))+(c.position.left-c.originalPosition.left)||null,h=parseFloat(c.element.css("top"))+(c.position.top-c.originalPosition.top)||null,l.animate||this.element.css(t.extend(a,{top:h,left:r})),c.helper.height(c.size.height),c.helper.width(c.size.width),this._helper&&!l.animate&&this._proportionallyResize()),t("body").css("cursor","auto"),this._removeClass("ui-resizable-resizing"),this._propagate("stop",e),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var t={};return this.position.top!==this.prevPosition.top&&(t.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(t.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(t.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(t.height=this.size.height+"px"),this.helper.css(t),t},_updateVirtualBoundaries:function(t){var e,i,s,n,o,a=this.options;o={minWidth:this._isNumber(a.minWidth)?a.minWidth:0,maxWidth:this._isNumber(a.maxWidth)?a.maxWidth:1/0,minHeight:this._isNumber(a.minHeight)?a.minHeight:0,maxHeight:this._isNumber(a.maxHeight)?a.maxHeight:1/0},(this._aspectRatio||t)&&(e=o.minHeight*this.aspectRatio,s=o.minWidth/this.aspectRatio,i=o.maxHeight*this.aspectRatio,n=o.maxWidth/this.aspectRatio,e>o.minWidth&&(o.minWidth=e),s>o.minHeight&&(o.minHeight=s),o.maxWidth>i&&(o.maxWidth=i),o.maxHeight>n&&(o.maxHeight=n)),this._vBoundaries=o},_updateCache:function(t){this.offset=this.helper.offset(),this._isNumber(t.left)&&(this.position.left=t.left),this._isNumber(t.top)&&(this.position.top=t.top),this._isNumber(t.height)&&(this.size.height=t.height),this._isNumber(t.width)&&(this.size.width=t.width)},_updateRatio:function(t){var e=this.position,i=this.size,s=this.axis;return this._isNumber(t.height)?t.width=t.height*this.aspectRatio:this._isNumber(t.width)&&(t.height=t.width/this.aspectRatio),"sw"===s&&(t.left=e.left+(i.width-t.width),t.top=null),"nw"===s&&(t.top=e.top+(i.height-t.height),t.left=e.left+(i.width-t.width)),t},_respectSize:function(t){var e=this._vBoundaries,i=this.axis,s=this._isNumber(t.width)&&e.maxWidth&&e.maxWidth
t.width,a=this._isNumber(t.height)&&e.minHeight&&e.minHeight>t.height,r=this.originalPosition.left+this.originalSize.width,h=this.originalPosition.top+this.originalSize.height,l=/sw|nw|w/.test(i),c=/nw|ne|n/.test(i);return o&&(t.width=e.minWidth),a&&(t.height=e.minHeight),s&&(t.width=e.maxWidth),n&&(t.height=e.maxHeight),o&&l&&(t.left=r-e.minWidth),s&&l&&(t.left=r-e.maxWidth),a&&c&&(t.top=h-e.minHeight),n&&c&&(t.top=h-e.maxHeight),t.width||t.height||t.left||!t.top?t.width||t.height||t.top||!t.left||(t.left=null):t.top=null,t},_getPaddingPlusBorderDimensions:function(t){for(var e=0,i=[],s=[t.css("borderTopWidth"),t.css("borderRightWidth"),t.css("borderBottomWidth"),t.css("borderLeftWidth")],n=[t.css("paddingTop"),t.css("paddingRight"),t.css("paddingBottom"),t.css("paddingLeft")];4>e;e++)i[e]=parseFloat(s[e])||0,i[e]+=parseFloat(n[e])||0;return{height:i[0]+i[2],width:i[1]+i[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var t,e=0,i=this.helper||this.element;this._proportionallyResizeElements.length>e;e++)t=this._proportionallyResizeElements[e],this.outerDimensions||(this.outerDimensions=this._getPaddingPlusBorderDimensions(t)),t.css({height:i.height()-this.outerDimensions.height||0,width:i.width()-this.outerDimensions.width||0})},_renderProxy:function(){var e=this.element,i=this.options;this.elementOffset=e.offset(),this._helper?(this.helper=this.helper||t("
"),this._addClass(this.helper,this._helper),this.helper.css({width:this.element.outerWidth(),height:this.element.outerHeight(),position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++i.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element
-},_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var i=this.originalSize,s=this.originalPosition;return{left:s.left+e,width:i.width-e}},n:function(t,e,i){var s=this.originalSize,n=this.originalPosition;return{top:n.top+i,height:s.height-i}},s:function(t,e,i){return{height:this.originalSize.height+i}},se:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},sw:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[e,i,s]))},ne:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},nw:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[e,i,s]))}},_propagate:function(e,i){t.ui.plugin.call(this,e,[i,this.ui()]),"resize"!==e&&this._trigger(e,i,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),t.ui.plugin.add("resizable","animate",{stop:function(e){var i=t(this).resizable("instance"),s=i.options,n=i._proportionallyResizeElements,o=n.length&&/textarea/i.test(n[0].nodeName),a=o&&i._hasScroll(n[0],"left")?0:i.sizeDiff.height,r=o?0:i.sizeDiff.width,h={width:i.size.width-r,height:i.size.height-a},l=parseFloat(i.element.css("left"))+(i.position.left-i.originalPosition.left)||null,c=parseFloat(i.element.css("top"))+(i.position.top-i.originalPosition.top)||null;i.element.animate(t.extend(h,c&&l?{top:c,left:l}:{}),{duration:s.animateDuration,easing:s.animateEasing,step:function(){var s={width:parseFloat(i.element.css("width")),height:parseFloat(i.element.css("height")),top:parseFloat(i.element.css("top")),left:parseFloat(i.element.css("left"))};n&&n.length&&t(n[0]).css({width:s.width,height:s.height}),i._updateCache(s),i._propagate("resize",e)}})}}),t.ui.plugin.add("resizable","containment",{start:function(){var e,i,s,n,o,a,r,h=t(this).resizable("instance"),l=h.options,c=h.element,u=l.containment,d=u instanceof t?u.get(0):/parent/.test(u)?c.parent().get(0):u;d&&(h.containerElement=t(d),/document/.test(u)||u===document?(h.containerOffset={left:0,top:0},h.containerPosition={left:0,top:0},h.parentData={element:t(document),left:0,top:0,width:t(document).width(),height:t(document).height()||document.body.parentNode.scrollHeight}):(e=t(d),i=[],t(["Top","Right","Left","Bottom"]).each(function(t,s){i[t]=h._num(e.css("padding"+s))}),h.containerOffset=e.offset(),h.containerPosition=e.position(),h.containerSize={height:e.innerHeight()-i[3],width:e.innerWidth()-i[1]},s=h.containerOffset,n=h.containerSize.height,o=h.containerSize.width,a=h._hasScroll(d,"left")?d.scrollWidth:o,r=h._hasScroll(d)?d.scrollHeight:n,h.parentData={element:d,left:s.left,top:s.top,width:a,height:r}))},resize:function(e){var i,s,n,o,a=t(this).resizable("instance"),r=a.options,h=a.containerOffset,l=a.position,c=a._aspectRatio||e.shiftKey,u={top:0,left:0},d=a.containerElement,p=!0;d[0]!==document&&/static/.test(d.css("position"))&&(u=h),l.left<(a._helper?h.left:0)&&(a.size.width=a.size.width+(a._helper?a.position.left-h.left:a.position.left-u.left),c&&(a.size.height=a.size.width/a.aspectRatio,p=!1),a.position.left=r.helper?h.left:0),l.top<(a._helper?h.top:0)&&(a.size.height=a.size.height+(a._helper?a.position.top-h.top:a.position.top),c&&(a.size.width=a.size.height*a.aspectRatio,p=!1),a.position.top=a._helper?h.top:0),n=a.containerElement.get(0)===a.element.parent().get(0),o=/relative|absolute/.test(a.containerElement.css("position")),n&&o?(a.offset.left=a.parentData.left+a.position.left,a.offset.top=a.parentData.top+a.position.top):(a.offset.left=a.element.offset().left,a.offset.top=a.element.offset().top),i=Math.abs(a.sizeDiff.width+(a._helper?a.offset.left-u.left:a.offset.left-h.left)),s=Math.abs(a.sizeDiff.height+(a._helper?a.offset.top-u.top:a.offset.top-h.top)),i+a.size.width>=a.parentData.width&&(a.size.width=a.parentData.width-i,c&&(a.size.height=a.size.width/a.aspectRatio,p=!1)),s+a.size.height>=a.parentData.height&&(a.size.height=a.parentData.height-s,c&&(a.size.width=a.size.height*a.aspectRatio,p=!1)),p||(a.position.left=a.prevPosition.left,a.position.top=a.prevPosition.top,a.size.width=a.prevSize.width,a.size.height=a.prevSize.height)},stop:function(){var e=t(this).resizable("instance"),i=e.options,s=e.containerOffset,n=e.containerPosition,o=e.containerElement,a=t(e.helper),r=a.offset(),h=a.outerWidth()-e.sizeDiff.width,l=a.outerHeight()-e.sizeDiff.height;e._helper&&!i.animate&&/relative/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l}),e._helper&&!i.animate&&/static/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l})}}),t.ui.plugin.add("resizable","alsoResize",{start:function(){var e=t(this).resizable("instance"),i=e.options;t(i.alsoResize).each(function(){var e=t(this);e.data("ui-resizable-alsoresize",{width:parseFloat(e.width()),height:parseFloat(e.height()),left:parseFloat(e.css("left")),top:parseFloat(e.css("top"))})})},resize:function(e,i){var s=t(this).resizable("instance"),n=s.options,o=s.originalSize,a=s.originalPosition,r={height:s.size.height-o.height||0,width:s.size.width-o.width||0,top:s.position.top-a.top||0,left:s.position.left-a.left||0};t(n.alsoResize).each(function(){var e=t(this),s=t(this).data("ui-resizable-alsoresize"),n={},o=e.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];t.each(o,function(t,e){var i=(s[e]||0)+(r[e]||0);i&&i>=0&&(n[e]=i||null)}),e.css(n)})},stop:function(){t(this).removeData("ui-resizable-alsoresize")}}),t.ui.plugin.add("resizable","ghost",{start:function(){var e=t(this).resizable("instance"),i=e.size;e.ghost=e.originalElement.clone(),e.ghost.css({opacity:.25,display:"block",position:"relative",height:i.height,width:i.width,margin:0,left:0,top:0}),e._addClass(e.ghost,"ui-resizable-ghost"),t.uiBackCompat!==!1&&"string"==typeof e.options.ghost&&e.ghost.addClass(this.options.ghost),e.ghost.appendTo(e.helper)},resize:function(){var e=t(this).resizable("instance");e.ghost&&e.ghost.css({position:"relative",height:e.size.height,width:e.size.width})},stop:function(){var e=t(this).resizable("instance");e.ghost&&e.helper&&e.helper.get(0).removeChild(e.ghost.get(0))}}),t.ui.plugin.add("resizable","grid",{resize:function(){var e,i=t(this).resizable("instance"),s=i.options,n=i.size,o=i.originalSize,a=i.originalPosition,r=i.axis,h="number"==typeof s.grid?[s.grid,s.grid]:s.grid,l=h[0]||1,c=h[1]||1,u=Math.round((n.width-o.width)/l)*l,d=Math.round((n.height-o.height)/c)*c,p=o.width+u,f=o.height+d,m=s.maxWidth&&p>s.maxWidth,g=s.maxHeight&&f>s.maxHeight,_=s.minWidth&&s.minWidth>p,v=s.minHeight&&s.minHeight>f;s.grid=h,_&&(p+=l),v&&(f+=c),m&&(p-=l),g&&(f-=c),/^(se|s|e)$/.test(r)?(i.size.width=p,i.size.height=f):/^(ne)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.top=a.top-d):/^(sw)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.left=a.left-u):((0>=f-c||0>=p-l)&&(e=i._getPaddingPlusBorderDimensions(this)),f-c>0?(i.size.height=f,i.position.top=a.top-d):(f=c-e.height,i.size.height=f,i.position.top=a.top+o.height-f),p-l>0?(i.size.width=p,i.position.left=a.left-u):(p=l-e.width,i.size.width=p,i.position.left=a.left+o.width-p))}}),t.ui.resizable});/**
- * Copyright (c) 2007 Ariel Flesler - aflesler ○ gmail • com | https://github.com/flesler
- * Licensed under MIT
- * @author Ariel Flesler
- * @version 2.1.2
- */
-;(function(f){"use strict";"function"===typeof define&&define.amd?define(["jquery"],f):"undefined"!==typeof module&&module.exports?module.exports=f(require("jquery")):f(jQuery)})(function($){"use strict";function n(a){return!a.nodeName||-1!==$.inArray(a.nodeName.toLowerCase(),["iframe","#document","html","body"])}function h(a){return $.isFunction(a)||$.isPlainObject(a)?a:{top:a,left:a}}var p=$.scrollTo=function(a,d,b){return $(window).scrollTo(a,d,b)};p.defaults={axis:"xy",duration:0,limit:!0};$.fn.scrollTo=function(a,d,b){"object"=== typeof d&&(b=d,d=0);"function"===typeof b&&(b={onAfter:b});"max"===a&&(a=9E9);b=$.extend({},p.defaults,b);d=d||b.duration;var u=b.queue&&1=f[g]?0:Math.min(f[g],n));!a&&1-1){targetElements.on(evt+EVENT_NAMESPACE,function elementToggle(event){$.powerTip.toggle(this,event)})}else{targetElements.on(evt+EVENT_NAMESPACE,function elementOpen(event){$.powerTip.show(this,event)})}});$.each(options.closeEvents,function(idx,evt){if($.inArray(evt,options.openEvents)<0){targetElements.on(evt+EVENT_NAMESPACE,function elementClose(event){$.powerTip.hide(this,!isMouseEvent(event))})}});targetElements.on("keydown"+EVENT_NAMESPACE,function elementKeyDown(event){if(event.keyCode===27){$.powerTip.hide(this,true)}})}return targetElements};$.fn.powerTip.defaults={fadeInTime:200,fadeOutTime:100,followMouse:false,popupId:"powerTip",popupClass:null,intentSensitivity:7,intentPollInterval:100,closeDelay:100,placement:"n",smartPlacement:false,offset:10,mouseOnToPopup:false,manual:false,openEvents:["mouseenter","focus"],closeEvents:["mouseleave","blur"]};$.fn.powerTip.smartPlacementLists={n:["n","ne","nw","s"],e:["e","ne","se","w","nw","sw","n","s","e"],s:["s","se","sw","n"],w:["w","nw","sw","e","ne","se","n","s","w"],nw:["nw","w","sw","n","s","se","nw"],ne:["ne","e","se","n","s","sw","ne"],sw:["sw","w","nw","s","n","ne","sw"],se:["se","e","ne","s","n","nw","se"],"nw-alt":["nw-alt","n","ne-alt","sw-alt","s","se-alt","w","e"],"ne-alt":["ne-alt","n","nw-alt","se-alt","s","sw-alt","e","w"],"sw-alt":["sw-alt","s","se-alt","nw-alt","n","ne-alt","w","e"],"se-alt":["se-alt","s","sw-alt","ne-alt","n","nw-alt","e","w"]};$.powerTip={show:function apiShowTip(element,event){if(isMouseEvent(event)){trackMouse(event);session.previousX=event.pageX;session.previousY=event.pageY;$(element).data(DATA_DISPLAYCONTROLLER).show()}else{$(element).first().data(DATA_DISPLAYCONTROLLER).show(true,true)}return element},reposition:function apiResetPosition(element){$(element).first().data(DATA_DISPLAYCONTROLLER).resetPosition();return element},hide:function apiCloseTip(element,immediate){var displayController;immediate=element?immediate:true;if(element){displayController=$(element).first().data(DATA_DISPLAYCONTROLLER)}else if(session.activeHover){displayController=session.activeHover.data(DATA_DISPLAYCONTROLLER)}if(displayController){displayController.hide(immediate)}return element},toggle:function apiToggle(element,event){if(session.activeHover&&session.activeHover.is(element)){$.powerTip.hide(element,!isMouseEvent(event))}else{$.powerTip.show(element,event)}return element}};$.powerTip.showTip=$.powerTip.show;$.powerTip.closeTip=$.powerTip.hide;function CSSCoordinates(){var me=this;me.top="auto";me.left="auto";me.right="auto";me.bottom="auto";me.set=function(property,value){if($.isNumeric(value)){me[property]=Math.round(value)}}}function DisplayController(element,options,tipController){var hoverTimer=null,myCloseDelay=null;function openTooltip(immediate,forceOpen){cancelTimer();if(!element.data(DATA_HASACTIVEHOVER)){if(!immediate){session.tipOpenImminent=true;hoverTimer=setTimeout(function intentDelay(){hoverTimer=null;checkForIntent()},options.intentPollInterval)}else{if(forceOpen){element.data(DATA_FORCEDOPEN,true)}closeAnyDelayed();tipController.showTip(element)}}else{cancelClose()}}function closeTooltip(disableDelay){if(myCloseDelay){myCloseDelay=session.closeDelayTimeout=clearTimeout(myCloseDelay);session.delayInProgress=false}cancelTimer();session.tipOpenImminent=false;if(element.data(DATA_HASACTIVEHOVER)){element.data(DATA_FORCEDOPEN,false);if(!disableDelay){session.delayInProgress=true;session.closeDelayTimeout=setTimeout(function closeDelay(){session.closeDelayTimeout=null;tipController.hideTip(element);session.delayInProgress=false;myCloseDelay=null},options.closeDelay);myCloseDelay=session.closeDelayTimeout}else{tipController.hideTip(element)}}}function checkForIntent(){var xDifference=Math.abs(session.previousX-session.currentX),yDifference=Math.abs(session.previousY-session.currentY),totalDifference=xDifference+yDifference;if(totalDifference ",{id:options.popupId});if($body.length===0){$body=$("body")}$body.append(tipElement);session.tooltips=session.tooltips?session.tooltips.add(tipElement):tipElement}if(options.followMouse){if(!tipElement.data(DATA_HASMOUSEMOVE)){$document.on("mousemove"+EVENT_NAMESPACE,positionTipOnCursor);$window.on("scroll"+EVENT_NAMESPACE,positionTipOnCursor);tipElement.data(DATA_HASMOUSEMOVE,true)}}function beginShowTip(element){element.data(DATA_HASACTIVEHOVER,true);tipElement.queue(function queueTipInit(next){showTip(element);next()})}function showTip(element){var tipContent;if(!element.data(DATA_HASACTIVEHOVER)){return}if(session.isTipOpen){if(!session.isClosing){hideTip(session.activeHover)}tipElement.delay(100).queue(function queueTipAgain(next){showTip(element);next()});return}element.trigger("powerTipPreRender");tipContent=getTooltipContent(element);if(tipContent){tipElement.empty().append(tipContent)}else{return}element.trigger("powerTipRender");session.activeHover=element;session.isTipOpen=true;tipElement.data(DATA_MOUSEONTOTIP,options.mouseOnToPopup);tipElement.addClass(options.popupClass);if(!options.followMouse||element.data(DATA_FORCEDOPEN)){positionTipOnElement(element);session.isFixedTipOpen=true}else{positionTipOnCursor()}if(!element.data(DATA_FORCEDOPEN)&&!options.followMouse){$document.on("click"+EVENT_NAMESPACE,function documentClick(event){var target=event.target;if(target!==element[0]){if(options.mouseOnToPopup){if(target!==tipElement[0]&&!$.contains(tipElement[0],target)){$.powerTip.hide()}}else{$.powerTip.hide()}}})}if(options.mouseOnToPopup&&!options.manual){tipElement.on("mouseenter"+EVENT_NAMESPACE,function tipMouseEnter(){if(session.activeHover){session.activeHover.data(DATA_DISPLAYCONTROLLER).cancel()}});tipElement.on("mouseleave"+EVENT_NAMESPACE,function tipMouseLeave(){if(session.activeHover){session.activeHover.data(DATA_DISPLAYCONTROLLER).hide()}})}tipElement.fadeIn(options.fadeInTime,function fadeInCallback(){if(!session.desyncTimeout){session.desyncTimeout=setInterval(closeDesyncedTip,500)}element.trigger("powerTipOpen")})}function hideTip(element){session.isClosing=true;session.isTipOpen=false;session.desyncTimeout=clearInterval(session.desyncTimeout);element.data(DATA_HASACTIVEHOVER,false);element.data(DATA_FORCEDOPEN,false);$document.off("click"+EVENT_NAMESPACE);tipElement.off(EVENT_NAMESPACE);tipElement.fadeOut(options.fadeOutTime,function fadeOutCallback(){var coords=new CSSCoordinates;session.activeHover=null;session.isClosing=false;session.isFixedTipOpen=false;tipElement.removeClass();coords.set("top",session.currentY+options.offset);coords.set("left",session.currentX+options.offset);tipElement.css(coords);element.trigger("powerTipClose")})}function positionTipOnCursor(){var tipWidth,tipHeight,coords,collisions,collisionCount;if(!session.isFixedTipOpen&&(session.isTipOpen||session.tipOpenImminent&&tipElement.data(DATA_HASMOUSEMOVE))){tipWidth=tipElement.outerWidth();tipHeight=tipElement.outerHeight();coords=new CSSCoordinates;coords.set("top",session.currentY+options.offset);coords.set("left",session.currentX+options.offset);collisions=getViewportCollisions(coords,tipWidth,tipHeight);if(collisions!==Collision.none){collisionCount=countFlags(collisions);if(collisionCount===1){if(collisions===Collision.right){coords.set("left",session.scrollLeft+session.windowWidth-tipWidth)}else if(collisions===Collision.bottom){coords.set("top",session.scrollTop+session.windowHeight-tipHeight)}}else{coords.set("left",session.currentX-tipWidth-options.offset);coords.set("top",session.currentY-tipHeight-options.offset)}}tipElement.css(coords)}}function positionTipOnElement(element){var priorityList,finalPlacement;if(options.smartPlacement||options.followMouse&&element.data(DATA_FORCEDOPEN)){priorityList=$.fn.powerTip.smartPlacementLists[options.placement];$.each(priorityList,function(idx,pos){var collisions=getViewportCollisions(placeTooltip(element,pos),tipElement.outerWidth(),tipElement.outerHeight());finalPlacement=pos;return collisions!==Collision.none})}else{placeTooltip(element,options.placement);finalPlacement=options.placement}tipElement.removeClass("w nw sw e ne se n s w se-alt sw-alt ne-alt nw-alt");tipElement.addClass(finalPlacement)}function placeTooltip(element,placement){var iterationCount=0,tipWidth,tipHeight,coords=new CSSCoordinates;coords.set("top",0);coords.set("left",0);tipElement.css(coords);do{tipWidth=tipElement.outerWidth();tipHeight=tipElement.outerHeight();coords=placementCalculator.compute(element,placement,tipWidth,tipHeight,options.offset);tipElement.css(coords)}while(++iterationCount<=5&&(tipWidth!==tipElement.outerWidth()||tipHeight!==tipElement.outerHeight()));return coords}function closeDesyncedTip(){var isDesynced=false,hasDesyncableCloseEvent=$.grep(["mouseleave","mouseout","blur","focusout"],function(eventType){return $.inArray(eventType,options.closeEvents)!==-1}).length>0;if(session.isTipOpen&&!session.isClosing&&!session.delayInProgress&&hasDesyncableCloseEvent){if(session.activeHover.data(DATA_HASACTIVEHOVER)===false||session.activeHover.is(":disabled")){isDesynced=true}else if(!isMouseOver(session.activeHover)&&!session.activeHover.is(":focus")&&!session.activeHover.data(DATA_FORCEDOPEN)){if(tipElement.data(DATA_MOUSEONTOTIP)){if(!isMouseOver(tipElement)){isDesynced=true}}else{isDesynced=true}}if(isDesynced){hideTip(session.activeHover)}}}this.showTip=beginShowTip;this.hideTip=hideTip;this.resetPosition=positionTipOnElement}function isSvgElement(element){return Boolean(window.SVGElement&&element[0]instanceof SVGElement)}function isMouseEvent(event){return Boolean(event&&$.inArray(event.type,MOUSE_EVENTS)>-1&&typeof event.pageX==="number")}function initTracking(){if(!session.mouseTrackingActive){session.mouseTrackingActive=true;getViewportDimensions();$(getViewportDimensions);$document.on("mousemove"+EVENT_NAMESPACE,trackMouse);$window.on("resize"+EVENT_NAMESPACE,trackResize);$window.on("scroll"+EVENT_NAMESPACE,trackScroll)}}function getViewportDimensions(){session.scrollLeft=$window.scrollLeft();session.scrollTop=$window.scrollTop();session.windowWidth=$window.width();session.windowHeight=$window.height()}function trackResize(){session.windowWidth=$window.width();session.windowHeight=$window.height()}function trackScroll(){var x=$window.scrollLeft(),y=$window.scrollTop();if(x!==session.scrollLeft){session.currentX+=x-session.scrollLeft;session.scrollLeft=x}if(y!==session.scrollTop){session.currentY+=y-session.scrollTop;session.scrollTop=y}}function trackMouse(event){session.currentX=event.pageX;session.currentY=event.pageY}function isMouseOver(element){var elementPosition=element.offset(),elementBox=element[0].getBoundingClientRect(),elementWidth=elementBox.right-elementBox.left,elementHeight=elementBox.bottom-elementBox.top;return session.currentX>=elementPosition.left&&session.currentX<=elementPosition.left+elementWidth&&session.currentY>=elementPosition.top&&session.currentY<=elementPosition.top+elementHeight}function getTooltipContent(element){var tipText=element.data(DATA_POWERTIP),tipObject=element.data(DATA_POWERTIPJQ),tipTarget=element.data(DATA_POWERTIPTARGET),targetElement,content;if(tipText){if($.isFunction(tipText)){tipText=tipText.call(element[0])}content=tipText}else if(tipObject){if($.isFunction(tipObject)){tipObject=tipObject.call(element[0])}if(tipObject.length>0){content=tipObject.clone(true,true)}}else if(tipTarget){targetElement=$("#"+tipTarget);if(targetElement.length>0){content=targetElement.html()}}return content}function getViewportCollisions(coords,elementWidth,elementHeight){var viewportTop=session.scrollTop,viewportLeft=session.scrollLeft,viewportBottom=viewportTop+session.windowHeight,viewportRight=viewportLeft+session.windowWidth,collisions=Collision.none;if(coords.topviewportBottom||Math.abs(coords.bottom-session.windowHeight)>viewportBottom){collisions|=Collision.bottom}if(coords.leftviewportRight){collisions|=Collision.left}if(coords.left+elementWidth>viewportRight||coords.right1)){a.preventDefault();var c=a.originalEvent.changedTouches[0],d=document.createEvent("MouseEvents");d.initMouseEvent(b,!0,!0,window,1,c.screenX,c.screenY,c.clientX,c.clientY,!1,!1,!1,!1,0,null),a.target.dispatchEvent(d)}}if(a.support.touch="ontouchend"in document,a.support.touch){var e,b=a.ui.mouse.prototype,c=b._mouseInit,d=b._mouseDestroy;b._touchStart=function(a){var b=this;!e&&b._mouseCapture(a.originalEvent.changedTouches[0])&&(e=!0,b._touchMoved=!1,f(a,"mouseover"),f(a,"mousemove"),f(a,"mousedown"))},b._touchMove=function(a){e&&(this._touchMoved=!0,f(a,"mousemove"))},b._touchEnd=function(a){e&&(f(a,"mouseup"),f(a,"mouseout"),this._touchMoved||f(a,"click"),e=!1)},b._mouseInit=function(){var b=this;b.element.bind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),c.call(b)},b._mouseDestroy=function(){var b=this;b.element.unbind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),d.call(b)}}}(jQuery);/*! SmartMenus jQuery Plugin - v1.1.0 - September 17, 2017
- * http://www.smartmenus.org/
- * Copyright Vasil Dinkov, Vadikom Web Ltd. http://vadikom.com; Licensed MIT */(function(t){"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof module&&"object"==typeof module.exports?module.exports=t(require("jquery")):t(jQuery)})(function($){function initMouseDetection(t){var e=".smartmenus_mouse";if(mouseDetectionEnabled||t)mouseDetectionEnabled&&t&&($(document).off(e),mouseDetectionEnabled=!1);else{var i=!0,s=null,o={mousemove:function(t){var e={x:t.pageX,y:t.pageY,timeStamp:(new Date).getTime()};if(s){var o=Math.abs(s.x-e.x),a=Math.abs(s.y-e.y);if((o>0||a>0)&&2>=o&&2>=a&&300>=e.timeStamp-s.timeStamp&&(mouse=!0,i)){var n=$(t.target).closest("a");n.is("a")&&$.each(menuTrees,function(){return $.contains(this.$root[0],n[0])?(this.itemEnter({currentTarget:n[0]}),!1):void 0}),i=!1}}s=e}};o[touchEvents?"touchstart":"pointerover pointermove pointerout MSPointerOver MSPointerMove MSPointerOut"]=function(t){isTouchEvent(t.originalEvent)&&(mouse=!1)},$(document).on(getEventsNS(o,e)),mouseDetectionEnabled=!0}}function isTouchEvent(t){return!/^(4|mouse)$/.test(t.pointerType)}function getEventsNS(t,e){e||(e="");var i={};for(var s in t)i[s.split(" ").join(e+" ")+e]=t[s];return i}var menuTrees=[],mouse=!1,touchEvents="ontouchstart"in window,mouseDetectionEnabled=!1,requestAnimationFrame=window.requestAnimationFrame||function(t){return setTimeout(t,1e3/60)},cancelAnimationFrame=window.cancelAnimationFrame||function(t){clearTimeout(t)},canAnimate=!!$.fn.animate;return $.SmartMenus=function(t,e){this.$root=$(t),this.opts=e,this.rootId="",this.accessIdPrefix="",this.$subArrow=null,this.activatedItems=[],this.visibleSubMenus=[],this.showTimeout=0,this.hideTimeout=0,this.scrollTimeout=0,this.clickActivated=!1,this.focusActivated=!1,this.zIndexInc=0,this.idInc=0,this.$firstLink=null,this.$firstSub=null,this.disabled=!1,this.$disableOverlay=null,this.$touchScrollingSub=null,this.cssTransforms3d="perspective"in t.style||"webkitPerspective"in t.style,this.wasCollapsible=!1,this.init()},$.extend($.SmartMenus,{hideAll:function(){$.each(menuTrees,function(){this.menuHideAll()})},destroy:function(){for(;menuTrees.length;)menuTrees[0].destroy();initMouseDetection(!0)},prototype:{init:function(t){var e=this;if(!t){menuTrees.push(this),this.rootId=((new Date).getTime()+Math.random()+"").replace(/\D/g,""),this.accessIdPrefix="sm-"+this.rootId+"-",this.$root.hasClass("sm-rtl")&&(this.opts.rightToLeftSubMenus=!0);var i=".smartmenus";this.$root.data("smartmenus",this).attr("data-smartmenus-id",this.rootId).dataSM("level",1).on(getEventsNS({"mouseover focusin":$.proxy(this.rootOver,this),"mouseout focusout":$.proxy(this.rootOut,this),keydown:$.proxy(this.rootKeyDown,this)},i)).on(getEventsNS({mouseenter:$.proxy(this.itemEnter,this),mouseleave:$.proxy(this.itemLeave,this),mousedown:$.proxy(this.itemDown,this),focus:$.proxy(this.itemFocus,this),blur:$.proxy(this.itemBlur,this),click:$.proxy(this.itemClick,this)},i),"a"),i+=this.rootId,this.opts.hideOnClick&&$(document).on(getEventsNS({touchstart:$.proxy(this.docTouchStart,this),touchmove:$.proxy(this.docTouchMove,this),touchend:$.proxy(this.docTouchEnd,this),click:$.proxy(this.docClick,this)},i)),$(window).on(getEventsNS({"resize orientationchange":$.proxy(this.winResize,this)},i)),this.opts.subIndicators&&(this.$subArrow=$(" ").addClass("sub-arrow"),this.opts.subIndicatorsText&&this.$subArrow.html(this.opts.subIndicatorsText)),initMouseDetection()}if(this.$firstSub=this.$root.find("ul").each(function(){e.menuInit($(this))}).eq(0),this.$firstLink=this.$root.find("a").eq(0),this.opts.markCurrentItem){var s=/(index|default)\.[^#\?\/]*/i,o=/#.*/,a=window.location.href.replace(s,""),n=a.replace(o,"");this.$root.find("a").each(function(){var t=this.href.replace(s,""),i=$(this);(t==a||t==n)&&(i.addClass("current"),e.opts.markCurrentTree&&i.parentsUntil("[data-smartmenus-id]","ul").each(function(){$(this).dataSM("parent-a").addClass("current")}))})}this.wasCollapsible=this.isCollapsible()},destroy:function(t){if(!t){var e=".smartmenus";this.$root.removeData("smartmenus").removeAttr("data-smartmenus-id").removeDataSM("level").off(e),e+=this.rootId,$(document).off(e),$(window).off(e),this.opts.subIndicators&&(this.$subArrow=null)}this.menuHideAll();var i=this;this.$root.find("ul").each(function(){var t=$(this);t.dataSM("scroll-arrows")&&t.dataSM("scroll-arrows").remove(),t.dataSM("shown-before")&&((i.opts.subMenusMinWidth||i.opts.subMenusMaxWidth)&&t.css({width:"",minWidth:"",maxWidth:""}).removeClass("sm-nowrap"),t.dataSM("scroll-arrows")&&t.dataSM("scroll-arrows").remove(),t.css({zIndex:"",top:"",left:"",marginLeft:"",marginTop:"",display:""})),0==(t.attr("id")||"").indexOf(i.accessIdPrefix)&&t.removeAttr("id")}).removeDataSM("in-mega").removeDataSM("shown-before").removeDataSM("scroll-arrows").removeDataSM("parent-a").removeDataSM("level").removeDataSM("beforefirstshowfired").removeAttr("role").removeAttr("aria-hidden").removeAttr("aria-labelledby").removeAttr("aria-expanded"),this.$root.find("a.has-submenu").each(function(){var t=$(this);0==t.attr("id").indexOf(i.accessIdPrefix)&&t.removeAttr("id")}).removeClass("has-submenu").removeDataSM("sub").removeAttr("aria-haspopup").removeAttr("aria-controls").removeAttr("aria-expanded").closest("li").removeDataSM("sub"),this.opts.subIndicators&&this.$root.find("span.sub-arrow").remove(),this.opts.markCurrentItem&&this.$root.find("a.current").removeClass("current"),t||(this.$root=null,this.$firstLink=null,this.$firstSub=null,this.$disableOverlay&&(this.$disableOverlay.remove(),this.$disableOverlay=null),menuTrees.splice($.inArray(this,menuTrees),1))},disable:function(t){if(!this.disabled){if(this.menuHideAll(),!t&&!this.opts.isPopup&&this.$root.is(":visible")){var e=this.$root.offset();this.$disableOverlay=$('
').css({position:"absolute",top:e.top,left:e.left,width:this.$root.outerWidth(),height:this.$root.outerHeight(),zIndex:this.getStartZIndex(!0),opacity:0}).appendTo(document.body)}this.disabled=!0}},docClick:function(t){return this.$touchScrollingSub?(this.$touchScrollingSub=null,void 0):((this.visibleSubMenus.length&&!$.contains(this.$root[0],t.target)||$(t.target).closest("a").length)&&this.menuHideAll(),void 0)},docTouchEnd:function(){if(this.lastTouch){if(!(!this.visibleSubMenus.length||void 0!==this.lastTouch.x2&&this.lastTouch.x1!=this.lastTouch.x2||void 0!==this.lastTouch.y2&&this.lastTouch.y1!=this.lastTouch.y2||this.lastTouch.target&&$.contains(this.$root[0],this.lastTouch.target))){this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0);var t=this;this.hideTimeout=setTimeout(function(){t.menuHideAll()},350)}this.lastTouch=null}},docTouchMove:function(t){if(this.lastTouch){var e=t.originalEvent.touches[0];this.lastTouch.x2=e.pageX,this.lastTouch.y2=e.pageY}},docTouchStart:function(t){var e=t.originalEvent.touches[0];this.lastTouch={x1:e.pageX,y1:e.pageY,target:e.target}},enable:function(){this.disabled&&(this.$disableOverlay&&(this.$disableOverlay.remove(),this.$disableOverlay=null),this.disabled=!1)},getClosestMenu:function(t){for(var e=$(t).closest("ul");e.dataSM("in-mega");)e=e.parent().closest("ul");return e[0]||null},getHeight:function(t){return this.getOffset(t,!0)},getOffset:function(t,e){var i;"none"==t.css("display")&&(i={position:t[0].style.position,visibility:t[0].style.visibility},t.css({position:"absolute",visibility:"hidden"}).show());var s=t[0].getBoundingClientRect&&t[0].getBoundingClientRect(),o=s&&(e?s.height||s.bottom-s.top:s.width||s.right-s.left);return o||0===o||(o=e?t[0].offsetHeight:t[0].offsetWidth),i&&t.hide().css(i),o},getStartZIndex:function(t){var e=parseInt(this[t?"$root":"$firstSub"].css("z-index"));return!t&&isNaN(e)&&(e=parseInt(this.$root.css("z-index"))),isNaN(e)?1:e},getTouchPoint:function(t){return t.touches&&t.touches[0]||t.changedTouches&&t.changedTouches[0]||t},getViewport:function(t){var e=t?"Height":"Width",i=document.documentElement["client"+e],s=window["inner"+e];return s&&(i=Math.min(i,s)),i},getViewportHeight:function(){return this.getViewport(!0)},getViewportWidth:function(){return this.getViewport()},getWidth:function(t){return this.getOffset(t)},handleEvents:function(){return!this.disabled&&this.isCSSOn()},handleItemEvents:function(t){return this.handleEvents()&&!this.isLinkInMegaMenu(t)},isCollapsible:function(){return"static"==this.$firstSub.css("position")},isCSSOn:function(){return"inline"!=this.$firstLink.css("display")},isFixed:function(){var t="fixed"==this.$root.css("position");return t||this.$root.parentsUntil("body").each(function(){return"fixed"==$(this).css("position")?(t=!0,!1):void 0}),t},isLinkInMegaMenu:function(t){return $(this.getClosestMenu(t[0])).hasClass("mega-menu")},isTouchMode:function(){return!mouse||this.opts.noMouseOver||this.isCollapsible()},itemActivate:function(t,e){var i=t.closest("ul"),s=i.dataSM("level");if(s>1&&(!this.activatedItems[s-2]||this.activatedItems[s-2][0]!=i.dataSM("parent-a")[0])){var o=this;$(i.parentsUntil("[data-smartmenus-id]","ul").get().reverse()).add(i).each(function(){o.itemActivate($(this).dataSM("parent-a"))})}if((!this.isCollapsible()||e)&&this.menuHideSubMenus(this.activatedItems[s-1]&&this.activatedItems[s-1][0]==t[0]?s:s-1),this.activatedItems[s-1]=t,this.$root.triggerHandler("activate.smapi",t[0])!==!1){var a=t.dataSM("sub");a&&(this.isTouchMode()||!this.opts.showOnClick||this.clickActivated)&&this.menuShow(a)}},itemBlur:function(t){var e=$(t.currentTarget);this.handleItemEvents(e)&&this.$root.triggerHandler("blur.smapi",e[0])},itemClick:function(t){var e=$(t.currentTarget);if(this.handleItemEvents(e)){if(this.$touchScrollingSub&&this.$touchScrollingSub[0]==e.closest("ul")[0])return this.$touchScrollingSub=null,t.stopPropagation(),!1;if(this.$root.triggerHandler("click.smapi",e[0])===!1)return!1;var i=$(t.target).is(".sub-arrow"),s=e.dataSM("sub"),o=s?2==s.dataSM("level"):!1,a=this.isCollapsible(),n=/toggle$/.test(this.opts.collapsibleBehavior),r=/link$/.test(this.opts.collapsibleBehavior),h=/^accordion/.test(this.opts.collapsibleBehavior);if(s&&!s.is(":visible")){if((!r||!a||i)&&(this.opts.showOnClick&&o&&(this.clickActivated=!0),this.itemActivate(e,h),s.is(":visible")))return this.focusActivated=!0,!1}else if(a&&(n||i))return this.itemActivate(e,h),this.menuHide(s),n&&(this.focusActivated=!1),!1;return this.opts.showOnClick&&o||e.hasClass("disabled")||this.$root.triggerHandler("select.smapi",e[0])===!1?!1:void 0}},itemDown:function(t){var e=$(t.currentTarget);this.handleItemEvents(e)&&e.dataSM("mousedown",!0)},itemEnter:function(t){var e=$(t.currentTarget);if(this.handleItemEvents(e)){if(!this.isTouchMode()){this.showTimeout&&(clearTimeout(this.showTimeout),this.showTimeout=0);var i=this;this.showTimeout=setTimeout(function(){i.itemActivate(e)},this.opts.showOnClick&&1==e.closest("ul").dataSM("level")?1:this.opts.showTimeout)}this.$root.triggerHandler("mouseenter.smapi",e[0])}},itemFocus:function(t){var e=$(t.currentTarget);this.handleItemEvents(e)&&(!this.focusActivated||this.isTouchMode()&&e.dataSM("mousedown")||this.activatedItems.length&&this.activatedItems[this.activatedItems.length-1][0]==e[0]||this.itemActivate(e,!0),this.$root.triggerHandler("focus.smapi",e[0]))},itemLeave:function(t){var e=$(t.currentTarget);this.handleItemEvents(e)&&(this.isTouchMode()||(e[0].blur(),this.showTimeout&&(clearTimeout(this.showTimeout),this.showTimeout=0)),e.removeDataSM("mousedown"),this.$root.triggerHandler("mouseleave.smapi",e[0]))},menuHide:function(t){if(this.$root.triggerHandler("beforehide.smapi",t[0])!==!1&&(canAnimate&&t.stop(!0,!0),"none"!=t.css("display"))){var e=function(){t.css("z-index","")};this.isCollapsible()?canAnimate&&this.opts.collapsibleHideFunction?this.opts.collapsibleHideFunction.call(this,t,e):t.hide(this.opts.collapsibleHideDuration,e):canAnimate&&this.opts.hideFunction?this.opts.hideFunction.call(this,t,e):t.hide(this.opts.hideDuration,e),t.dataSM("scroll")&&(this.menuScrollStop(t),t.css({"touch-action":"","-ms-touch-action":"","-webkit-transform":"",transform:""}).off(".smartmenus_scroll").removeDataSM("scroll").dataSM("scroll-arrows").hide()),t.dataSM("parent-a").removeClass("highlighted").attr("aria-expanded","false"),t.attr({"aria-expanded":"false","aria-hidden":"true"});var i=t.dataSM("level");this.activatedItems.splice(i-1,1),this.visibleSubMenus.splice($.inArray(t,this.visibleSubMenus),1),this.$root.triggerHandler("hide.smapi",t[0])}},menuHideAll:function(){this.showTimeout&&(clearTimeout(this.showTimeout),this.showTimeout=0);for(var t=this.opts.isPopup?1:0,e=this.visibleSubMenus.length-1;e>=t;e--)this.menuHide(this.visibleSubMenus[e]);this.opts.isPopup&&(canAnimate&&this.$root.stop(!0,!0),this.$root.is(":visible")&&(canAnimate&&this.opts.hideFunction?this.opts.hideFunction.call(this,this.$root):this.$root.hide(this.opts.hideDuration))),this.activatedItems=[],this.visibleSubMenus=[],this.clickActivated=!1,this.focusActivated=!1,this.zIndexInc=0,this.$root.triggerHandler("hideAll.smapi")},menuHideSubMenus:function(t){for(var e=this.activatedItems.length-1;e>=t;e--){var i=this.activatedItems[e].dataSM("sub");i&&this.menuHide(i)}},menuInit:function(t){if(!t.dataSM("in-mega")){t.hasClass("mega-menu")&&t.find("ul").dataSM("in-mega",!0);for(var e=2,i=t[0];(i=i.parentNode.parentNode)!=this.$root[0];)e++;var s=t.prevAll("a").eq(-1);s.length||(s=t.prevAll().find("a").eq(-1)),s.addClass("has-submenu").dataSM("sub",t),t.dataSM("parent-a",s).dataSM("level",e).parent().dataSM("sub",t);var o=s.attr("id")||this.accessIdPrefix+ ++this.idInc,a=t.attr("id")||this.accessIdPrefix+ ++this.idInc;s.attr({id:o,"aria-haspopup":"true","aria-controls":a,"aria-expanded":"false"}),t.attr({id:a,role:"group","aria-hidden":"true","aria-labelledby":o,"aria-expanded":"false"}),this.opts.subIndicators&&s[this.opts.subIndicatorsPos](this.$subArrow.clone())}},menuPosition:function(t){var e,i,s=t.dataSM("parent-a"),o=s.closest("li"),a=o.parent(),n=t.dataSM("level"),r=this.getWidth(t),h=this.getHeight(t),u=s.offset(),l=u.left,c=u.top,d=this.getWidth(s),m=this.getHeight(s),p=$(window),f=p.scrollLeft(),v=p.scrollTop(),b=this.getViewportWidth(),S=this.getViewportHeight(),g=a.parent().is("[data-sm-horizontal-sub]")||2==n&&!a.hasClass("sm-vertical"),M=this.opts.rightToLeftSubMenus&&!o.is("[data-sm-reverse]")||!this.opts.rightToLeftSubMenus&&o.is("[data-sm-reverse]"),w=2==n?this.opts.mainMenuSubOffsetX:this.opts.subMenusSubOffsetX,T=2==n?this.opts.mainMenuSubOffsetY:this.opts.subMenusSubOffsetY;if(g?(e=M?d-r-w:w,i=this.opts.bottomToTopSubMenus?-h-T:m+T):(e=M?w-r:d-w,i=this.opts.bottomToTopSubMenus?m-T-h:T),this.opts.keepInViewport){var y=l+e,I=c+i;if(M&&f>y?e=g?f-y+e:d-w:!M&&y+r>f+b&&(e=g?f+b-r-y+e:w-r),g||(S>h&&I+h>v+S?i+=v+S-h-I:(h>=S||v>I)&&(i+=v-I)),g&&(I+h>v+S+.49||v>I)||!g&&h>S+.49){var x=this;t.dataSM("scroll-arrows")||t.dataSM("scroll-arrows",$([$(' ')[0],$(' ')[0]]).on({mouseenter:function(){t.dataSM("scroll").up=$(this).hasClass("scroll-up"),x.menuScroll(t)},mouseleave:function(e){x.menuScrollStop(t),x.menuScrollOut(t,e)},"mousewheel DOMMouseScroll":function(t){t.preventDefault()}}).insertAfter(t));var A=".smartmenus_scroll";if(t.dataSM("scroll",{y:this.cssTransforms3d?0:i-m,step:1,itemH:m,subH:h,arrowDownH:this.getHeight(t.dataSM("scroll-arrows").eq(1))}).on(getEventsNS({mouseover:function(e){x.menuScrollOver(t,e)},mouseout:function(e){x.menuScrollOut(t,e)},"mousewheel DOMMouseScroll":function(e){x.menuScrollMousewheel(t,e)}},A)).dataSM("scroll-arrows").css({top:"auto",left:"0",marginLeft:e+(parseInt(t.css("border-left-width"))||0),width:r-(parseInt(t.css("border-left-width"))||0)-(parseInt(t.css("border-right-width"))||0),zIndex:t.css("z-index")}).eq(g&&this.opts.bottomToTopSubMenus?0:1).show(),this.isFixed()){var C={};C[touchEvents?"touchstart touchmove touchend":"pointerdown pointermove pointerup MSPointerDown MSPointerMove MSPointerUp"]=function(e){x.menuScrollTouch(t,e)},t.css({"touch-action":"none","-ms-touch-action":"none"}).on(getEventsNS(C,A))}}}t.css({top:"auto",left:"0",marginLeft:e,marginTop:i-m})},menuScroll:function(t,e,i){var s,o=t.dataSM("scroll"),a=t.dataSM("scroll-arrows"),n=o.up?o.upEnd:o.downEnd;if(!e&&o.momentum){if(o.momentum*=.92,s=o.momentum,.5>s)return this.menuScrollStop(t),void 0}else s=i||(e||!this.opts.scrollAccelerate?this.opts.scrollStep:Math.floor(o.step));var r=t.dataSM("level");if(this.activatedItems[r-1]&&this.activatedItems[r-1].dataSM("sub")&&this.activatedItems[r-1].dataSM("sub").is(":visible")&&this.menuHideSubMenus(r-1),o.y=o.up&&o.y>=n||!o.up&&n>=o.y?o.y:Math.abs(n-o.y)>s?o.y+(o.up?s:-s):n,t.css(this.cssTransforms3d?{"-webkit-transform":"translate3d(0, "+o.y+"px, 0)",transform:"translate3d(0, "+o.y+"px, 0)"}:{marginTop:o.y}),mouse&&(o.up&&o.y>o.downEnd||!o.up&&o.y0;t.dataSM("scroll-arrows").eq(i?0:1).is(":visible")&&(t.dataSM("scroll").up=i,this.menuScroll(t,!0))}e.preventDefault()},menuScrollOut:function(t,e){mouse&&(/^scroll-(up|down)/.test((e.relatedTarget||"").className)||(t[0]==e.relatedTarget||$.contains(t[0],e.relatedTarget))&&this.getClosestMenu(e.relatedTarget)==t[0]||t.dataSM("scroll-arrows").css("visibility","hidden"))},menuScrollOver:function(t,e){if(mouse&&!/^scroll-(up|down)/.test(e.target.className)&&this.getClosestMenu(e.target)==t[0]){this.menuScrollRefreshData(t);var i=t.dataSM("scroll"),s=$(window).scrollTop()-t.dataSM("parent-a").offset().top-i.itemH;t.dataSM("scroll-arrows").eq(0).css("margin-top",s).end().eq(1).css("margin-top",s+this.getViewportHeight()-i.arrowDownH).end().css("visibility","visible")}},menuScrollRefreshData:function(t){var e=t.dataSM("scroll"),i=$(window).scrollTop()-t.dataSM("parent-a").offset().top-e.itemH;this.cssTransforms3d&&(i=-(parseFloat(t.css("margin-top"))-i)),$.extend(e,{upEnd:i,downEnd:i+this.getViewportHeight()-e.subH})},menuScrollStop:function(t){return this.scrollTimeout?(cancelAnimationFrame(this.scrollTimeout),this.scrollTimeout=0,t.dataSM("scroll").step=1,!0):void 0},menuScrollTouch:function(t,e){if(e=e.originalEvent,isTouchEvent(e)){var i=this.getTouchPoint(e);if(this.getClosestMenu(i.target)==t[0]){var s=t.dataSM("scroll");if(/(start|down)$/i.test(e.type))this.menuScrollStop(t)?(e.preventDefault(),this.$touchScrollingSub=t):this.$touchScrollingSub=null,this.menuScrollRefreshData(t),$.extend(s,{touchStartY:i.pageY,touchStartTime:e.timeStamp});else if(/move$/i.test(e.type)){var o=void 0!==s.touchY?s.touchY:s.touchStartY;if(void 0!==o&&o!=i.pageY){this.$touchScrollingSub=t;var a=i.pageY>o;void 0!==s.up&&s.up!=a&&$.extend(s,{touchStartY:i.pageY,touchStartTime:e.timeStamp}),$.extend(s,{up:a,touchY:i.pageY}),this.menuScroll(t,!0,Math.abs(i.pageY-o))}e.preventDefault()}else void 0!==s.touchY&&((s.momentum=15*Math.pow(Math.abs(i.pageY-s.touchStartY)/(e.timeStamp-s.touchStartTime),2))&&(this.menuScrollStop(t),this.menuScroll(t),e.preventDefault()),delete s.touchY)}}},menuShow:function(t){if((t.dataSM("beforefirstshowfired")||(t.dataSM("beforefirstshowfired",!0),this.$root.triggerHandler("beforefirstshow.smapi",t[0])!==!1))&&this.$root.triggerHandler("beforeshow.smapi",t[0])!==!1&&(t.dataSM("shown-before",!0),canAnimate&&t.stop(!0,!0),!t.is(":visible"))){var e=t.dataSM("parent-a"),i=this.isCollapsible();if((this.opts.keepHighlighted||i)&&e.addClass("highlighted"),i)t.removeClass("sm-nowrap").css({zIndex:"",width:"auto",minWidth:"",maxWidth:"",top:"",left:"",marginLeft:"",marginTop:""});else{if(t.css("z-index",this.zIndexInc=(this.zIndexInc||this.getStartZIndex())+1),(this.opts.subMenusMinWidth||this.opts.subMenusMaxWidth)&&(t.css({width:"auto",minWidth:"",maxWidth:""}).addClass("sm-nowrap"),this.opts.subMenusMinWidth&&t.css("min-width",this.opts.subMenusMinWidth),this.opts.subMenusMaxWidth)){var s=this.getWidth(t);t.css("max-width",this.opts.subMenusMaxWidth),s>this.getWidth(t)&&t.removeClass("sm-nowrap").css("width",this.opts.subMenusMaxWidth)}this.menuPosition(t)}var o=function(){t.css("overflow","")};i?canAnimate&&this.opts.collapsibleShowFunction?this.opts.collapsibleShowFunction.call(this,t,o):t.show(this.opts.collapsibleShowDuration,o):canAnimate&&this.opts.showFunction?this.opts.showFunction.call(this,t,o):t.show(this.opts.showDuration,o),e.attr("aria-expanded","true"),t.attr({"aria-expanded":"true","aria-hidden":"false"}),this.visibleSubMenus.push(t),this.$root.triggerHandler("show.smapi",t[0])}},popupHide:function(t){this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0);var e=this;this.hideTimeout=setTimeout(function(){e.menuHideAll()},t?1:this.opts.hideTimeout)},popupShow:function(t,e){if(!this.opts.isPopup)return alert('SmartMenus jQuery Error:\n\nIf you want to show this menu via the "popupShow" method, set the isPopup:true option.'),void 0;if(this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0),this.$root.dataSM("shown-before",!0),canAnimate&&this.$root.stop(!0,!0),!this.$root.is(":visible")){this.$root.css({left:t,top:e});var i=this,s=function(){i.$root.css("overflow","")};canAnimate&&this.opts.showFunction?this.opts.showFunction.call(this,this.$root,s):this.$root.show(this.opts.showDuration,s),this.visibleSubMenus[0]=this.$root}},refresh:function(){this.destroy(!0),this.init(!0)},rootKeyDown:function(t){if(this.handleEvents())switch(t.keyCode){case 27:var e=this.activatedItems[0];if(e){this.menuHideAll(),e[0].focus();var i=e.dataSM("sub");i&&this.menuHide(i)}break;case 32:var s=$(t.target);if(s.is("a")&&this.handleItemEvents(s)){var i=s.dataSM("sub");i&&!i.is(":visible")&&(this.itemClick({currentTarget:t.target}),t.preventDefault())}}},rootOut:function(t){if(this.handleEvents()&&!this.isTouchMode()&&t.target!=this.$root[0]&&(this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0),!this.opts.showOnClick||!this.opts.hideOnClick)){var e=this;this.hideTimeout=setTimeout(function(){e.menuHideAll()},this.opts.hideTimeout)}},rootOver:function(t){this.handleEvents()&&!this.isTouchMode()&&t.target!=this.$root[0]&&this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0)},winResize:function(t){if(this.handleEvents()){if(!("onorientationchange"in window)||"orientationchange"==t.type){var e=this.isCollapsible();this.wasCollapsible&&e||(this.activatedItems.length&&this.activatedItems[this.activatedItems.length-1][0].blur(),this.menuHideAll()),this.wasCollapsible=e}}else if(this.$disableOverlay){var i=this.$root.offset();this.$disableOverlay.css({top:i.top,left:i.left,width:this.$root.outerWidth(),height:this.$root.outerHeight()})}}}}),$.fn.dataSM=function(t,e){return e?this.data(t+"_smartmenus",e):this.data(t+"_smartmenus")},$.fn.removeDataSM=function(t){return this.removeData(t+"_smartmenus")},$.fn.smartmenus=function(options){if("string"==typeof options){var args=arguments,method=options;return Array.prototype.shift.call(args),this.each(function(){var t=$(this).data("smartmenus");t&&t[method]&&t[method].apply(t,args)})}return this.each(function(){var dataOpts=$(this).data("sm-options")||null;if(dataOpts)try{dataOpts=eval("("+dataOpts+")")}catch(e){dataOpts=null,alert('ERROR\n\nSmartMenus jQuery init:\nInvalid "data-sm-options" attribute value syntax.')}new $.SmartMenus(this,$.extend({},$.fn.smartmenus.defaults,options,dataOpts))})},$.fn.smartmenus.defaults={isPopup:!1,mainMenuSubOffsetX:0,mainMenuSubOffsetY:0,subMenusSubOffsetX:0,subMenusSubOffsetY:0,subMenusMinWidth:"10em",subMenusMaxWidth:"20em",subIndicators:!0,subIndicatorsPos:"append",subIndicatorsText:"",scrollStep:30,scrollAccelerate:!0,showTimeout:250,hideTimeout:500,showDuration:0,showFunction:null,hideDuration:0,hideFunction:function(t,e){t.fadeOut(200,e)},collapsibleShowDuration:0,collapsibleShowFunction:function(t,e){t.slideDown(200,e)},collapsibleHideDuration:0,collapsibleHideFunction:function(t,e){t.slideUp(200,e)},showOnClick:!1,hideOnClick:!0,noMouseOver:!1,keepInViewport:!0,keepHighlighted:!0,markCurrentItem:!1,markCurrentTree:!0,rightToLeftSubMenus:!1,bottomToTopSubMenus:!1,collapsibleBehavior:"default"},$});
\ No newline at end of file
diff --git a/docs/doxygen/html/md_CONTRIBUTING.html b/docs/doxygen/html/md_CONTRIBUTING.html
deleted file mode 100644
index 4da654ee..00000000
--- a/docs/doxygen/html/md_CONTRIBUTING.html
+++ /dev/null
@@ -1,108 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: Contributing
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-This is a check list to go through before merging any PR:
-
-Make sure everything builds with & without shared libs
-Run clang-format on ALL files of the project (use format-project.sh)
-Delete html folder and run make_doxygen.sh in docs/doxygen to update the website
-Wrap all implemented interface functions for Python in Wrapping/pyWrap.cpp
-IMPORTANT: Check the ReadMe file in / to make sure nothing changed
-
-
-
-
-
-
-
-
diff --git a/docs/doxygen/html/menu.js b/docs/doxygen/html/menu.js
deleted file mode 100644
index 54e81cf1..00000000
--- a/docs/doxygen/html/menu.js
+++ /dev/null
@@ -1,127 +0,0 @@
-/*
- @licstart The following is the entire license notice for the JavaScript code in this file.
-
- The MIT License (MIT)
-
- Copyright (C) 1997-2020 by Dimitri van Heesch
-
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software
- and associated documentation files (the "Software"), to deal in the Software without restriction,
- including without limitation the rights to use, copy, modify, merge, publish, distribute,
- sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all copies or
- substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
- BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
- @licend The above is the entire license notice for the JavaScript code in this file
- */
-function initMenu(relPath,searchEnabled,serverSide,searchPage,search) {
- function makeTree(data,relPath) {
- var result='';
- if ('children' in data) {
- result+='';
- }
- return result;
- }
- var searchBox;
- if (searchEnabled) {
- if (serverSide) {
- searchBox='';
- } else {
- searchBox=''+
- '
'+
- ' '+
- ' '+
- ' '+
- '
'+
- ' '
- ''
- '
';
- }
- }
-
- $('#main-nav').before(' '+
- ''+
- ' '+
- 'Toggle main menu visibility '+
- ' '+
- '
');
- $('#main-nav').append(makeTree(menudata,relPath));
- $('#main-nav').children(':first').addClass('sm sm-dox').attr('id','main-menu');
- if (searchBox) {
- $('#main-menu').append(' ');
- }
- var $mainMenuState = $('#main-menu-state');
- var prevWidth = 0;
- if ($mainMenuState.length) {
- function initResizableIfExists() {
- if (typeof initResizable==='function') initResizable();
- }
- // animate mobile menu
- $mainMenuState.change(function(e) {
- var $menu = $('#main-menu');
- var options = { duration: 250, step: initResizableIfExists };
- if (this.checked) {
- options['complete'] = function() { $menu.css('display', 'block') };
- $menu.hide().slideDown(options);
- } else {
- options['complete'] = function() { $menu.css('display', 'none') };
- $menu.show().slideUp(options);
- }
- });
- // set default menu visibility
- function resetState() {
- var $menu = $('#main-menu');
- var $mainMenuState = $('#main-menu-state');
- var newWidth = $(window).outerWidth();
- if (newWidth!=prevWidth) {
- if ($(window).outerWidth()<768) {
- $mainMenuState.prop('checked',false); $menu.hide();
- $('#searchBoxPos1').html(searchBox);
- $('#searchBoxPos2').hide();
- } else {
- $menu.show();
- $('#searchBoxPos1').empty();
- $('#searchBoxPos2').html(searchBox);
- $('#searchBoxPos2').show();
- }
- prevWidth = newWidth;
- }
- }
- $(window).ready(function() { resetState(); initResizableIfExists(); });
- $(window).resize(resetState);
- }
- $('#main-menu').smartmenus();
-}
-/* @license-end */
diff --git a/docs/doxygen/html/menudata.js b/docs/doxygen/html/menudata.js
deleted file mode 100644
index 00fd3b9b..00000000
--- a/docs/doxygen/html/menudata.js
+++ /dev/null
@@ -1,140 +0,0 @@
-/*
- @licstart The following is the entire license notice for the JavaScript code in this file.
-
- The MIT License (MIT)
-
- Copyright (C) 1997-2020 by Dimitri van Heesch
-
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software
- and associated documentation files (the "Software"), to deal in the Software without restriction,
- including without limitation the rights to use, copy, modify, merge, publish, distribute,
- sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all copies or
- substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
- BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
- @licend The above is the entire license notice for the JavaScript code in this file
-*/
-var menudata={children:[
-{text:"Main Page",url:"index.html"},
-{text:"Related Pages",url:"pages.html"},
-{text:"Namespaces",url:"namespaces.html",children:[
-{text:"Namespace List",url:"namespaces.html"},
-{text:"Namespace Members",url:"namespacemembers.html",children:[
-{text:"All",url:"namespacemembers.html",children:[
-{text:"a",url:"namespacemembers.html#index_a"},
-{text:"b",url:"namespacemembers.html#index_b"},
-{text:"c",url:"namespacemembers.html#index_c"},
-{text:"d",url:"namespacemembers.html#index_d"},
-{text:"e",url:"namespacemembers.html#index_e"},
-{text:"g",url:"namespacemembers.html#index_g"},
-{text:"i",url:"namespacemembers.html#index_i"},
-{text:"m",url:"namespacemembers.html#index_m"},
-{text:"n",url:"namespacemembers.html#index_n"},
-{text:"o",url:"namespacemembers.html#index_o"},
-{text:"p",url:"namespacemembers.html#index_p"},
-{text:"r",url:"namespacemembers.html#index_r"},
-{text:"s",url:"namespacemembers.html#index_s"},
-{text:"t",url:"namespacemembers.html#index_t"},
-{text:"v",url:"namespacemembers.html#index_v"}]},
-{text:"Functions",url:"namespacemembers_func.html"},
-{text:"Variables",url:"namespacemembers_vars.html",children:[
-{text:"a",url:"namespacemembers_vars.html#index_a"},
-{text:"b",url:"namespacemembers_vars.html#index_b"},
-{text:"c",url:"namespacemembers_vars.html#index_c"},
-{text:"d",url:"namespacemembers_vars.html#index_d"},
-{text:"e",url:"namespacemembers_vars.html#index_e"},
-{text:"g",url:"namespacemembers_vars.html#index_g"},
-{text:"m",url:"namespacemembers_vars.html#index_m"},
-{text:"n",url:"namespacemembers_vars.html#index_n"},
-{text:"o",url:"namespacemembers_vars.html#index_o"},
-{text:"p",url:"namespacemembers_vars.html#index_p"},
-{text:"s",url:"namespacemembers_vars.html#index_s"},
-{text:"t",url:"namespacemembers_vars.html#index_t"},
-{text:"v",url:"namespacemembers_vars.html#index_v"}]},
-{text:"Typedefs",url:"namespacemembers_type.html"},
-{text:"Enumerations",url:"namespacemembers_enum.html"}]}]},
-{text:"Classes",url:"annotated.html",children:[
-{text:"Class List",url:"annotated.html"},
-{text:"Class Index",url:"classes.html"},
-{text:"Class Hierarchy",url:"hierarchy.html"},
-{text:"Class Members",url:"functions.html",children:[
-{text:"All",url:"functions.html",children:[
-{text:"a",url:"functions.html#index_a"},
-{text:"b",url:"functions_b.html#index_b"},
-{text:"c",url:"functions_c.html#index_c"},
-{text:"d",url:"functions_d.html#index_d"},
-{text:"e",url:"functions_e.html#index_e"},
-{text:"f",url:"functions_f.html#index_f"},
-{text:"g",url:"functions_g.html#index_g"},
-{text:"h",url:"functions_h.html#index_h"},
-{text:"i",url:"functions_i.html#index_i"},
-{text:"l",url:"functions_l.html#index_l"},
-{text:"m",url:"functions_m.html#index_m"},
-{text:"n",url:"functions_n.html#index_n"},
-{text:"o",url:"functions_o.html#index_o"},
-{text:"p",url:"functions_p.html#index_p"},
-{text:"r",url:"functions_r.html#index_r"},
-{text:"s",url:"functions_s.html#index_s"},
-{text:"t",url:"functions_t.html#index_t"},
-{text:"v",url:"functions_v.html#index_v"},
-{text:"w",url:"functions_w.html#index_w"},
-{text:"~",url:"functions_~.html#index__7E"}]},
-{text:"Functions",url:"functions_func.html",children:[
-{text:"a",url:"functions_func.html#index_a"},
-{text:"b",url:"functions_func_b.html#index_b"},
-{text:"c",url:"functions_func_c.html#index_c"},
-{text:"d",url:"functions_func_d.html#index_d"},
-{text:"e",url:"functions_func_e.html#index_e"},
-{text:"f",url:"functions_func_f.html#index_f"},
-{text:"g",url:"functions_func_g.html#index_g"},
-{text:"i",url:"functions_func_i.html#index_i"},
-{text:"l",url:"functions_func_l.html#index_l"},
-{text:"m",url:"functions_func_m.html#index_m"},
-{text:"n",url:"functions_func_n.html#index_n"},
-{text:"o",url:"functions_func_o.html#index_o"},
-{text:"p",url:"functions_func_p.html#index_p"},
-{text:"r",url:"functions_func_r.html#index_r"},
-{text:"s",url:"functions_func_s.html#index_s"},
-{text:"t",url:"functions_func_t.html#index_t"},
-{text:"v",url:"functions_func_v.html#index_v"},
-{text:"w",url:"functions_func_w.html#index_w"},
-{text:"~",url:"functions_func_~.html#index__7E"}]},
-{text:"Variables",url:"functions_vars.html",children:[
-{text:"a",url:"functions_vars.html#index_a"},
-{text:"c",url:"functions_vars.html#index_c"},
-{text:"d",url:"functions_vars.html#index_d"},
-{text:"f",url:"functions_vars.html#index_f"},
-{text:"g",url:"functions_vars.html#index_g"},
-{text:"h",url:"functions_vars.html#index_h"},
-{text:"l",url:"functions_vars.html#index_l"},
-{text:"m",url:"functions_vars.html#index_m"},
-{text:"n",url:"functions_vars.html#index_n"},
-{text:"o",url:"functions_vars.html#index_o"},
-{text:"p",url:"functions_vars.html#index_p"},
-{text:"r",url:"functions_vars.html#index_r"},
-{text:"s",url:"functions_vars.html#index_s"},
-{text:"t",url:"functions_vars.html#index_t"},
-{text:"v",url:"functions_vars.html#index_v"}]},
-{text:"Typedefs",url:"functions_type.html"}]}]},
-{text:"Files",url:"files.html",children:[
-{text:"File List",url:"files.html"},
-{text:"File Members",url:"globals.html",children:[
-{text:"All",url:"globals.html",children:[
-{text:"l",url:"globals.html#index_l"},
-{text:"m",url:"globals.html#index_m"},
-{text:"n",url:"globals.html#index_n"},
-{text:"p",url:"globals.html#index_p"}]},
-{text:"Functions",url:"globals_func.html"},
-{text:"Variables",url:"globals_vars.html"},
-{text:"Typedefs",url:"globals_type.html"},
-{text:"Enumerations",url:"globals_enum.html"},
-{text:"Macros",url:"globals_defs.html"}]}]},
-{text:"Examples",url:"examples.html"}]}
diff --git a/docs/doxygen/html/namespaceAirGapDeposition.html b/docs/doxygen/html/namespaceAirGapDeposition.html
deleted file mode 100644
index db749f1d..00000000
--- a/docs/doxygen/html/namespaceAirGapDeposition.html
+++ /dev/null
@@ -1,400 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: AirGapDeposition Namespace Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
◆ advectionKernel
-
-
-
-
-
- AirGapDeposition.advectionKernel
-
-
-
-
-
-
◆ boundaryCons
-
-
-
-
-
- tuple AirGapDeposition.boundaryCons
-
-
-
-
-
-
◆ bounds
-
-
-
-
-
- tuple AirGapDeposition.bounds
-
-
-
-
-
-
◆ extent
-
-
-
-
-
- int AirGapDeposition.extent
-
-
-
-
-
-
◆ gridDelta
-
-
-
-
-
- float AirGapDeposition.gridDelta
-
-
-
-
-
-
◆ maxCorner
-
-
-
-
-
- tuple AirGapDeposition.maxCorner
-
-
-
-
-
-
◆ mesh
-
-
-
-
-
- AirGapDeposition.mesh
-
-
-
-
-
-
◆ minCorner
-
-
-
-
-
- tuple AirGapDeposition.minCorner
-
-
-
-
-
-
◆ newLayer
-
-
-
-
-
- AirGapDeposition.newLayer
-
-
-
-
-
-
◆ numberOfSteps
-
-
-
-
-
- int AirGapDeposition.numberOfSteps
-
-
-
-
-
-
◆ origin
-
-
-
-
-
- tuple AirGapDeposition.origin
-
-
-
-
-
-
◆ passedTime
-
-
-
-
-
- int AirGapDeposition.passedTime
-
-
-
-
-
-
◆ planeNormal
-
-
-
-
-
- tuple AirGapDeposition.planeNormal
-
-
-
-
-
-
◆ substrate
-
-
-
-
-
- AirGapDeposition.substrate
-
-
-
-
-
-
◆ trench
-
-
-
-
-
- AirGapDeposition.trench
-
-
-
-
-
-
◆ velocities
-
-
-
-
-
- AirGapDeposition.velocities
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/doxygen/html/namespaceAirGapDeposition.js b/docs/doxygen/html/namespaceAirGapDeposition.js
deleted file mode 100644
index 1c604f71..00000000
--- a/docs/doxygen/html/namespaceAirGapDeposition.js
+++ /dev/null
@@ -1,20 +0,0 @@
-var namespaceAirGapDeposition =
-[
- [ "velocityField", "classAirGapDeposition_1_1velocityField.html", "classAirGapDeposition_1_1velocityField" ],
- [ "advectionKernel", "namespaceAirGapDeposition.html#a5b4e34f279dffcb1b991e19b37c690f0", null ],
- [ "boundaryCons", "namespaceAirGapDeposition.html#a0a16a1d4a9f90f67f7251d38034723e0", null ],
- [ "bounds", "namespaceAirGapDeposition.html#a4ed932eb04869593914daf91837d5e08", null ],
- [ "extent", "namespaceAirGapDeposition.html#ad57d3494da9650c7081894b7de007eba", null ],
- [ "gridDelta", "namespaceAirGapDeposition.html#a2298757d8b928ab18a132ed7e268679b", null ],
- [ "maxCorner", "namespaceAirGapDeposition.html#a7e6fb0e6e3965c24e43e33753cc4c2b4", null ],
- [ "mesh", "namespaceAirGapDeposition.html#ab170b9d309c41a6a8f385caf53068bfa", null ],
- [ "minCorner", "namespaceAirGapDeposition.html#ae202b9c552c69548274e05624dc8c47b", null ],
- [ "newLayer", "namespaceAirGapDeposition.html#ae4c15d7b109cfa0500c2e84e79c19ef6", null ],
- [ "numberOfSteps", "namespaceAirGapDeposition.html#aad04fd5c5532665c5eee936cd2681b74", null ],
- [ "origin", "namespaceAirGapDeposition.html#ae54fe602ea6ed9d4d67fc74791f536c5", null ],
- [ "passedTime", "namespaceAirGapDeposition.html#a86904a08b62cc0d346f96b5a7609263e", null ],
- [ "planeNormal", "namespaceAirGapDeposition.html#a8f9a128eb4d3a446d178e6756691d08e", null ],
- [ "substrate", "namespaceAirGapDeposition.html#a00dc73663e030fed6bb40169ef4070b6", null ],
- [ "trench", "namespaceAirGapDeposition.html#adc994ddcd49604c115802be0b6394a33", null ],
- [ "velocities", "namespaceAirGapDeposition.html#ad5dc2abed0befd354f65157811efd227", null ]
-];
\ No newline at end of file
diff --git a/docs/doxygen/html/namespaceDeposition.html b/docs/doxygen/html/namespaceDeposition.html
deleted file mode 100644
index 9458c83c..00000000
--- a/docs/doxygen/html/namespaceDeposition.html
+++ /dev/null
@@ -1,370 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: Deposition Namespace Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
◆ advectionKernel
-
-
-
-
-
- Deposition.advectionKernel
-
-
-
-
-
-
-
-
◆ boundaryCons
-
-
-
-
-
- tuple Deposition.boundaryCons
-
-
-
-
-
-
-
-
◆ bounds
-
-
-
-
-
- tuple Deposition.bounds
-
-
-
-
-
-
-
-
◆ counter
-
-
-
-
-
- int Deposition.counter
-
-
-
-
-
-
◆ extent
-
-
-
-
-
- int Deposition.extent
-
-
-
-
-
-
-
-
◆ gridDelta
-
-
-
-
-
- float Deposition.gridDelta
-
-
-
-
-
-
-
-
◆ maxCorner
-
-
-
-
-
- tuple Deposition.maxCorner
-
-
-
-
-
-
-
-
◆ mesh
-
-
-
-
◆ minCorner
-
-
-
-
-
- tuple Deposition.minCorner
-
-
-
-
-
-
-
-
◆ newLayer
-
-
-
-
-
- Deposition.newLayer
-
-
-
-
-
-
-
-
◆ origin
-
-
-
-
-
- tuple Deposition.origin
-
-
-
-
-
-
-
-
◆ passedTime
-
-
-
-
-
- int Deposition.passedTime
-
-
-
-
-
-
-
-
◆ planeNormal
-
-
-
-
-
- tuple Deposition.planeNormal
-
-
-
-
-
-
-
-
◆ substrate
-
-
-
-
-
- Deposition.substrate
-
-
-
-
-
-
-
-
◆ trench
-
-
-
-
-
- Deposition.trench
-
-
-
-
-
-
-
-
◆ velocities
-
-
-
-
-
- Deposition.velocities
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/doxygen/html/namespaceDeposition.js b/docs/doxygen/html/namespaceDeposition.js
deleted file mode 100644
index 34b8ae9c..00000000
--- a/docs/doxygen/html/namespaceDeposition.js
+++ /dev/null
@@ -1,20 +0,0 @@
-var namespaceDeposition =
-[
- [ "velocityField", "classDeposition_1_1velocityField.html", "classDeposition_1_1velocityField" ],
- [ "advectionKernel", "namespaceDeposition.html#a6f4170d2c9e1329b971b2ee1ae1d7164", null ],
- [ "boundaryCons", "namespaceDeposition.html#aa65393a8f7e2b0fd80d5cf1cb7dcf951", null ],
- [ "bounds", "namespaceDeposition.html#a554727b209466cd83d3f7d3316d88d6c", null ],
- [ "counter", "namespaceDeposition.html#a832bc85f44adbf2f1ef86c55a5482e90", null ],
- [ "extent", "namespaceDeposition.html#a2091a9e8efc556060c6a3fe0e2a71191", null ],
- [ "gridDelta", "namespaceDeposition.html#a388a3ed8b0b67bec94970f23ad4fe042", null ],
- [ "maxCorner", "namespaceDeposition.html#acfc1b4da91a51db88736546ef5d6ecaa", null ],
- [ "mesh", "namespaceDeposition.html#a8725affaf165a7612eae4f80807f9789", null ],
- [ "minCorner", "namespaceDeposition.html#a871e02f9e0fc93e250d34bb0662f288b", null ],
- [ "newLayer", "namespaceDeposition.html#a448222c801fb513e47426d6adcbadcbd", null ],
- [ "origin", "namespaceDeposition.html#acdb3f1e89daecbef98d6f71113c249fd", null ],
- [ "passedTime", "namespaceDeposition.html#a9df7fa526473e45109729f2dd37fbbb6", null ],
- [ "planeNormal", "namespaceDeposition.html#a822cb2e71c77b4c9815adba4e890b8d7", null ],
- [ "substrate", "namespaceDeposition.html#a68c03f351e1469988a55e41eba8b288f", null ],
- [ "trench", "namespaceDeposition.html#a926efaf965f4ac96389fe463ccf0b7be", null ],
- [ "velocities", "namespaceDeposition.html#ae57e21d1dc9de847941bc81607c8849e", null ]
-];
\ No newline at end of file
diff --git a/docs/doxygen/html/namespaceGeometricAdvection.html b/docs/doxygen/html/namespaceGeometricAdvection.html
deleted file mode 100644
index 70e00187..00000000
--- a/docs/doxygen/html/namespaceGeometricAdvection.html
+++ /dev/null
@@ -1,316 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: GeometricAdvection Namespace Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
◆ boundaryCons
-
-
-
-
-
- tuple GeometricAdvection.boundaryCons
-
-
-
-
-
-
-
-
◆ bounds
-
-
-
-
-
- tuple GeometricAdvection.bounds
-
-
-
-
-
-
-
-
◆ dist
-
-
-
-
-
- GeometricAdvection.dist
-
-
-
-
-
-
◆ extent
-
-
-
-
-
- int GeometricAdvection.extent
-
-
-
-
-
-
-
-
◆ gridDelta
-
-
-
-
-
- float GeometricAdvection.gridDelta
-
-
-
-
-
-
-
-
◆ maxCorner
-
-
-
-
-
- tuple GeometricAdvection.maxCorner
-
-
-
-
-
-
-
-
◆ mesh
-
-
-
-
-
- GeometricAdvection.mesh
-
-
-
-
-
-
-
-
◆ minCorner
-
-
-
-
-
- tuple GeometricAdvection.minCorner
-
-
-
-
-
-
-
-
◆ newLayer
-
-
-
-
-
- GeometricAdvection.newLayer
-
-
-
-
-
-
-
-
◆ origin
-
-
-
-
-
- tuple GeometricAdvection.origin
-
-
-
-
-
-
-
-
◆ planeNormal
-
-
-
-
-
- tuple GeometricAdvection.planeNormal
-
-
-
-
-
-
-
-
◆ substrate
-
-
-
-
-
- GeometricAdvection.substrate
-
-
-
-
-
-
-
-
◆ trench
-
-
-
-
-
- GeometricAdvection.trench
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/doxygen/html/namespacelsConcepts.html b/docs/doxygen/html/namespacelsConcepts.html
deleted file mode 100644
index 69745d95..00000000
--- a/docs/doxygen/html/namespacelsConcepts.html
+++ /dev/null
@@ -1,227 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: lsConcepts Namespace Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-using AssignType = std::nullptr_t
-
-template<class Base , class Derived >
-using IsBaseOf = std::enable_if_t< std::is_base_of< Base, Derived >::value, AssignType >
-
-template<class A , class B >
-using IsSame = std::enable_if_t< std::is_same< A, B >::value, AssignType >
-
-template<class A , class B >
-using IsNotSame = std::enable_if_t<!std::is_same< A, B >::value, AssignType >
-
-template<class T >
-using IsFloatingPoint = std::enable_if_t< std::is_floating_point< T >::value, AssignType >
-
-
-
-
-
◆ AssignType
-
-
-
-
◆ IsBaseOf
-
-
-
-
-template<class Base , class Derived >
-
-
-
-
-
-
-
◆ IsFloatingPoint
-
-
-
-
-template<class T >
-
-
-
-
-
-
-
◆ IsNotSame
-
-
-
-
-template<class A , class B >
-
-
-
-
-
-
-
◆ IsSame
-
-
-
-
-template<class A , class B >
-
-
-
-
-
-
-
-
◆ assignable
-
-
-
-
-
-
-
-
- constexpr AssignType lsConcepts::assignable
-
-
-
-
-inline constexpr
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/doxygen/html/namespacelsInternal.html b/docs/doxygen/html/namespacelsInternal.html
deleted file mode 100644
index 77940b6c..00000000
--- a/docs/doxygen/html/namespacelsInternal.html
+++ /dev/null
@@ -1,530 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: lsInternal Namespace Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-class lsEnquistOsher
- Engquist osher integration scheme based on the upwind integration scheme. Offers high performance but lower accuracy for complex velocity fields. More...
-
-class lsFiniteDifferences
-
-class lsGraph
-
-class lsLaxFriedrichs
- Lax Friedrichs integration scheme with constant alpha value for dissipation. This alpha value should be fitted based on the results of the advection and passed to the advection Kernel. More...
-
-class lsLocalLaxFriedrichs
- Lax Friedrichs integration scheme, which uses a first neighbour stencil to calculate the alpha values for all neighbours. The largest alpha value is then chosen for dissipation. Slower than lsLocalLocalLaxFriedrichs or lsEngquistOsher but more reliable for complex velocity fields. More...
-
-class lsLocalLaxFriedrichsAnalytical
- Lax Friedrichs integration scheme, which uses alpha values provided by the user in getDissipationAlphas in lsVelocityField . If it is possible to derive analytical solutions for the velocityField and the alpha values, this integration scheme should be used and never otherwise. More...
-
-class lsLocalLocalLaxFriedrichs
- Lax Friedrichs integration scheme, which considers only the current point for alpha calculation. Faster than lsLocalLaxFriedrichs but not as accurate. More...
-
-class lsMarchingCubes
- Helper class for lsToSurfaceMesh . Should not be used directly. More...
-
-class lsStencilLocalLaxFriedrichsScalar
- Stencil Local Lax Friedrichs Integration Scheme. It uses a stencil of order around active points, in order to evaluate dissipation values for each point, taking into account the mathematical nature of the speed function. see Toifl et al., 2019. ISBN: 978-1-7281-0938-1; DOI: 10.1109/SISPAD.2019.8870443. More...
-
-
-
-enum class DifferentiationSchemeEnum : unsigned {
- FIRST_ORDER
-, SECOND_ORDER
-, WENO3
-, WENO5
-,
- FIRST_ORDER
-, SECOND_ORDER
-, WENO3
-, WENO5
-
- }
-
-enum class DifferentiationSchemeEnum : unsigned {
- FIRST_ORDER
-, SECOND_ORDER
-, WENO3
-, WENO5
-,
- FIRST_ORDER
-, SECOND_ORDER
-, WENO3
-, WENO5
-
- }
-
-
-
-template<class It >
-double squareSumSquare (It begin, It end)
- Returns the squared sum square for values in the range [start, end[. More...
-
-template<class It >
-double rootSumSquarePow3 (It begin, It end)
- Returns the root sum square to the 3rd power for values in the range [start, end[. More...
-
-template<class T , std::size_t N>
-double meanCurvature2D (std::array< T, N > funcValues)
- Mean curvature formula for implicit surfaces in 2D, the passed array should contain the function values in the following order: (F_x, F_y, F_z, F_xx, F_yy, F_zz, F_xy, F_yz, F_zx) More...
-
-template<class T , std::size_t N>
-double meanCurvature3D (std::array< T, N > funcValues)
- Mean curvature formula for implicit surfaces in 3D, the passed array should contain the function values in the following order: (F_x, F_y, F_z, F_xx, F_yy, F_zz, F_xy, F_yz, F_zx) More...
-
-template<class T , std::size_t N>
-double gaussianCurvature3D (std::array< T, N > funcValues)
- Gaussian curvature formula for implicit surfaces in 3D, the passed array should contain the function values in the following order: (F_x, F_y, F_z, F_xx, F_yy, F_zz, F_xy, F_yz, F_zx) More...
-
-template<class It , class T = typename It::DomainType::hrleValueType>
-std::array< T, 9 > smallStencilFromIterator (It &it, const double gridDelta)
- Fills an std::array with differential values calculated from neighbour values. This stencil only uses direct neighbours for fast calculation of the differentials. More...
-
-template<class It , class T = typename It::DomainType::hrleValueType>
-std::array< T, 9 > bigStencilFromIterator (It &it, const double gridDelta)
- Fills an std::array with differential values calculated from neighbour values. This stencil also uses diagonal neighbours to achieve a higher accuracy. More...
-
-template<class It , class T = typename It::DomainType::hrleValueType>
-T meanCurvature (It &it, bool bigStencil=false)
- Calculates the Mean Curvature of the level set function from a suitable hrle iterator. Requires an iterator that is big enough to calculate second order derivatives(e.g. hrleBoxIterator or hrleCartesianPlaneIterator) More...
-
-template<class It , class T = typename It::DomainType::hrleValueType>
-T gaussianCurvature (It &it, bool bigStencil=false)
- Calculates the Gaussian Curvature of the level set function from a suitable hrle iterator. Requires an iterator that is big enough to calculate second order derivatives(e.g. hrleBoxIterator or hrleCartesianPlaneIterator) More...
-
-
-
-
-
◆ DifferentiationSchemeEnum [1/2]
-
-
-
-
-Enumerator FIRST_ORDER
- SECOND_ORDER
- WENO3
- WENO5
- FIRST_ORDER
- SECOND_ORDER
- WENO3
- WENO5
-
-
-
-
-
-
◆ DifferentiationSchemeEnum [2/2]
-
-
-
-
-Enumerator FIRST_ORDER
- SECOND_ORDER
- WENO3
- WENO5
- FIRST_ORDER
- SECOND_ORDER
- WENO3
- WENO5
-
-
-
-
-
-
-
◆ bigStencilFromIterator()
-
-
-
-
-template<class It , class T = typename It::DomainType::hrleValueType>
-
-
- std::array< T, 9 > lsInternal::bigStencilFromIterator
- (
- It &
- it ,
-
-
-
-
- const double
- gridDelta
-
-
-
- )
-
-
-
-
-
-
Fills an std::array with differential values calculated from neighbour values. This stencil also uses diagonal neighbours to achieve a higher accuracy.
-
-
-
-
-
◆ gaussianCurvature()
-
-
-
-
-template<class It , class T = typename It::DomainType::hrleValueType>
-
-
- T lsInternal::gaussianCurvature
- (
- It &
- it ,
-
-
-
-
- bool
- bigStencil = false
-
-
-
- )
-
-
-
-
-
-
Calculates the Gaussian Curvature of the level set function from a suitable hrle iterator. Requires an iterator that is big enough to calculate second order derivatives(e.g. hrleBoxIterator or hrleCartesianPlaneIterator)
-
-
-
-
-
◆ gaussianCurvature3D()
-
-
-
-
-template<class T , std::size_t N>
-
-
- double lsInternal::gaussianCurvature3D
- (
- std::array< T, N >
- funcValues )
-
-
-
-
-
-
Gaussian curvature formula for implicit surfaces in 3D, the passed array should contain the function values in the following order: (F_x, F_y, F_z, F_xx, F_yy, F_zz, F_xy, F_yz, F_zx)
-
-
-
-
-
◆ meanCurvature()
-
-
-
-
-template<class It , class T = typename It::DomainType::hrleValueType>
-
-
- T lsInternal::meanCurvature
- (
- It &
- it ,
-
-
-
-
- bool
- bigStencil = false
-
-
-
- )
-
-
-
-
-
-
Calculates the Mean Curvature of the level set function from a suitable hrle iterator. Requires an iterator that is big enough to calculate second order derivatives(e.g. hrleBoxIterator or hrleCartesianPlaneIterator)
-
-
-
-
-
◆ meanCurvature2D()
-
-
-
-
-template<class T , std::size_t N>
-
-
- double lsInternal::meanCurvature2D
- (
- std::array< T, N >
- funcValues )
-
-
-
-
-
-
Mean curvature formula for implicit surfaces in 2D, the passed array should contain the function values in the following order: (F_x, F_y, F_z, F_xx, F_yy, F_zz, F_xy, F_yz, F_zx)
-
-
-
-
-
◆ meanCurvature3D()
-
-
-
-
-template<class T , std::size_t N>
-
-
- double lsInternal::meanCurvature3D
- (
- std::array< T, N >
- funcValues )
-
-
-
-
-
-
Mean curvature formula for implicit surfaces in 3D, the passed array should contain the function values in the following order: (F_x, F_y, F_z, F_xx, F_yy, F_zz, F_xy, F_yz, F_zx)
-
-
-
-
-
◆ rootSumSquarePow3()
-
-
-
-
-template<class It >
-
-
- double lsInternal::rootSumSquarePow3
- (
- It
- begin ,
-
-
-
-
- It
- end
-
-
-
- )
-
-
-
-
-
-
Returns the root sum square to the 3rd power for values in the range [start, end[.
-
-
-
-
-
◆ smallStencilFromIterator()
-
-
-
-
-template<class It , class T = typename It::DomainType::hrleValueType>
-
-
- std::array< T, 9 > lsInternal::smallStencilFromIterator
- (
- It &
- it ,
-
-
-
-
- const double
- gridDelta
-
-
-
- )
-
-
-
-
-
-
Fills an std::array with differential values calculated from neighbour values. This stencil only uses direct neighbours for fast calculation of the differentials.
-
-
-
-
-
◆ squareSumSquare()
-
-
-
-
-template<class It >
-
-
- double lsInternal::squareSumSquare
- (
- It
- begin ,
-
-
-
-
- It
- end
-
-
-
- )
-
-
-
-
-
-
Returns the squared sum square for values in the range [start, end[.
-
-
-
-
-
-
-
-
-
diff --git a/docs/doxygen/html/namespacelsInternal.js b/docs/doxygen/html/namespacelsInternal.js
deleted file mode 100644
index c4a1194e..00000000
--- a/docs/doxygen/html/namespacelsInternal.js
+++ /dev/null
@@ -1,44 +0,0 @@
-var namespacelsInternal =
-[
- [ "advect", "namespacelsInternal_1_1advect.html", [
- [ "reduceTimeStepHamiltonJacobi", "namespacelsInternal_1_1advect.html#a55518456d0d4959c618121a07da6ff22", null ]
- ] ],
- [ "lsEnquistOsher", "classlsInternal_1_1lsEnquistOsher.html", "classlsInternal_1_1lsEnquistOsher" ],
- [ "lsFiniteDifferences", "classlsInternal_1_1lsFiniteDifferences.html", "classlsInternal_1_1lsFiniteDifferences" ],
- [ "lsGraph", "classlsInternal_1_1lsGraph.html", "classlsInternal_1_1lsGraph" ],
- [ "lsLaxFriedrichs", "classlsInternal_1_1lsLaxFriedrichs.html", "classlsInternal_1_1lsLaxFriedrichs" ],
- [ "lsLocalLaxFriedrichs", "classlsInternal_1_1lsLocalLaxFriedrichs.html", "classlsInternal_1_1lsLocalLaxFriedrichs" ],
- [ "lsLocalLaxFriedrichsAnalytical", "classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html", "classlsInternal_1_1lsLocalLaxFriedrichsAnalytical" ],
- [ "lsLocalLocalLaxFriedrichs", "classlsInternal_1_1lsLocalLocalLaxFriedrichs.html", "classlsInternal_1_1lsLocalLocalLaxFriedrichs" ],
- [ "lsMarchingCubes", "classlsInternal_1_1lsMarchingCubes.html", "classlsInternal_1_1lsMarchingCubes" ],
- [ "lsStencilLocalLaxFriedrichsScalar", "classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html", "classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar" ],
- [ "DifferentiationSchemeEnum", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7", [
- [ "FIRST_ORDER", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a381be4beabc209c2c0999eabbfcaa16b", null ],
- [ "SECOND_ORDER", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a69d00beda0858745a9f4459133568c87", null ],
- [ "WENO3", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a48827877b1f4c91171ef2d17aaeeb9ca", null ],
- [ "WENO5", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7adf9e08f10584e71c9abf514864a47f99", null ],
- [ "FIRST_ORDER", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a381be4beabc209c2c0999eabbfcaa16b", null ],
- [ "SECOND_ORDER", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a69d00beda0858745a9f4459133568c87", null ],
- [ "WENO3", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a48827877b1f4c91171ef2d17aaeeb9ca", null ],
- [ "WENO5", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7adf9e08f10584e71c9abf514864a47f99", null ]
- ] ],
- [ "DifferentiationSchemeEnum", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7", [
- [ "FIRST_ORDER", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a381be4beabc209c2c0999eabbfcaa16b", null ],
- [ "SECOND_ORDER", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a69d00beda0858745a9f4459133568c87", null ],
- [ "WENO3", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a48827877b1f4c91171ef2d17aaeeb9ca", null ],
- [ "WENO5", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7adf9e08f10584e71c9abf514864a47f99", null ],
- [ "FIRST_ORDER", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a381be4beabc209c2c0999eabbfcaa16b", null ],
- [ "SECOND_ORDER", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a69d00beda0858745a9f4459133568c87", null ],
- [ "WENO3", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a48827877b1f4c91171ef2d17aaeeb9ca", null ],
- [ "WENO5", "namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7adf9e08f10584e71c9abf514864a47f99", null ]
- ] ],
- [ "bigStencilFromIterator", "namespacelsInternal.html#ac5bacaf552b09c8044841756c5de4e1b", null ],
- [ "gaussianCurvature", "namespacelsInternal.html#abee0952a38ee9d2dd729b2c5b6006591", null ],
- [ "gaussianCurvature3D", "namespacelsInternal.html#a8408b8dfc9c76d40f01093cb33091c81", null ],
- [ "meanCurvature", "namespacelsInternal.html#aeef0c3f29a30bccb29b6bb7b72cddd8e", null ],
- [ "meanCurvature2D", "namespacelsInternal.html#aa3e9fd90bb8afd29f44df8da2701150d", null ],
- [ "meanCurvature3D", "namespacelsInternal.html#af5d2622bd1a287a6f3ca0000cc1821e7", null ],
- [ "rootSumSquarePow3", "namespacelsInternal.html#af475b51c8bd1acca4e2723a1d4db79e8", null ],
- [ "smallStencilFromIterator", "namespacelsInternal.html#a354a75c75dbbe14b92815df6c365da7e", null ],
- [ "squareSumSquare", "namespacelsInternal.html#a19cf4bf13e22b8ff3e4ce2eb618b2fca", null ]
-];
\ No newline at end of file
diff --git a/docs/doxygen/html/namespacelsInternal_1_1advect.html b/docs/doxygen/html/namespacelsInternal_1_1advect.html
deleted file mode 100644
index 34ab9477..00000000
--- a/docs/doxygen/html/namespacelsInternal_1_1advect.html
+++ /dev/null
@@ -1,145 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: lsInternal::advect Namespace Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
◆ reduceTimeStepHamiltonJacobi()
-
-
-
-
-
-
- void lsInternal::advect::reduceTimeStepHamiltonJacobi
- (
- IntegrationSchemeType &
- scheme ,
-
-
-
-
- double &
- MaxTimeStep ,
-
-
-
-
- hrleCoordType
- gridDelta
-
-
-
- )
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/doxygen/html/namespacemembers.html b/docs/doxygen/html/namespacemembers.html
deleted file mode 100644
index 3af86f04..00000000
--- a/docs/doxygen/html/namespacemembers.html
+++ /dev/null
@@ -1,190 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: Namespace Members
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Here is a list of all namespace members with links to the namespace documentation for each member:
-
-
- a -
-
-
-
- b -
-
-
-
- c -
-
-
-
- d -
-
-
-
- e -
-
-
-
- g -
-
-
-
- i -
-
-
-
- m -
-
-
-
- n -
-
-
-
- o -
-
-
-
- p -
-
-
-
- r -
-
-
-
- s -
-
-
-
- t -
-
-
-
- v -
-
-
-
-
-
-
diff --git a/docs/doxygen/html/namespacemembers_enum.html b/docs/doxygen/html/namespacemembers_enum.html
deleted file mode 100644
index 0b2c9998..00000000
--- a/docs/doxygen/html/namespacemembers_enum.html
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: Namespace Members
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/doxygen/html/namespacemembers_func.html b/docs/doxygen/html/namespacemembers_func.html
deleted file mode 100644
index c52e8778..00000000
--- a/docs/doxygen/html/namespacemembers_func.html
+++ /dev/null
@@ -1,107 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: Namespace Members
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/doxygen/html/namespacemembers_type.html b/docs/doxygen/html/namespacemembers_type.html
deleted file mode 100644
index da319b2d..00000000
--- a/docs/doxygen/html/namespacemembers_type.html
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: Namespace Members
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/doxygen/html/namespacemembers_vars.html b/docs/doxygen/html/namespacemembers_vars.html
deleted file mode 100644
index bb0e9de6..00000000
--- a/docs/doxygen/html/namespacemembers_vars.html
+++ /dev/null
@@ -1,166 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: Namespace Members
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a -
-
-
-
- b -
-
-
-
- c -
-
-
-
- d -
-
-
-
- e -
-
-
-
- g -
-
-
-
- m -
-
-
-
- n -
-
-
-
- o -
-
-
-
- p -
-
-
-
- s -
-
-
-
- t -
-
-
-
- v -
-
-
-
-
-
-
diff --git a/docs/doxygen/html/namespaces.html b/docs/doxygen/html/namespaces.html
deleted file mode 100644
index 66fb28b9..00000000
--- a/docs/doxygen/html/namespaces.html
+++ /dev/null
@@ -1,119 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: Namespace List
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Here is a list of all namespaces with brief descriptions:
-
-
-
-
-
-
diff --git a/docs/doxygen/html/namespaces_dup.js b/docs/doxygen/html/namespaces_dup.js
deleted file mode 100644
index a7f1f271..00000000
--- a/docs/doxygen/html/namespaces_dup.js
+++ /dev/null
@@ -1,29 +0,0 @@
-var namespaces_dup =
-[
- [ "AirGapDeposition", "namespaceAirGapDeposition.html", "namespaceAirGapDeposition" ],
- [ "Deposition", "namespaceDeposition.html", "namespaceDeposition" ],
- [ "GeometricAdvection", "namespaceGeometricAdvection.html", [
- [ "boundaryCons", "namespaceGeometricAdvection.html#a05401810b8dbf9a821a0c005e8148542", null ],
- [ "bounds", "namespaceGeometricAdvection.html#a9c2c0c61e3d4d0944b94d5189a173179", null ],
- [ "dist", "namespaceGeometricAdvection.html#aa8ac5422d5dca205d8003906cf3ed2da", null ],
- [ "extent", "namespaceGeometricAdvection.html#afeac2948471fac1e758166cdb6990895", null ],
- [ "gridDelta", "namespaceGeometricAdvection.html#a46b978bd5d91bddda4f40cf011b6d4ed", null ],
- [ "maxCorner", "namespaceGeometricAdvection.html#a61784e26891726ae8a5decd60904d2ae", null ],
- [ "mesh", "namespaceGeometricAdvection.html#ab3cac288eeef62da544cfa01e9d88691", null ],
- [ "minCorner", "namespaceGeometricAdvection.html#a4bc967230cc6b0b1fd473860f144736c", null ],
- [ "newLayer", "namespaceGeometricAdvection.html#abd9a032068d19a191bc00596224a23fe", null ],
- [ "origin", "namespaceGeometricAdvection.html#a24e2a92a06eed3283575cc671a99680f", null ],
- [ "planeNormal", "namespaceGeometricAdvection.html#a08c9c6b2be2e81901d5bef9dbb609f2d", null ],
- [ "substrate", "namespaceGeometricAdvection.html#a6847ded4385aaab7eb500e36ca0f3f7c", null ],
- [ "trench", "namespaceGeometricAdvection.html#abcb12fafe44f5af6a80265bf54d9d628", null ]
- ] ],
- [ "lsConcepts", "namespacelsConcepts.html", [
- [ "AssignType", "namespacelsConcepts.html#a9d79d35a70f9d4911671f5c2fb566ca4", null ],
- [ "IsBaseOf", "namespacelsConcepts.html#a90d0ed377343607596475f042f71ae47", null ],
- [ "IsFloatingPoint", "namespacelsConcepts.html#ab6faf524889c50de47df4a7cbf15a028", null ],
- [ "IsNotSame", "namespacelsConcepts.html#afe02d602414323eb189f366b54dd86bc", null ],
- [ "IsSame", "namespacelsConcepts.html#a32ef11830a21da629bcaec40843917b5", null ],
- [ "assignable", "namespacelsConcepts.html#a4549b1a6ade0c70ac801ebd5971fe489", null ]
- ] ],
- [ "lsInternal", "namespacelsInternal.html", "namespacelsInternal" ]
-];
\ No newline at end of file
diff --git a/docs/doxygen/html/nav_f.png b/docs/doxygen/html/nav_f.png
deleted file mode 100644
index 72a58a52..00000000
Binary files a/docs/doxygen/html/nav_f.png and /dev/null differ
diff --git a/docs/doxygen/html/nav_g.png b/docs/doxygen/html/nav_g.png
deleted file mode 100644
index 2093a237..00000000
Binary files a/docs/doxygen/html/nav_g.png and /dev/null differ
diff --git a/docs/doxygen/html/nav_h.png b/docs/doxygen/html/nav_h.png
deleted file mode 100644
index 33389b10..00000000
Binary files a/docs/doxygen/html/nav_h.png and /dev/null differ
diff --git a/docs/doxygen/html/navtree.css b/docs/doxygen/html/navtree.css
deleted file mode 100644
index d8a311a2..00000000
--- a/docs/doxygen/html/navtree.css
+++ /dev/null
@@ -1,147 +0,0 @@
-#nav-tree .children_ul {
- margin:0;
- padding:4px;
-}
-
-#nav-tree ul {
- list-style:none outside none;
- margin:0px;
- padding:0px;
-}
-
-#nav-tree li {
- white-space:nowrap;
- margin:0px;
- padding:0px;
-}
-
-#nav-tree .plus {
- margin:0px;
-}
-
-#nav-tree .selected {
- background-image: url('tab_a.png');
- background-repeat:repeat-x;
- color: #fff;
- text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
-}
-
-#nav-tree img {
- margin:0px;
- padding:0px;
- border:0px;
- vertical-align: middle;
-}
-
-#nav-tree a {
- text-decoration:none;
- padding:0px;
- margin:0px;
- outline:none;
-}
-
-#nav-tree .label {
- margin:0px;
- padding:0px;
- font: 12px 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
-}
-
-#nav-tree .label a {
- padding:2px;
-}
-
-#nav-tree .selected a {
- text-decoration:none;
- color:#fff;
-}
-
-#nav-tree .children_ul {
- margin:0px;
- padding:0px;
-}
-
-#nav-tree .item {
- margin:0px;
- padding:0px;
-}
-
-#nav-tree {
- padding: 0px 0px;
- background-color: #FAFAFF;
- font-size:14px;
- overflow:auto;
-}
-
-#doc-content {
- overflow:auto;
- display:block;
- padding:0px;
- margin:0px;
- -webkit-overflow-scrolling : touch; /* iOS 5+ */
-}
-
-#side-nav {
- padding:0 6px 0 0;
- margin: 0px;
- display:block;
- position: absolute;
- left: 0px;
- width: 250px;
- overflow : hidden;
-}
-
-.ui-resizable .ui-resizable-handle {
- display:block;
-}
-
-.ui-resizable-e {
- background-image:url("splitbar.png");
- background-size:100%;
- background-repeat:repeat-y;
- background-attachment: scroll;
- cursor:ew-resize;
- height:100%;
- right:0;
- top:0;
- width:6px;
-}
-
-.ui-resizable-handle {
- display:none;
- font-size:0.1px;
- position:absolute;
- z-index:1;
-}
-
-#nav-tree-contents {
- margin: 6px 0px 0px 0px;
-}
-
-#nav-tree {
- background-image:url('nav_h.png');
- background-repeat:repeat-x;
- background-color: #F9FAFC;
- -webkit-overflow-scrolling : touch; /* iOS 5+ */
-}
-
-#nav-sync {
- position:absolute;
- top:5px;
- right:24px;
- z-index:0;
-}
-
-#nav-sync img {
- opacity:0.3;
-}
-
-#nav-sync img:hover {
- opacity:0.9;
-}
-
-@media print
-{
- #nav-tree { display: none; }
- div.ui-resizable-handle { display: none; position: relative; }
-}
-
diff --git a/docs/doxygen/html/navtree.js b/docs/doxygen/html/navtree.js
deleted file mode 100644
index 27983687..00000000
--- a/docs/doxygen/html/navtree.js
+++ /dev/null
@@ -1,549 +0,0 @@
-/*
- @licstart The following is the entire license notice for the JavaScript code in this file.
-
- The MIT License (MIT)
-
- Copyright (C) 1997-2020 by Dimitri van Heesch
-
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software
- and associated documentation files (the "Software"), to deal in the Software without restriction,
- including without limitation the rights to use, copy, modify, merge, publish, distribute,
- sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all copies or
- substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
- BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
- @licend The above is the entire license notice for the JavaScript code in this file
- */
-var navTreeSubIndices = new Array();
-var arrowDown = '▼';
-var arrowRight = '►';
-
-function getData(varName)
-{
- var i = varName.lastIndexOf('/');
- var n = i>=0 ? varName.substring(i+1) : varName;
- return eval(n.replace(/\-/g,'_'));
-}
-
-function stripPath(uri)
-{
- return uri.substring(uri.lastIndexOf('/')+1);
-}
-
-function stripPath2(uri)
-{
- var i = uri.lastIndexOf('/');
- var s = uri.substring(i+1);
- var m = uri.substring(0,i+1).match(/\/d\w\/d\w\w\/$/);
- return m ? uri.substring(i-6) : s;
-}
-
-function hashValue()
-{
- return $(location).attr('hash').substring(1).replace(/[^\w\-]/g,'');
-}
-
-function hashUrl()
-{
- return '#'+hashValue();
-}
-
-function pathName()
-{
- return $(location).attr('pathname').replace(/[^-A-Za-z0-9+&@#/%?=~_|!:,.;\(\)]/g, '');
-}
-
-function localStorageSupported()
-{
- try {
- return 'localStorage' in window && window['localStorage'] !== null && window.localStorage.getItem;
- }
- catch(e) {
- return false;
- }
-}
-
-function storeLink(link)
-{
- if (!$("#nav-sync").hasClass('sync') && localStorageSupported()) {
- window.localStorage.setItem('navpath',link);
- }
-}
-
-function deleteLink()
-{
- if (localStorageSupported()) {
- window.localStorage.setItem('navpath','');
- }
-}
-
-function cachedLink()
-{
- if (localStorageSupported()) {
- return window.localStorage.getItem('navpath');
- } else {
- return '';
- }
-}
-
-function getScript(scriptName,func,show)
-{
- var head = document.getElementsByTagName("head")[0];
- var script = document.createElement('script');
- script.id = scriptName;
- script.type = 'text/javascript';
- script.onload = func;
- script.src = scriptName+'.js';
- head.appendChild(script);
-}
-
-function createIndent(o,domNode,node,level)
-{
- var level=-1;
- var n = node;
- while (n.parentNode) { level++; n=n.parentNode; }
- if (node.childrenData) {
- var imgNode = document.createElement("span");
- imgNode.className = 'arrow';
- imgNode.style.paddingLeft=(16*level).toString()+'px';
- imgNode.innerHTML=arrowRight;
- node.plus_img = imgNode;
- node.expandToggle = document.createElement("a");
- node.expandToggle.href = "javascript:void(0)";
- node.expandToggle.onclick = function() {
- if (node.expanded) {
- $(node.getChildrenUL()).slideUp("fast");
- node.plus_img.innerHTML=arrowRight;
- node.expanded = false;
- } else {
- expandNode(o, node, false, false);
- }
- }
- node.expandToggle.appendChild(imgNode);
- domNode.appendChild(node.expandToggle);
- } else {
- var span = document.createElement("span");
- span.className = 'arrow';
- span.style.width = 16*(level+1)+'px';
- span.innerHTML = ' ';
- domNode.appendChild(span);
- }
-}
-
-var animationInProgress = false;
-
-function gotoAnchor(anchor,aname,updateLocation)
-{
- var pos, docContent = $('#doc-content');
- var ancParent = $(anchor.parent());
- if (ancParent.hasClass('memItemLeft') ||
- ancParent.hasClass('memtitle') ||
- ancParent.hasClass('fieldname') ||
- ancParent.hasClass('fieldtype') ||
- ancParent.is(':header'))
- {
- pos = ancParent.position().top;
- } else if (anchor.position()) {
- pos = anchor.position().top;
- }
- if (pos) {
- var dist = Math.abs(Math.min(
- pos-docContent.offset().top,
- docContent[0].scrollHeight-
- docContent.height()-docContent.scrollTop()));
- animationInProgress=true;
- docContent.animate({
- scrollTop: pos + docContent.scrollTop() - docContent.offset().top
- },Math.max(50,Math.min(500,dist)),function(){
- if (updateLocation) window.location.href=aname;
- animationInProgress=false;
- });
- }
-}
-
-function newNode(o, po, text, link, childrenData, lastNode)
-{
- var node = new Object();
- node.children = Array();
- node.childrenData = childrenData;
- node.depth = po.depth + 1;
- node.relpath = po.relpath;
- node.isLast = lastNode;
-
- node.li = document.createElement("li");
- po.getChildrenUL().appendChild(node.li);
- node.parentNode = po;
-
- node.itemDiv = document.createElement("div");
- node.itemDiv.className = "item";
-
- node.labelSpan = document.createElement("span");
- node.labelSpan.className = "label";
-
- createIndent(o,node.itemDiv,node,0);
- node.itemDiv.appendChild(node.labelSpan);
- node.li.appendChild(node.itemDiv);
-
- var a = document.createElement("a");
- node.labelSpan.appendChild(a);
- node.label = document.createTextNode(text);
- node.expanded = false;
- a.appendChild(node.label);
- if (link) {
- var url;
- if (link.substring(0,1)=='^') {
- url = link.substring(1);
- link = url;
- } else {
- url = node.relpath+link;
- }
- a.className = stripPath(link.replace('#',':'));
- if (link.indexOf('#')!=-1) {
- var aname = '#'+link.split('#')[1];
- var srcPage = stripPath(pathName());
- var targetPage = stripPath(link.split('#')[0]);
- a.href = srcPage!=targetPage ? url : "javascript:void(0)";
- a.onclick = function(){
- storeLink(link);
- if (!$(a).parent().parent().hasClass('selected'))
- {
- $('.item').removeClass('selected');
- $('.item').removeAttr('id');
- $(a).parent().parent().addClass('selected');
- $(a).parent().parent().attr('id','selected');
- }
- var anchor = $(aname);
- gotoAnchor(anchor,aname,true);
- };
- } else {
- a.href = url;
- a.onclick = function() { storeLink(link); }
- }
- } else {
- if (childrenData != null)
- {
- a.className = "nolink";
- a.href = "javascript:void(0)";
- a.onclick = node.expandToggle.onclick;
- }
- }
-
- node.childrenUL = null;
- node.getChildrenUL = function() {
- if (!node.childrenUL) {
- node.childrenUL = document.createElement("ul");
- node.childrenUL.className = "children_ul";
- node.childrenUL.style.display = "none";
- node.li.appendChild(node.childrenUL);
- }
- return node.childrenUL;
- };
-
- return node;
-}
-
-function showRoot()
-{
- var headerHeight = $("#top").height();
- var footerHeight = $("#nav-path").height();
- var windowHeight = $(window).height() - headerHeight - footerHeight;
- (function (){ // retry until we can scroll to the selected item
- try {
- var navtree=$('#nav-tree');
- navtree.scrollTo('#selected',100,{offset:-windowHeight/2});
- } catch (err) {
- setTimeout(arguments.callee, 0);
- }
- })();
-}
-
-function expandNode(o, node, imm, showRoot)
-{
- if (node.childrenData && !node.expanded) {
- if (typeof(node.childrenData)==='string') {
- var varName = node.childrenData;
- getScript(node.relpath+varName,function(){
- node.childrenData = getData(varName);
- expandNode(o, node, imm, showRoot);
- }, showRoot);
- } else {
- if (!node.childrenVisited) {
- getNode(o, node);
- }
- $(node.getChildrenUL()).slideDown("fast");
- node.plus_img.innerHTML = arrowDown;
- node.expanded = true;
- }
- }
-}
-
-function glowEffect(n,duration)
-{
- n.addClass('glow').delay(duration).queue(function(next){
- $(this).removeClass('glow');next();
- });
-}
-
-function highlightAnchor()
-{
- var aname = hashUrl();
- var anchor = $(aname);
- if (anchor.parent().attr('class')=='memItemLeft'){
- var rows = $('.memberdecls tr[class$="'+hashValue()+'"]');
- glowEffect(rows.children(),300); // member without details
- } else if (anchor.parent().attr('class')=='fieldname'){
- glowEffect(anchor.parent().parent(),1000); // enum value
- } else if (anchor.parent().attr('class')=='fieldtype'){
- glowEffect(anchor.parent().parent(),1000); // struct field
- } else if (anchor.parent().is(":header")) {
- glowEffect(anchor.parent(),1000); // section header
- } else {
- glowEffect(anchor.next(),1000); // normal member
- }
-}
-
-function selectAndHighlight(hash,n)
-{
- var a;
- if (hash) {
- var link=stripPath(pathName())+':'+hash.substring(1);
- a=$('.item a[class$="'+link+'"]');
- }
- if (a && a.length) {
- a.parent().parent().addClass('selected');
- a.parent().parent().attr('id','selected');
- highlightAnchor();
- } else if (n) {
- $(n.itemDiv).addClass('selected');
- $(n.itemDiv).attr('id','selected');
- }
- var topOffset=5;
- if (typeof page_layout!=='undefined' && page_layout==1) {
- topOffset+=$('#top').outerHeight();
- }
- if ($('#nav-tree-contents .item:first').hasClass('selected')) {
- topOffset+=25;
- }
- $('#nav-sync').css('top',topOffset+'px');
- showRoot();
-}
-
-function showNode(o, node, index, hash)
-{
- if (node && node.childrenData) {
- if (typeof(node.childrenData)==='string') {
- var varName = node.childrenData;
- getScript(node.relpath+varName,function(){
- node.childrenData = getData(varName);
- showNode(o,node,index,hash);
- },true);
- } else {
- if (!node.childrenVisited) {
- getNode(o, node);
- }
- $(node.getChildrenUL()).css({'display':'block'});
- node.plus_img.innerHTML = arrowDown;
- node.expanded = true;
- var n = node.children[o.breadcrumbs[index]];
- if (index+11) hash = '#'+parts[1].replace(/[^\w\-]/g,'');
- else hash='';
- }
- if (hash.match(/^#l\d+$/)) {
- var anchor=$('a[name='+hash.substring(1)+']');
- glowEffect(anchor.parent(),1000); // line number
- hash=''; // strip line number anchors
- }
- var url=root+hash;
- var i=-1;
- while (NAVTREEINDEX[i+1]<=url) i++;
- if (i==-1) { i=0; root=NAVTREE[0][1]; } // fallback: show index
- if (navTreeSubIndices[i]) {
- gotoNode(o,i,root,hash,relpath)
- } else {
- getScript(relpath+'navtreeindex'+i,function(){
- navTreeSubIndices[i] = eval('NAVTREEINDEX'+i);
- if (navTreeSubIndices[i]) {
- gotoNode(o,i,root,hash,relpath);
- }
- },true);
- }
-}
-
-function showSyncOff(n,relpath)
-{
- n.html(' ');
-}
-
-function showSyncOn(n,relpath)
-{
- n.html(' ');
-}
-
-function toggleSyncButton(relpath)
-{
- var navSync = $('#nav-sync');
- if (navSync.hasClass('sync')) {
- navSync.removeClass('sync');
- showSyncOff(navSync,relpath);
- storeLink(stripPath2(pathName())+hashUrl());
- } else {
- navSync.addClass('sync');
- showSyncOn(navSync,relpath);
- deleteLink();
- }
-}
-
-var loadTriggered = false;
-var readyTriggered = false;
-var loadObject,loadToRoot,loadUrl,loadRelPath;
-
-$(window).on('load',function(){
- if (readyTriggered) { // ready first
- navTo(loadObject,loadToRoot,loadUrl,loadRelPath);
- showRoot();
- }
- loadTriggered=true;
-});
-
-function initNavTree(toroot,relpath)
-{
- var o = new Object();
- o.toroot = toroot;
- o.node = new Object();
- o.node.li = document.getElementById("nav-tree-contents");
- o.node.childrenData = NAVTREE;
- o.node.children = new Array();
- o.node.childrenUL = document.createElement("ul");
- o.node.getChildrenUL = function() { return o.node.childrenUL; };
- o.node.li.appendChild(o.node.childrenUL);
- o.node.depth = 0;
- o.node.relpath = relpath;
- o.node.expanded = false;
- o.node.isLast = true;
- o.node.plus_img = document.createElement("span");
- o.node.plus_img.className = 'arrow';
- o.node.plus_img.innerHTML = arrowRight;
-
- if (localStorageSupported()) {
- var navSync = $('#nav-sync');
- if (cachedLink()) {
- showSyncOff(navSync,relpath);
- navSync.removeClass('sync');
- } else {
- showSyncOn(navSync,relpath);
- }
- navSync.click(function(){ toggleSyncButton(relpath); });
- }
-
- if (loadTriggered) { // load before ready
- navTo(o,toroot,hashUrl(),relpath);
- showRoot();
- } else { // ready before load
- loadObject = o;
- loadToRoot = toroot;
- loadUrl = hashUrl();
- loadRelPath = relpath;
- readyTriggered=true;
- }
-
- $(window).bind('hashchange', function(){
- if (window.location.hash && window.location.hash.length>1){
- var a;
- if ($(location).attr('hash')){
- var clslink=stripPath(pathName())+':'+hashValue();
- a=$('.item a[class$="'+clslink.replace(/
-
-
-
-
-
-
-ViennaLS: Related Pages
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Here is a list of all related documentation pages:
-
-
-
-
-
-
diff --git a/docs/doxygen/html/resize.js b/docs/doxygen/html/resize.js
deleted file mode 100644
index 7fe30d10..00000000
--- a/docs/doxygen/html/resize.js
+++ /dev/null
@@ -1,150 +0,0 @@
-/*
- @licstart The following is the entire license notice for the JavaScript code in this file.
-
- The MIT License (MIT)
-
- Copyright (C) 1997-2020 by Dimitri van Heesch
-
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software
- and associated documentation files (the "Software"), to deal in the Software without restriction,
- including without limitation the rights to use, copy, modify, merge, publish, distribute,
- sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all copies or
- substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
- BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
- @licend The above is the entire license notice for the JavaScript code in this file
- */
-function initResizable()
-{
- var cookie_namespace = 'doxygen';
- var sidenav,navtree,content,header,collapsed,collapsedWidth=0,barWidth=6,desktop_vp=768,titleHeight;
-
- function readCookie(cookie)
- {
- var myCookie = cookie_namespace+"_"+cookie+"=";
- if (document.cookie) {
- var index = document.cookie.indexOf(myCookie);
- if (index != -1) {
- var valStart = index + myCookie.length;
- var valEnd = document.cookie.indexOf(";", valStart);
- if (valEnd == -1) {
- valEnd = document.cookie.length;
- }
- var val = document.cookie.substring(valStart, valEnd);
- return val;
- }
- }
- return 0;
- }
-
- function writeCookie(cookie, val, expiration)
- {
- if (val==undefined) return;
- if (expiration == null) {
- var date = new Date();
- date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week
- expiration = date.toGMTString();
- }
- document.cookie = cookie_namespace + "_" + cookie + "=" + val + "; SameSite=Lax; expires=" + expiration+"; path=/";
- }
-
- function resizeWidth()
- {
- var windowWidth = $(window).width() + "px";
- var sidenavWidth = $(sidenav).outerWidth();
- content.css({marginLeft:parseInt(sidenavWidth)+"px"});
- writeCookie('width',sidenavWidth-barWidth, null);
- }
-
- function restoreWidth(navWidth)
- {
- var windowWidth = $(window).width() + "px";
- content.css({marginLeft:parseInt(navWidth)+barWidth+"px"});
- sidenav.css({width:navWidth + "px"});
- }
-
- function resizeHeight()
- {
- var headerHeight = header.outerHeight();
- var footerHeight = footer.outerHeight();
- var windowHeight = $(window).height();
- var contentHeight,navtreeHeight,sideNavHeight;
- if (typeof page_layout==='undefined' || page_layout==0) { /* DISABLE_INDEX=NO */
- contentHeight = windowHeight - headerHeight - footerHeight;
- navtreeHeight = contentHeight;
- sideNavHeight = contentHeight;
- } else if (page_layout==1) { /* DISABLE_INDEX=YES */
- contentHeight = windowHeight - footerHeight;
- navtreeHeight = windowHeight - headerHeight;
- sideNavHeight = windowHeight;
- }
- content.css({height:contentHeight + "px"});
- navtree.css({height:navtreeHeight + "px"});
- sidenav.css({height:sideNavHeight + "px"});
- var width=$(window).width();
- if (width!=collapsedWidth) {
- if (width=desktop_vp) {
- if (!collapsed) {
- collapseExpand();
- }
- } else if (width>desktop_vp && collapsedWidth0) {
- restoreWidth(0);
- collapsed=true;
- }
- else {
- var width = readCookie('width');
- if (width>200 && width<$(window).width()) { restoreWidth(width); } else { restoreWidth(200); }
- collapsed=false;
- }
- }
-
- header = $("#top");
- sidenav = $("#side-nav");
- content = $("#doc-content");
- navtree = $("#nav-tree");
- footer = $("#nav-path");
- $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } });
- $(sidenav).resizable({ minWidth: 0 });
- $(window).resize(function() { resizeHeight(); });
- var device = navigator.userAgent.toLowerCase();
- var touch_device = device.match(/(iphone|ipod|ipad|android)/);
- if (touch_device) { /* wider split bar for touch only devices */
- $(sidenav).css({ paddingRight:'20px' });
- $('.ui-resizable-e').css({ width:'20px' });
- $('#nav-sync').css({ right:'34px' });
- barWidth=20;
- }
- var width = readCookie('width');
- if (width) { restoreWidth(width); } else { resizeWidth(); }
- resizeHeight();
- var url = location.href;
- var i=url.indexOf("#");
- if (i>=0) window.location.hash=url.substr(i);
- var _preventDefault = function(evt) { evt.preventDefault(); };
- $("#splitbar").bind("dragstart", _preventDefault).bind("selectstart", _preventDefault);
- $(".ui-resizable-handle").dblclick(collapseExpand);
- $(window).on('load',resizeHeight);
-}
-/* @license-end */
diff --git a/docs/doxygen/html/search/all_0.html b/docs/doxygen/html/search/all_0.html
deleted file mode 100644
index c36c9af5..00000000
--- a/docs/doxygen/html/search/all_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_0.js b/docs/doxygen/html/search/all_0.js
deleted file mode 100644
index ce083169..00000000
--- a/docs/doxygen/html/search/all_0.js
+++ /dev/null
@@ -1,16 +0,0 @@
-var searchData=
-[
- ['add_0',['add',['../classlsMessage.html#a809e57a0a55b63ca935ba86491d18439',1,'lsMessage::add(std::string s)'],['../classlsMessage.html#a809e57a0a55b63ca935ba86491d18439',1,'lsMessage::add(std::string s)']]],
- ['adddebug_1',['addDebug',['../classlsMessage.html#a34569693c3e7ac0464d08b18dd34643b',1,'lsMessage::addDebug(std::string s)'],['../classlsMessage.html#a34569693c3e7ac0464d08b18dd34643b',1,'lsMessage::addDebug(std::string s)']]],
- ['adderror_2',['addError',['../classlsMessage.html#a88248f483409dddc828bb96809dde6bf',1,'lsMessage::addError(std::string s, bool shouldAbort=true)'],['../classlsMessage.html#a88248f483409dddc828bb96809dde6bf',1,'lsMessage::addError(std::string s, bool shouldAbort=true)']]],
- ['addwarning_3',['addWarning',['../classlsMessage.html#a94c5ae8ae205853ec55172da34772442',1,'lsMessage::addWarning(std::string s)'],['../classlsMessage.html#a94c5ae8ae205853ec55172da34772442',1,'lsMessage::addWarning(std::string s)']]],
- ['advectionkernel_4',['advectionKernel',['../namespaceAirGapDeposition.html#a5b4e34f279dffcb1b991e19b37c690f0',1,'AirGapDeposition.advectionKernel()'],['../namespaceDeposition.html#a6f4170d2c9e1329b971b2ee1ae1d7164',1,'Deposition.advectionKernel()']]],
- ['airgapdeposition_5',['AirGapDeposition',['../namespaceAirGapDeposition.html',1,'']]],
- ['airgapdeposition_2ecpp_6',['AirGapDeposition.cpp',['../AirGapDeposition_8cpp.html',1,'']]],
- ['airgapdeposition_2epy_7',['AirGapDeposition.py',['../AirGapDeposition_8py.html',1,'']]],
- ['append_8',['append',['../classlsMesh.html#a93d2f2c80aa65a296ab550f4169f5531',1,'lsMesh::append()'],['../classlsPointData.html#a30f64dfd5dc51fa07198aa3d1ec6e540',1,'lsPointData::append()'],['../classlsMesh.html#a93d2f2c80aa65a296ab550f4169f5531',1,'lsMesh::append()'],['../classlsPointData.html#a30f64dfd5dc51fa07198aa3d1ec6e540',1,'lsPointData::append()']]],
- ['apply_9',['apply',['../classlsMakeGeometry.html#a3256e05d1dec7d632f0ea1edef69f7b5',1,'lsMakeGeometry::apply()'],['../classlsGeometricAdvect.html#a798451757892dcb34d02e6b263780581',1,'lsGeometricAdvect::apply()'],['../classlsFromVolumeMesh.html#a08f3315b80ae24108b2ad794d6e0d3a4',1,'lsFromVolumeMesh::apply()'],['../classlsFromSurfaceMesh.html#a76fce6385cab0be5293718be04979086',1,'lsFromSurfaceMesh::apply()'],['../classlsFromMesh.html#a228a27a3e4f0101b9a99280c194b7016',1,'lsFromMesh::apply()'],['../classlsExpand.html#af252c81a9cc628c837afb285a8834353',1,'lsExpand::apply()'],['../classlsBooleanOperation.html#a5b2168e5f32f6893b832074ff32f6526',1,'lsBooleanOperation::apply()'],['../classlsDetectFeatures.html#adbdb153c34bd669c4b19bb93ff69e190',1,'lsDetectFeatures::apply()'],['../classlsConvexHull.html#a241c5e598fa84f5a393ad28a42d67fb8',1,'lsConvexHull::apply()'],['../classlsCheck.html#ae203104b7edaacd9bcc61c9bb930c90e',1,'lsCheck::apply()'],['../classlsCalculateNormalVectors.html#ad613a081f288a83097fdbcfeb5b20825',1,'lsCalculateNormalVectors::apply()'],['../classlsCalculateCurvatures.html#a4a5bb7217d4680f7b9180bf7053d10b5',1,'lsCalculateCurvatures::apply()'],['../classlsToVoxelMesh.html#a95c11589b8c4928c11ce4feb44995499',1,'lsToVoxelMesh::apply()'],['../classlsMarkVoidPoints.html#a843e2f3333c62eec585d8eb765a07a3c',1,'lsMarkVoidPoints::apply()'],['../classlsPrune.html#a4c7c29b4fd19be9990e5910c6d16c625',1,'lsPrune::apply()'],['../classlsReader.html#a5c9cdd618ebb3b6332499b41aee9d8ad',1,'lsReader::apply()'],['../classlsReduce.html#a637a2597465ce102c290b5e7d1f7c547',1,'lsReduce::apply()'],['../classlsRemoveStrayPoints.html#a157bfc95ec2563b89148956da10df897',1,'lsRemoveStrayPoints::apply()'],['../classlsToDiskMesh.html#a810c62ca12326e03c1610ad2350a261c',1,'lsToDiskMesh::apply()'],['../classlsToMesh.html#a7c671e886e5336f66a688a2066fd0ea1',1,'lsToMesh::apply()'],['../classlsToSurfaceMesh.html#a4e035b7d07ce2ef93442ba8e45856ee4',1,'lsToSurfaceMesh::apply()'],['../classlsToVoxelMesh.html#a95c11589b8c4928c11ce4feb44995499',1,'lsToVoxelMesh::apply()'],['../classlsTransformMesh.html#acdb5c39d30a367341a5189b177dbd836',1,'lsTransformMesh::apply()'],['../classlsVTKReader.html#aefb14ecf00954c0f8aa90a934eec4eb2',1,'lsVTKReader::apply()'],['../classlsVTKWriter.html#a905f6ada26f0e2eda0229a8549b8d763',1,'lsVTKWriter::apply()'],['../classlsWriter.html#a58d76dd0c0e1e49ce7ff03e3dd494fee',1,'lsWriter::apply()'],['../classlsWriteVisualizationMesh.html#ae1674518ec3ce27c909ca832c68c38e7',1,'lsWriteVisualizationMesh::apply()'],['../classlsWriteVisualizationMesh.html#ae1674518ec3ce27c909ca832c68c38e7',1,'lsWriteVisualizationMesh::apply()'],['../classViewFactorProcess.html#a7a6fc684ffeb89ffaf23f2ffd220767f',1,'ViewFactorProcess::apply()'],['../classlsAdvect.html#a7b6f35f0b35133d40ceeb866b5c733f3',1,'lsAdvect::apply()'],['../classlsBooleanOperation.html#a5b2168e5f32f6893b832074ff32f6526',1,'lsBooleanOperation::apply()'],['../classlsCalculateCurvatures.html#a4a5bb7217d4680f7b9180bf7053d10b5',1,'lsCalculateCurvatures::apply()'],['../classlsCalculateNormalVectors.html#ad613a081f288a83097fdbcfeb5b20825',1,'lsCalculateNormalVectors::apply()'],['../classlsCheck.html#ae203104b7edaacd9bcc61c9bb930c90e',1,'lsCheck::apply()'],['../classlsConvexHull.html#a241c5e598fa84f5a393ad28a42d67fb8',1,'lsConvexHull::apply()'],['../classlsDetectFeatures.html#adbdb153c34bd669c4b19bb93ff69e190',1,'lsDetectFeatures::apply()'],['../classlsExpand.html#af252c81a9cc628c837afb285a8834353',1,'lsExpand::apply()'],['../classlsFromMesh.html#a228a27a3e4f0101b9a99280c194b7016',1,'lsFromMesh::apply()'],['../classlsFromSurfaceMesh.html#a76fce6385cab0be5293718be04979086',1,'lsFromSurfaceMesh::apply()'],['../classlsFromVolumeMesh.html#a08f3315b80ae24108b2ad794d6e0d3a4',1,'lsFromVolumeMesh::apply()'],['../classlsGeometricAdvect.html#a798451757892dcb34d02e6b263780581',1,'lsGeometricAdvect::apply()'],['../classlsMarkVoidPoints.html#a843e2f3333c62eec585d8eb765a07a3c',1,'lsMarkVoidPoints::apply()'],['../classlsAdvect.html#a7b6f35f0b35133d40ceeb866b5c733f3',1,'lsAdvect::apply()'],['../classlsWriter.html#a58d76dd0c0e1e49ce7ff03e3dd494fee',1,'lsWriter::apply()'],['../classlsVTKWriter.html#a905f6ada26f0e2eda0229a8549b8d763',1,'lsVTKWriter::apply()'],['../classlsVTKReader.html#aefb14ecf00954c0f8aa90a934eec4eb2',1,'lsVTKReader::apply()'],['../classlsTransformMesh.html#acdb5c39d30a367341a5189b177dbd836',1,'lsTransformMesh::apply()'],['../classlsToSurfaceMesh.html#a4e035b7d07ce2ef93442ba8e45856ee4',1,'lsToSurfaceMesh::apply()'],['../classlsToMesh.html#a7c671e886e5336f66a688a2066fd0ea1',1,'lsToMesh::apply()'],['../classlsToDiskMesh.html#a810c62ca12326e03c1610ad2350a261c',1,'lsToDiskMesh::apply()'],['../classlsRemoveStrayPoints.html#a157bfc95ec2563b89148956da10df897',1,'lsRemoveStrayPoints::apply()'],['../classlsReduce.html#a637a2597465ce102c290b5e7d1f7c547',1,'lsReduce::apply()'],['../classlsReader.html#a5c9cdd618ebb3b6332499b41aee9d8ad',1,'lsReader::apply()'],['../classlsPrune.html#a4c7c29b4fd19be9990e5910c6d16c625',1,'lsPrune::apply()'],['../classlsMakeGeometry.html#a3256e05d1dec7d632f0ea1edef69f7b5',1,'lsMakeGeometry::apply()']]],
- ['assignable_10',['assignable',['../namespacelsConcepts.html#a4549b1a6ade0c70ac801ebd5971fe489',1,'lsConcepts']]],
- ['assigntype_11',['AssignType',['../namespacelsConcepts.html#a9d79d35a70f9d4911671f5c2fb566ca4',1,'lsConcepts']]],
- ['axisdirection_12',['axisDirection',['../classlsCylinder.html#afbc7df82236346b6e357dcedcc33747e',1,'lsCylinder']]]
-];
diff --git a/docs/doxygen/html/search/all_1.html b/docs/doxygen/html/search/all_1.html
deleted file mode 100644
index 91cfe8ac..00000000
--- a/docs/doxygen/html/search/all_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_1.js b/docs/doxygen/html/search/all_1.js
deleted file mode 100644
index 00097ad5..00000000
--- a/docs/doxygen/html/search/all_1.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var searchData=
-[
- ['begin_0',['begin',['../classlsPointCloud.html#a4b0a5ae4ab4a0ba5fb2245814d87ac93',1,'lsPointCloud::begin()'],['../classlsPointCloud.html#a4b0a5ae4ab4a0ba5fb2245814d87ac93',1,'lsPointCloud::begin()']]],
- ['bigstencilfromiterator_1',['bigStencilFromIterator',['../namespacelsInternal.html#ac5bacaf552b09c8044841756c5de4e1b',1,'lsInternal']]],
- ['boundarycons_2',['boundaryCons',['../namespaceAirGapDeposition.html#a0a16a1d4a9f90f67f7251d38034723e0',1,'AirGapDeposition.boundaryCons()'],['../namespaceDeposition.html#aa65393a8f7e2b0fd80d5cf1cb7dcf951',1,'Deposition.boundaryCons()'],['../namespaceGeometricAdvection.html#a05401810b8dbf9a821a0c005e8148542',1,'GeometricAdvection.boundaryCons()']]],
- ['boundarytype_3',['BoundaryType',['../classlsDomain.html#a6e1ffa57ef6eeb9d79f204aae801f4e7',1,'lsDomain::BoundaryType()'],['../classlsDomain.html#a6e1ffa57ef6eeb9d79f204aae801f4e7',1,'lsDomain::BoundaryType()']]],
- ['bounds_4',['bounds',['../namespaceAirGapDeposition.html#a4ed932eb04869593914daf91837d5e08',1,'AirGapDeposition.bounds()'],['../namespaceDeposition.html#a554727b209466cd83d3f7d3316d88d6c',1,'Deposition.bounds()'],['../namespaceGeometricAdvection.html#a9c2c0c61e3d4d0944b94d5189a173179',1,'GeometricAdvection.bounds()']]]
-];
diff --git a/docs/doxygen/html/search/all_10.html b/docs/doxygen/html/search/all_10.html
deleted file mode 100644
index 765f5848..00000000
--- a/docs/doxygen/html/search/all_10.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_10.js b/docs/doxygen/html/search/all_10.js
deleted file mode 100644
index d44d3172..00000000
--- a/docs/doxygen/html/search/all_10.js
+++ /dev/null
@@ -1,15 +0,0 @@
-var searchData=
-[
- ['tetras_0',['tetras',['../classlsMesh.html#ac66736a0f7162c21f42df2632aaeb739',1,'lsMesh']]],
- ['timestep_1',['timeStep',['../structViewFactorProcessDataType.html#a62439296cb3fc3df3f06cd311b6379e7',1,'ViewFactorProcessDataType']]],
- ['toprate_2',['topRate',['../structViewFactorProcessDataType.html#a3f6c884a649e03ffb3092b5423576b60',1,'ViewFactorProcessDataType']]],
- ['topthickness_3',['topThickness',['../classViewFactorDistribution.html#a2e71644f9151c7eed1decd4758643007',1,'ViewFactorDistribution']]],
- ['translatefromdata_4',['translateFromData',['../classlsPointData.html#aaf624f7d7e794bc592aecf65205fcb1a',1,'lsPointData::translateFromData(const lsPointData &source, const std::vector< unsigned > &indices)'],['../classlsPointData.html#aaf624f7d7e794bc592aecf65205fcb1a',1,'lsPointData::translateFromData(const lsPointData &source, const std::vector< unsigned > &indices)']]],
- ['translatefrommultidata_5',['translateFromMultiData',['../classlsPointData.html#a0412ae51f26063162d3ee73e3291d2cd',1,'lsPointData::translateFromMultiData(const lsPointData &source, const std::vector< std::vector< unsigned > > &indicesVector)'],['../classlsPointData.html#a0412ae51f26063162d3ee73e3291d2cd',1,'lsPointData::translateFromMultiData(const lsPointData &source, const std::vector< std::vector< unsigned > > &indicesVector)']]],
- ['translation_6',['TRANSLATION',['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a0da044e5b37e6bcb3a8d01dc7362b276',1,'TRANSLATION(): lsTransformMesh.hpp'],['../include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a0da044e5b37e6bcb3a8d01dc7362b276',1,'TRANSLATION(): lsTransformMesh.hpp'],['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a0da044e5b37e6bcb3a8d01dc7362b276',1,'TRANSLATION(): lsTransformMesh.hpp'],['../include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a0da044e5b37e6bcb3a8d01dc7362b276',1,'TRANSLATION(): lsTransformMesh.hpp']]],
- ['translatortype_7',['TranslatorType',['../classlsToDiskMesh.html#a739ec93498be7455d71e8241d93b1de8',1,'lsToDiskMesh::TranslatorType()'],['../classlsToDiskMesh.html#a739ec93498be7455d71e8241d93b1de8',1,'lsToDiskMesh::TranslatorType()']]],
- ['trench_8',['trench',['../namespaceAirGapDeposition.html#adc994ddcd49604c115802be0b6394a33',1,'AirGapDeposition.trench()'],['../namespaceDeposition.html#a926efaf965f4ac96389fe463ccf0b7be',1,'Deposition.trench()'],['../namespaceGeometricAdvection.html#abcb12fafe44f5af6a80265bf54d9d628',1,'GeometricAdvection.trench()']]],
- ['trenchdepth_9',['trenchDepth',['../structViewFactorProcessDataType.html#ae20003bfd07558ac0599564a9ef8b4a9',1,'ViewFactorProcessDataType']]],
- ['trenchdiameter_10',['trenchDiameter',['../structViewFactorProcessDataType.html#a9e42f4a6cdc5a53a92202cbd60eb5177',1,'ViewFactorProcessDataType']]],
- ['triangles_11',['triangles',['../classlsMesh.html#a7f993e67a05d8c3603858ef1a35aeb5a',1,'lsMesh']]]
-];
diff --git a/docs/doxygen/html/search/all_11.html b/docs/doxygen/html/search/all_11.html
deleted file mode 100644
index e2183ee4..00000000
--- a/docs/doxygen/html/search/all_11.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_11.js b/docs/doxygen/html/search/all_11.js
deleted file mode 100644
index d2dbac03..00000000
--- a/docs/doxygen/html/search/all_11.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['unchecked_0',['UNCHECKED',['../include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307acb05b13dd1c5294579396a615f2fae82',1,'UNCHECKED(): lsCheck.hpp'],['../install_2ViennaLS_2include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307acb05b13dd1c5294579396a615f2fae82',1,'UNCHECKED(): lsCheck.hpp'],['../include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307acb05b13dd1c5294579396a615f2fae82',1,'UNCHECKED(): lsCheck.hpp'],['../install_2ViennaLS_2include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307acb05b13dd1c5294579396a615f2fae82',1,'UNCHECKED(): lsCheck.hpp']]],
- ['union_1',['UNION',['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aea931da33de8ba05c3635a51c2b25d75',1,'UNION(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aea931da33de8ba05c3635a51c2b25d75',1,'UNION(): lsBooleanOperation.hpp'],['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aea931da33de8ba05c3635a51c2b25d75',1,'UNION(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aea931da33de8ba05c3635a51c2b25d75',1,'UNION(): lsBooleanOperation.hpp']]]
-];
diff --git a/docs/doxygen/html/search/all_12.html b/docs/doxygen/html/search/all_12.html
deleted file mode 100644
index 9b9621cc..00000000
--- a/docs/doxygen/html/search/all_12.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_12.js b/docs/doxygen/html/search/all_12.js
deleted file mode 100644
index 1ed6a63e..00000000
--- a/docs/doxygen/html/search/all_12.js
+++ /dev/null
@@ -1,26 +0,0 @@
-var searchData=
-[
- ['valuetype_0',['ValueType',['../classlsDomain.html#a0fd2ecbf57e7608ab81b6a38342f9e6f',1,'lsDomain::ValueType()'],['../classlsDomain.html#a0fd2ecbf57e7608ab81b6a38342f9e6f',1,'lsDomain::ValueType()']]],
- ['vectordatatype_1',['VectorDataType',['../classlsPointData.html#aabacd946ba7b56a2106350812b587633',1,'lsPointData::VectorDataType()'],['../classlsPointData.html#aabacd946ba7b56a2106350812b587633',1,'lsPointData::VectorDataType()']]],
- ['velocities_2',['velocities',['../namespaceDeposition.html#ae57e21d1dc9de847941bc81607c8849e',1,'Deposition.velocities()'],['../namespaceAirGapDeposition.html#ad5dc2abed0befd354f65157811efd227',1,'AirGapDeposition.velocities()']]],
- ['velocityfield_3',['velocityField',['../classAirGapDeposition_1_1velocityField.html',1,'AirGapDeposition.velocityField'],['../classDeposition_1_1velocityField.html',1,'Deposition.velocityField']]],
- ['velocitylabel_4',['velocityLabel',['../classlsAdvect.html#afae1b077486e6aa98c423cbe0b84c2e0',1,'lsAdvect']]],
- ['vertices_5',['vertices',['../classlsMesh.html#a138c81afd44ae5ae6d5110e4df0e9c0f',1,'lsMesh']]],
- ['viennals_6',['ViennaLS',['../index.html',1,'']]],
- ['viewfactor_7',['viewfactor',['../classViewFactorDistribution.html#aeecd38282f6ba0d8fb2d0ae4fc980d63',1,'ViewFactorDistribution']]],
- ['viewfactor_2ecpp_8',['ViewFactor.cpp',['../ViewFactor_8cpp.html',1,'']]],
- ['viewfactordistribution_9',['ViewFactorDistribution',['../classViewFactorDistribution.html',1,'ViewFactorDistribution< T, D, mapType >'],['../classViewFactorDistribution.html#ab53f7fe83da78517f7c7b51be3d03288',1,'ViewFactorDistribution::ViewFactorDistribution()']]],
- ['viewfactordistribution_2ehpp_10',['ViewFactorDistribution.hpp',['../ViewFactorDistribution_8hpp.html',1,'']]],
- ['viewfactorprocess_11',['ViewFactorProcess',['../classViewFactorProcess.html#ac40efbfa916cdc1431c6b3b9f4bcd17a',1,'ViewFactorProcess::ViewFactorProcess()'],['../classViewFactorProcess.html#acc54f7ab2e10ff4fbf2a7973ecc9fdfe',1,'ViewFactorProcess::ViewFactorProcess(LSPtrType passedSubstrate)'],['../classViewFactorProcess.html',1,'ViewFactorProcess< T, D >']]],
- ['viewfactorprocess_2ehpp_12',['ViewFactorProcess.hpp',['../ViewFactorProcess_8hpp.html',1,'']]],
- ['viewfactorprocessdata_2ehpp_13',['ViewFactorProcessData.hpp',['../ViewFactorProcessData_8hpp.html',1,'']]],
- ['viewfactorprocessdatatype_14',['ViewFactorProcessDataType',['../structViewFactorProcessDataType.html',1,'']]],
- ['voidetching_2ecpp_15',['VoidEtching.cpp',['../VoidEtching_8cpp.html',1,'']]],
- ['voidpointlabel_16',['voidPointLabel',['../classlsMarkVoidPoints.html#a773f9839086125cbf3c6c0e8b52213ce',1,'lsMarkVoidPoints']]],
- ['voidpointmarkerstype_17',['VoidPointMarkersType',['../classlsDomain.html#a6432176faa114eee197c3f70c3e6f775',1,'lsDomain::VoidPointMarkersType()'],['../classlsDomain.html#a6432176faa114eee197c3f70c3e6f775',1,'lsDomain::VoidPointMarkersType()']]],
- ['volumetolevelsets_2ecpp_18',['VolumeToLevelSets.cpp',['../VolumeToLevelSets_8cpp.html',1,'']]],
- ['vtk_5fauto_19',['VTK_AUTO',['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a4eced443a40042d60f7056b0785979f7',1,'VTK_AUTO(): lsFileFormats.hpp'],['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a4eced443a40042d60f7056b0785979f7',1,'VTK_AUTO(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a4eced443a40042d60f7056b0785979f7',1,'VTK_AUTO(): lsFileFormats.hpp'],['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a4eced443a40042d60f7056b0785979f7',1,'VTK_AUTO(): lsFileFormats.hpp']]],
- ['vtk_5flegacy_20',['VTK_LEGACY',['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a80d698f68ccb4c9143d932db3af5e05b',1,'VTK_LEGACY(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a80d698f68ccb4c9143d932db3af5e05b',1,'VTK_LEGACY(): lsFileFormats.hpp'],['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a80d698f68ccb4c9143d932db3af5e05b',1,'VTK_LEGACY(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a80d698f68ccb4c9143d932db3af5e05b',1,'VTK_LEGACY(): lsFileFormats.hpp']]],
- ['vtp_21',['VTP',['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a863add93f0d56ce49020187569c7b1cd',1,'VTP(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a863add93f0d56ce49020187569c7b1cd',1,'VTP(): lsFileFormats.hpp'],['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a863add93f0d56ce49020187569c7b1cd',1,'VTP(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a863add93f0d56ce49020187569c7b1cd',1,'VTP(): lsFileFormats.hpp']]],
- ['vtu_22',['VTU',['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964ae57246648e6daf8463f2aaab072d0d45',1,'VTU(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964ae57246648e6daf8463f2aaab072d0d45',1,'VTU(): lsFileFormats.hpp'],['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964ae57246648e6daf8463f2aaab072d0d45',1,'VTU(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964ae57246648e6daf8463f2aaab072d0d45',1,'VTU(): lsFileFormats.hpp']]]
-];
diff --git a/docs/doxygen/html/search/all_13.html b/docs/doxygen/html/search/all_13.html
deleted file mode 100644
index 4acb7f91..00000000
--- a/docs/doxygen/html/search/all_13.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_13.js b/docs/doxygen/html/search/all_13.js
deleted file mode 100644
index 8f97aae4..00000000
--- a/docs/doxygen/html/search/all_13.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var searchData=
-[
- ['weno3_0',['weno3',['../classlsInternal_1_1lsFiniteDifferences.html#a79d98864e22c1e1f124e334ba6c0387e',1,'lsInternal::lsFiniteDifferences::weno3(const T *x, T delta, bool plus, T eps=1e-6)'],['../classlsInternal_1_1lsFiniteDifferences.html#a79d98864e22c1e1f124e334ba6c0387e',1,'lsInternal::lsFiniteDifferences::weno3(const T *x, T delta, bool plus, T eps=1e-6)']]],
- ['weno3_1',['WENO3',['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a48827877b1f4c91171ef2d17aaeeb9ca',1,'lsInternal::WENO3()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a48827877b1f4c91171ef2d17aaeeb9ca',1,'lsInternal::WENO3()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a48827877b1f4c91171ef2d17aaeeb9ca',1,'lsInternal::WENO3()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a48827877b1f4c91171ef2d17aaeeb9ca',1,'lsInternal::WENO3()']]],
- ['weno5_2',['weno5',['../classlsInternal_1_1lsFiniteDifferences.html#ab0b417ce562ed42a8b484dd7214e8a13',1,'lsInternal::lsFiniteDifferences::weno5(const T *x, T dx, bool plus, T eps=1e-6)'],['../classlsInternal_1_1lsFiniteDifferences.html#ab0b417ce562ed42a8b484dd7214e8a13',1,'lsInternal::lsFiniteDifferences::weno5(const T *x, T dx, bool plus, T eps=1e-6)']]],
- ['weno5_3',['WENO5',['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7adf9e08f10584e71c9abf514864a47f99',1,'lsInternal::WENO5()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7adf9e08f10584e71c9abf514864a47f99',1,'lsInternal::WENO5()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7adf9e08f10584e71c9abf514864a47f99',1,'lsInternal::WENO5()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7adf9e08f10584e71c9abf514864a47f99',1,'lsInternal::WENO5()']]],
- ['what_4',['what',['../classlsCheck.html#aeb83d0fe006beb8f5d78e8b3c9872f2e',1,'lsCheck::what() const'],['../classlsCheck.html#aeb83d0fe006beb8f5d78e8b3c9872f2e',1,'lsCheck::what() const']]]
-];
diff --git a/docs/doxygen/html/search/all_14.html b/docs/doxygen/html/search/all_14.html
deleted file mode 100644
index abb790c0..00000000
--- a/docs/doxygen/html/search/all_14.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_14.js b/docs/doxygen/html/search/all_14.js
deleted file mode 100644
index cee4e5c1..00000000
--- a/docs/doxygen/html/search/all_14.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['_7elsgeometricadvectdistribution_0',['~lsGeometricAdvectDistribution',['../classlsGeometricAdvectDistribution.html#af1cac2fe8eb887b30165fe636b719d67',1,'lsGeometricAdvectDistribution::~lsGeometricAdvectDistribution()'],['../classlsGeometricAdvectDistribution.html#af1cac2fe8eb887b30165fe636b719d67',1,'lsGeometricAdvectDistribution::~lsGeometricAdvectDistribution()']]],
- ['_7elsvelocityfield_1',['~lsVelocityField',['../classlsVelocityField.html#a584c90d1d3e35d43e657a57ecaa12d45',1,'lsVelocityField::~lsVelocityField()'],['../classlsVelocityField.html#a584c90d1d3e35d43e657a57ecaa12d45',1,'lsVelocityField::~lsVelocityField()']]]
-];
diff --git a/docs/doxygen/html/search/all_2.html b/docs/doxygen/html/search/all_2.html
deleted file mode 100644
index 259dde4f..00000000
--- a/docs/doxygen/html/search/all_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_2.js b/docs/doxygen/html/search/all_2.js
deleted file mode 100644
index 8604568f..00000000
--- a/docs/doxygen/html/search/all_2.js
+++ /dev/null
@@ -1,15 +0,0 @@
-var searchData=
-[
- ['calculategradient_0',['calculateGradient',['../classlsInternal_1_1lsFiniteDifferences.html#a4d0e845db587f2dd7d624d53b893f72f',1,'lsInternal::lsFiniteDifferences::calculateGradient(const T *values, const double &delta)'],['../classlsInternal_1_1lsFiniteDifferences.html#a4d0e845db587f2dd7d624d53b893f72f',1,'lsInternal::lsFiniteDifferences::calculateGradient(const T *values, const double &delta)']]],
- ['calculategradientdiff_1',['calculateGradientDiff',['../classlsInternal_1_1lsFiniteDifferences.html#a602e63e25f54ece3466a5d3e391fc55f',1,'lsInternal::lsFiniteDifferences::calculateGradientDiff(const T *values, const double &delta)'],['../classlsInternal_1_1lsFiniteDifferences.html#a602e63e25f54ece3466a5d3e391fc55f',1,'lsInternal::lsFiniteDifferences::calculateGradientDiff(const T *values, const double &delta)']]],
- ['celldata_2',['cellData',['../classlsMesh.html#a9dca591fdc28fe2790e5c50e46158adc',1,'lsMesh']]],
- ['clear_3',['clear',['../classlsMesh.html#a04b852bf429a4022800b59515e64a43a',1,'lsMesh::clear()'],['../classlsPointData.html#ae4605de670b5af2def0b3efdb048a942',1,'lsPointData::clear()'],['../classlsMesh.html#a04b852bf429a4022800b59515e64a43a',1,'lsMesh::clear()'],['../classlsPointData.html#ae4605de670b5af2def0b3efdb048a942',1,'lsPointData::clear()']]],
- ['clearmetadata_4',['clearMetaData',['../classlsDomain.html#a335f146054c0610326fc51436ae620bc',1,'lsDomain::clearMetaData()'],['../classlsDomain.html#a335f146054c0610326fc51436ae620bc',1,'lsDomain::clearMetaData()']]],
- ['closingtime_5',['closingTime',['../classViewFactorDistribution.html#ac564435da2b4a216f00ff31fce92def7',1,'ViewFactorDistribution']]],
- ['comparatortype_6',['ComparatorType',['../classlsBooleanOperation.html#a60c213740c79909b47fea280b356d6ff',1,'lsBooleanOperation::ComparatorType()'],['../classlsBooleanOperation.html#a60c213740c79909b47fea280b356d6ff',1,'lsBooleanOperation::ComparatorType()']]],
- ['contributing_7',['Contributing',['../md_CONTRIBUTING.html',1,'']]],
- ['contributing_2emd_8',['CONTRIBUTING.md',['../CONTRIBUTING_8md.html',1,'']]],
- ['counter_9',['counter',['../namespaceDeposition.html#a832bc85f44adbf2f1ef86c55a5482e90',1,'Deposition']]],
- ['curvature_10',['CURVATURE',['../include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecaa946d58841083de4137f44727adbac6d',1,'CURVATURE(): lsDetectFeatures.hpp'],['../install_2ViennaLS_2include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecaa946d58841083de4137f44727adbac6d',1,'CURVATURE(): lsDetectFeatures.hpp'],['../include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecaa946d58841083de4137f44727adbac6d',1,'CURVATURE(): lsDetectFeatures.hpp'],['../install_2ViennaLS_2include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecaa946d58841083de4137f44727adbac6d',1,'CURVATURE(): lsDetectFeatures.hpp']]],
- ['custom_11',['CUSTOM',['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a72baef04098f035e8a320b03ad197818',1,'CUSTOM(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a72baef04098f035e8a320b03ad197818',1,'CUSTOM(): lsBooleanOperation.hpp'],['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a72baef04098f035e8a320b03ad197818',1,'CUSTOM(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a72baef04098f035e8a320b03ad197818',1,'CUSTOM(): lsBooleanOperation.hpp']]]
-];
diff --git a/docs/doxygen/html/search/all_3.html b/docs/doxygen/html/search/all_3.html
deleted file mode 100644
index 1e60c949..00000000
--- a/docs/doxygen/html/search/all_3.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_3.js b/docs/doxygen/html/search/all_3.js
deleted file mode 100644
index a73ea7cd..00000000
--- a/docs/doxygen/html/search/all_3.js
+++ /dev/null
@@ -1,17 +0,0 @@
-var searchData=
-[
- ['data_0',['data',['../classViewFactorDistribution.html#a5f886b3b1c1f3e387dff54baee3db738',1,'ViewFactorDistribution']]],
- ['deepcopy_1',['deepCopy',['../classlsDomain.html#a32213467746efd0977a84b7a5d7de743',1,'lsDomain::deepCopy(const lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsDomain.html#a32213467746efd0977a84b7a5d7de743',1,'lsDomain::deepCopy(const lsSmartPointer< lsDomain< T, D > > passedlsDomain)']]],
- ['deposition_2',['Deposition',['../namespaceDeposition.html',1,'']]],
- ['deposition_2ecpp_3',['Deposition.cpp',['../Deposition_8cpp.html',1,'']]],
- ['deposition_2epy_4',['Deposition.py',['../Deposition_8py.html',1,'']]],
- ['deserialize_5',['deserialize',['../classlsDomain.html#aebe97f435fd89c0d10f0b12f747f8dee',1,'lsDomain::deserialize()'],['../classlsPointData.html#a682ceb0ce5c8d13d38957a74d96a252e',1,'lsPointData::deserialize()'],['../classlsDomain.html#aebe97f435fd89c0d10f0b12f747f8dee',1,'lsDomain::deserialize()'],['../classlsPointData.html#a682ceb0ce5c8d13d38957a74d96a252e',1,'lsPointData::deserialize()']]],
- ['differencenegative_6',['differenceNegative',['../classlsInternal_1_1lsFiniteDifferences.html#a7d255b73875af1f1345aec82db1df762',1,'lsInternal::lsFiniteDifferences::differenceNegative(const T *values, const double &delta)'],['../classlsInternal_1_1lsFiniteDifferences.html#a7d255b73875af1f1345aec82db1df762',1,'lsInternal::lsFiniteDifferences::differenceNegative(const T *values, const double &delta)']]],
- ['differencepositive_7',['differencePositive',['../classlsInternal_1_1lsFiniteDifferences.html#aee7d45bd89a59a4b42f21748f6641cdd',1,'lsInternal::lsFiniteDifferences::differencePositive(const T *values, const double &delta)'],['../classlsInternal_1_1lsFiniteDifferences.html#aee7d45bd89a59a4b42f21748f6641cdd',1,'lsInternal::lsFiniteDifferences::differencePositive(const T *values, const double &delta)']]],
- ['differentiationschemeenum_8',['DifferentiationSchemeEnum',['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7',1,'lsInternal::DifferentiationSchemeEnum()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7',1,'lsInternal::DifferentiationSchemeEnum()']]],
- ['dimensions_9',['dimensions',['../classlsDomain.html#a23ca994a84325006116efc1f3e118b35',1,'lsDomain']]],
- ['dist_10',['dist',['../namespaceGeometricAdvection.html#aa8ac5422d5dca205d8003906cf3ed2da',1,'GeometricAdvection']]],
- ['domaintype_11',['DomainType',['../classlsDomain.html#a7e989b2c137e03c4f8e09c181b6311af',1,'lsDomain::DomainType()'],['../classlsDomain.html#a7e989b2c137e03c4f8e09c181b6311af',1,'lsDomain::DomainType()']]],
- ['dot_12',['dot',['../classViewFactorDistribution.html#afc281981f5357ca2d8763306c43c9364',1,'ViewFactorDistribution']]],
- ['drdt_13',['drdt',['../classViewFactorDistribution.html#a3b97e7c3cd0a77b3a0116e50e08366cb',1,'ViewFactorDistribution']]]
-];
diff --git a/docs/doxygen/html/search/all_4.html b/docs/doxygen/html/search/all_4.html
deleted file mode 100644
index 08f1aede..00000000
--- a/docs/doxygen/html/search/all_4.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_4.js b/docs/doxygen/html/search/all_4.js
deleted file mode 100644
index 6835a27d..00000000
--- a/docs/doxygen/html/search/all_4.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var searchData=
-[
- ['empty_0',['empty',['../classlsPointData.html#a94ecd32b8ef890831d819453abf5258d',1,'lsPointData::empty()'],['../classlsPointData.html#a94ecd32b8ef890831d819453abf5258d',1,'lsPointData::empty()']]],
- ['end_1',['end',['../classlsPointCloud.html#a3aaad3c6ad7258cbad18b8dc17c675c0',1,'lsPointCloud::end()'],['../classlsPointCloud.html#a3aaad3c6ad7258cbad18b8dc17c675c0',1,'lsPointCloud::end()']]],
- ['engquist_5fosher_5f1st_5forder_2',['ENGQUIST_OSHER_1ST_ORDER',['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad0a7e3dc2008232b277a258bb57d2049',1,'ENGQUIST_OSHER_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad0a7e3dc2008232b277a258bb57d2049',1,'ENGQUIST_OSHER_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad0a7e3dc2008232b277a258bb57d2049',1,'ENGQUIST_OSHER_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad0a7e3dc2008232b277a258bb57d2049',1,'ENGQUIST_OSHER_1ST_ORDER(): lsAdvect.hpp']]],
- ['engquist_5fosher_5f2nd_5forder_3',['ENGQUIST_OSHER_2ND_ORDER',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa04ccfbc276e404065c286a5ff2f249d',1,'ENGQUIST_OSHER_2ND_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa04ccfbc276e404065c286a5ff2f249d',1,'ENGQUIST_OSHER_2ND_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa04ccfbc276e404065c286a5ff2f249d',1,'ENGQUIST_OSHER_2ND_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa04ccfbc276e404065c286a5ff2f249d',1,'ENGQUIST_OSHER_2ND_ORDER(): lsAdvect.hpp']]],
- ['erasescalardata_4',['eraseScalarData',['../classlsPointData.html#ab61572daa79898ed3c84377c4af739b1',1,'lsPointData::eraseScalarData(int index)'],['../classlsPointData.html#ab61572daa79898ed3c84377c4af739b1',1,'lsPointData::eraseScalarData(int index)']]],
- ['erasevectordata_5',['eraseVectorData',['../classlsPointData.html#ade244809d00be4e306c320c0ce729feb',1,'lsPointData::eraseVectorData(int index)'],['../classlsPointData.html#ade244809d00be4e306c320c0ce729feb',1,'lsPointData::eraseVectorData(int index)']]],
- ['extent_6',['extent',['../namespaceAirGapDeposition.html#ad57d3494da9650c7081894b7de007eba',1,'AirGapDeposition.extent()'],['../namespaceDeposition.html#a2091a9e8efc556060c6a3fe0e2a71191',1,'Deposition.extent()'],['../namespaceGeometricAdvection.html#afeac2948471fac1e758166cdb6990895',1,'GeometricAdvection.extent()']]]
-];
diff --git a/docs/doxygen/html/search/all_5.html b/docs/doxygen/html/search/all_5.html
deleted file mode 100644
index 0d85fcc8..00000000
--- a/docs/doxygen/html/search/all_5.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_5.js b/docs/doxygen/html/search/all_5.js
deleted file mode 100644
index 84fe16f9..00000000
--- a/docs/doxygen/html/search/all_5.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var searchData=
-[
- ['failed_0',['FAILED',['../include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ab9e14d9b2886bcff408b85aefa780419',1,'FAILED(): lsCheck.hpp'],['../install_2ViennaLS_2include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ab9e14d9b2886bcff408b85aefa780419',1,'FAILED(): lsCheck.hpp'],['../include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ab9e14d9b2886bcff408b85aefa780419',1,'FAILED(): lsCheck.hpp'],['../install_2ViennaLS_2include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ab9e14d9b2886bcff408b85aefa780419',1,'FAILED(): lsCheck.hpp']]],
- ['featuremarkerslabel_1',['featureMarkersLabel',['../classlsDetectFeatures.html#a801249516b87df701910acbe3ff9132a',1,'lsDetectFeatures']]],
- ['finalize_2',['finalize',['../classlsDomain.html#a413380ae4d497ab06c56e28aaea6c2ce',1,'lsDomain::finalize(int newWidth)'],['../classlsDomain.html#ad3d4f7ece6737806c42f642aa42d8309',1,'lsDomain::finalize()'],['../classlsDomain.html#a413380ae4d497ab06c56e28aaea6c2ce',1,'lsDomain::finalize(int newWidth)'],['../classlsDomain.html#ad3d4f7ece6737806c42f642aa42d8309',1,'lsDomain::finalize()']]],
- ['first_5forder_3',['FIRST_ORDER',['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a381be4beabc209c2c0999eabbfcaa16b',1,'lsInternal::FIRST_ORDER()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a381be4beabc209c2c0999eabbfcaa16b',1,'lsInternal::FIRST_ORDER()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a381be4beabc209c2c0999eabbfcaa16b',1,'lsInternal::FIRST_ORDER()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a381be4beabc209c2c0999eabbfcaa16b',1,'lsInternal::FIRST_ORDER()']]]
-];
diff --git a/docs/doxygen/html/search/all_6.html b/docs/doxygen/html/search/all_6.html
deleted file mode 100644
index 7e088b86..00000000
--- a/docs/doxygen/html/search/all_6.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_6.js b/docs/doxygen/html/search/all_6.js
deleted file mode 100644
index cb8b5fbf..00000000
--- a/docs/doxygen/html/search/all_6.js
+++ /dev/null
@@ -1,47 +0,0 @@
-var searchData=
-[
- ['gaussian_5fcurvature_0',['GAUSSIAN_CURVATURE',['../include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda5c6d0aa67addeea5ec8c2a7803f67893',1,'GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda5c6d0aa67addeea5ec8c2a7803f67893',1,'GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda5c6d0aa67addeea5ec8c2a7803f67893',1,'GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda5c6d0aa67addeea5ec8c2a7803f67893',1,'GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp']]],
- ['gaussiancurvature_1',['gaussianCurvature',['../namespacelsInternal.html#abee0952a38ee9d2dd729b2c5b6006591',1,'lsInternal']]],
- ['gaussiancurvature3d_2',['gaussianCurvature3D',['../namespacelsInternal.html#a8408b8dfc9c76d40f01093cb33091c81',1,'lsInternal']]],
- ['gaussiancurvaturelabel_3',['gaussianCurvatureLabel',['../classlsCalculateCurvatures.html#a6f88f3e5220441afde1fed9cf64f4c37',1,'lsCalculateCurvatures']]],
- ['geometricadvection_4',['GeometricAdvection',['../namespaceGeometricAdvection.html',1,'']]],
- ['geometricadvection_2ecpp_5',['GeometricAdvection.cpp',['../GeometricAdvection_8cpp.html',1,'']]],
- ['geometricadvection_2epy_6',['GeometricAdvection.py',['../GeometricAdvection_8py.html',1,'']]],
- ['getadvectedtime_7',['getAdvectedTime',['../classlsAdvect.html#ab3aa1882d86169065989b55c839f061a',1,'lsAdvect::getAdvectedTime()'],['../classlsAdvect.html#ab3aa1882d86169065989b55c839f061a',1,'lsAdvect::getAdvectedTime()']]],
- ['getbounds_8',['getBounds',['../classlsGeometricAdvectDistribution.html#a5e074d9fc15e80cd8370e3b1ab5f7d67',1,'lsGeometricAdvectDistribution::getBounds()'],['../classlsSphereDistribution.html#a61215c7801d27584e84e0e54388601d8',1,'lsSphereDistribution::getBounds()'],['../classlsGeometricAdvectDistribution.html#a5e074d9fc15e80cd8370e3b1ab5f7d67',1,'lsGeometricAdvectDistribution::getBounds()'],['../classViewFactorDistribution.html#a195e3eed6d467b738b7cfde6fe3e47fc',1,'ViewFactorDistribution::getBounds()'],['../classlsBoxDistribution.html#a62d0122283bdf5c697ffe8b9c8b2cc89',1,'lsBoxDistribution::getBounds()'],['../classlsSphereDistribution.html#a61215c7801d27584e84e0e54388601d8',1,'lsSphereDistribution::getBounds()'],['../classlsBoxDistribution.html#a62d0122283bdf5c697ffe8b9c8b2cc89',1,'lsBoxDistribution::getBounds()']]],
- ['getcalculatenormalvectors_9',['getCalculateNormalVectors',['../classlsAdvect.html#a8a9e64c2f053d28d459d5742f18f424b',1,'lsAdvect::getCalculateNormalVectors()'],['../classlsAdvect.html#a8a9e64c2f053d28d459d5742f18f424b',1,'lsAdvect::getCalculateNormalVectors()']]],
- ['getcelldata_10',['getCellData',['../classlsMesh.html#ad8c7e5b4b0e85ed270dbb583d6c8d982',1,'lsMesh::getCellData() const'],['../classlsMesh.html#ad8c7e5b4b0e85ed270dbb583d6c8d982',1,'lsMesh::getCellData() const'],['../classlsMesh.html#a04bfb7899869f4db02cf7c84abc5528c',1,'lsMesh::getCellData()'],['../classlsMesh.html#a04bfb7899869f4db02cf7c84abc5528c',1,'lsMesh::getCellData()']]],
- ['getconnectedcomponents_11',['getConnectedComponents',['../classlsInternal_1_1lsGraph.html#a1f527a0458bb34272eab42c4be5c3d16',1,'lsInternal::lsGraph::getConnectedComponents()'],['../classlsInternal_1_1lsGraph.html#a1f527a0458bb34272eab42c4be5c3d16',1,'lsInternal::lsGraph::getConnectedComponents()']]],
- ['getdissipationalpha_12',['getDissipationAlpha',['../classlsVelocityField.html#a9e95150133beb47249897d05d2c4d9da',1,'lsVelocityField::getDissipationAlpha(int, int, const std::array< T, 3 > &)'],['../classlsVelocityField.html#a9e95150133beb47249897d05d2c4d9da',1,'lsVelocityField::getDissipationAlpha(int, int, const std::array< T, 3 > &)']]],
- ['getdomain_13',['getDomain',['../classlsDomain.html#af46c231822a856d950b55ddb680fb2df',1,'lsDomain::getDomain() const'],['../classlsDomain.html#ae5f3309a965ef29eb6ebcb14be21ee99',1,'lsDomain::getDomain()'],['../classlsDomain.html#af46c231822a856d950b55ddb680fb2df',1,'lsDomain::getDomain() const'],['../classlsDomain.html#ae5f3309a965ef29eb6ebcb14be21ee99',1,'lsDomain::getDomain()']]],
- ['getelements_14',['getElements',['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()']]],
- ['getfinalalphas_15',['getFinalAlphas',['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#ae382f43756d180c92a121df814ed513c',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::getFinalAlphas() const'],['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#ae382f43756d180c92a121df814ed513c',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::getFinalAlphas() const']]],
- ['getgrid_16',['getGrid',['../classlsDomain.html#ae31267c5027a4919be7f3c2d910a595e',1,'lsDomain::getGrid()'],['../classlsDomain.html#a5ea7f6fa1b93f12330a281c4dcfbe381',1,'lsDomain::getGrid() const'],['../classlsDomain.html#ae31267c5027a4919be7f3c2d910a595e',1,'lsDomain::getGrid()'],['../classlsDomain.html#a5ea7f6fa1b93f12330a281c4dcfbe381',1,'lsDomain::getGrid() const']]],
- ['getinstance_17',['getInstance',['../classlsMessage.html#a9e7b99f0901b5e4eac55c9a2145090f7',1,'lsMessage::getInstance()'],['../classlsMessage.html#a9e7b99f0901b5e4eac55c9a2145090f7',1,'lsMessage::getInstance()']]],
- ['getlevelsets_18',['getLevelSets',['../classlsFromVolumeMesh.html#adb06e9d1bda604e4d8a246904a3e099e',1,'lsFromVolumeMesh::getLevelSets() const'],['../classlsFromVolumeMesh.html#adb06e9d1bda604e4d8a246904a3e099e',1,'lsFromVolumeMesh::getLevelSets() const']]],
- ['getlevelsetwidth_19',['getLevelSetWidth',['../classlsDomain.html#a7c41c369debd2f5eeddfc7d4586d7116',1,'lsDomain::getLevelSetWidth() const'],['../classlsDomain.html#a7c41c369debd2f5eeddfc7d4586d7116',1,'lsDomain::getLevelSetWidth() const']]],
- ['getnodes_20',['getNodes',['../classlsMesh.html#a2d3570f65acdd84cbacd75d4352d6962',1,'lsMesh::getNodes()'],['../classlsMesh.html#a0e366bb9304308085a5c37e5da6e99ae',1,'lsMesh::getNodes() const'],['../classlsMesh.html#a2d3570f65acdd84cbacd75d4352d6962',1,'lsMesh::getNodes()'],['../classlsMesh.html#a0e366bb9304308085a5c37e5da6e99ae',1,'lsMesh::getNodes() const']]],
- ['getnumberofpoints_21',['getNumberOfPoints',['../classlsDomain.html#aeaedf9b83e01197f5e1ccf744364f25e',1,'lsDomain::getNumberOfPoints() const'],['../classlsDomain.html#aeaedf9b83e01197f5e1ccf744364f25e',1,'lsDomain::getNumberOfPoints() const']]],
- ['getnumberofsegments_22',['getNumberOfSegments',['../classlsDomain.html#a392c3fcfc0a5c09d19cc1c319c49e49d',1,'lsDomain::getNumberOfSegments() const'],['../classlsDomain.html#a392c3fcfc0a5c09d19cc1c319c49e49d',1,'lsDomain::getNumberOfSegments() const']]],
- ['getnumberoftimesteps_23',['getNumberOfTimeSteps',['../classlsAdvect.html#a77a15f986e3037afa870d4a5aab5162b',1,'lsAdvect::getNumberOfTimeSteps()'],['../classlsAdvect.html#a77a15f986e3037afa870d4a5aab5162b',1,'lsAdvect::getNumberOfTimeSteps()']]],
- ['getnumberofvalues_24',['getNumberOfValues',['../classlsInternal_1_1lsFiniteDifferences.html#a6ba90da7aa5d1d5d86c2ca3f7724a298',1,'lsInternal::lsFiniteDifferences::getNumberOfValues(DifferentiationSchemeEnum s)'],['../classlsInternal_1_1lsFiniteDifferences.html#a6ba90da7aa5d1d5d86c2ca3f7724a298',1,'lsInternal::lsFiniteDifferences::getNumberOfValues(DifferentiationSchemeEnum s)']]],
- ['getpointdata_25',['getPointData',['../classlsDomain.html#aeda612a44a8559e9ce421cc30834fed4',1,'lsDomain::getPointData()'],['../classlsMesh.html#a2454ee7aaa24c3d0dd31d87e6d0d65cc',1,'lsMesh::getPointData() const'],['../classlsMesh.html#a40b10e197a1594e6753091e9633b8a9b',1,'lsMesh::getPointData()'],['../classlsDomain.html#aa92b3eede588844d1a8c89248862548d',1,'lsDomain::getPointData() const'],['../classlsDomain.html#aeda612a44a8559e9ce421cc30834fed4',1,'lsDomain::getPointData()'],['../classlsMesh.html#a2454ee7aaa24c3d0dd31d87e6d0d65cc',1,'lsMesh::getPointData() const'],['../classlsMesh.html#a40b10e197a1594e6753091e9633b8a9b',1,'lsMesh::getPointData()'],['../classlsDomain.html#aa92b3eede588844d1a8c89248862548d',1,'lsDomain::getPointData()']]],
- ['getscalardata_26',['getScalarData',['../classlsPointData.html#ab72bdc64972141ddc7551929c5a42830',1,'lsPointData::getScalarData(int index)'],['../classlsPointData.html#a55fab9dff3511e65e1e1d50a181ef946',1,'lsPointData::getScalarData(std::string searchLabel) const'],['../classlsPointData.html#ad33491760b48b855bdb6ede8cac9bd59',1,'lsPointData::getScalarData(std::string searchLabel)'],['../classlsPointData.html#a11c4a9f39063845186eee1008865cf2c',1,'lsPointData::getScalarData(int index) const'],['../classlsPointData.html#ab72bdc64972141ddc7551929c5a42830',1,'lsPointData::getScalarData(int index)'],['../classlsPointData.html#a55fab9dff3511e65e1e1d50a181ef946',1,'lsPointData::getScalarData(std::string searchLabel) const'],['../classlsPointData.html#ad33491760b48b855bdb6ede8cac9bd59',1,'lsPointData::getScalarData(std::string searchLabel)'],['../classlsPointData.html#a11c4a9f39063845186eee1008865cf2c',1,'lsPointData::getScalarData(int index) const']]],
- ['getscalardataindex_27',['getScalarDataIndex',['../classlsPointData.html#a116178c711b1d123952fff1631420b9f',1,'lsPointData::getScalarDataIndex(std::string searchLabel) const'],['../classlsPointData.html#a116178c711b1d123952fff1631420b9f',1,'lsPointData::getScalarDataIndex(std::string searchLabel) const']]],
- ['getscalardatalabel_28',['getScalarDataLabel',['../classlsPointData.html#a146172a79edbd51b8144c80ecc121177',1,'lsPointData::getScalarDataLabel(int index) const'],['../classlsPointData.html#a146172a79edbd51b8144c80ecc121177',1,'lsPointData::getScalarDataLabel(int index) const']]],
- ['getscalardatasize_29',['getScalarDataSize',['../classlsPointData.html#af34badefacc0fa40d24043dbb666220b',1,'lsPointData::getScalarDataSize() const'],['../classlsPointData.html#af34badefacc0fa40d24043dbb666220b',1,'lsPointData::getScalarDataSize() const']]],
- ['getscalarvelocity_30',['getScalarVelocity',['../classlsVelocityField.html#a6bbdbe1f20c0236d92e444324a692244',1,'lsVelocityField::getScalarVelocity()'],['../classAirGapDeposition_1_1velocityField.html#a813cdcf72647f935971d8f464880bddc',1,'AirGapDeposition.velocityField.getScalarVelocity()'],['../classDeposition_1_1velocityField.html#ace0f1476f38402737f2a99a7c979b3ea',1,'Deposition.velocityField.getScalarVelocity()'],['../classlsVelocityField.html#a6bbdbe1f20c0236d92e444324a692244',1,'lsVelocityField::getScalarVelocity()']]],
- ['getsigneddistance_31',['getSignedDistance',['../classlsSphereDistribution.html#a853bd24d56571eebd9853c3ca6b6bef1',1,'lsSphereDistribution::getSignedDistance()'],['../classlsBoxDistribution.html#a13f9c5a7fc74ee3e8388fee5490b34c4',1,'lsBoxDistribution::getSignedDistance()'],['../classlsGeometricAdvectDistribution.html#a8c5148a2fe6d13dbb7bdfacd71bbb157',1,'lsGeometricAdvectDistribution::getSignedDistance()'],['../classlsBoxDistribution.html#a13f9c5a7fc74ee3e8388fee5490b34c4',1,'lsBoxDistribution::getSignedDistance()'],['../classlsSphereDistribution.html#a853bd24d56571eebd9853c3ca6b6bef1',1,'lsSphereDistribution::getSignedDistance()'],['../classlsGeometricAdvectDistribution.html#a8c5148a2fe6d13dbb7bdfacd71bbb157',1,'lsGeometricAdvectDistribution::getSignedDistance()'],['../classViewFactorDistribution.html#a5e24f847c839dda1330bd0d165aaa6f9',1,'ViewFactorDistribution::getSignedDistance()']]],
- ['getstatus_32',['getStatus',['../classlsCheck.html#aeb3baf5265da7e0c4985d9258fb01e91',1,'lsCheck::getStatus() const'],['../classlsCheck.html#aeb3baf5265da7e0c4985d9258fb01e91',1,'lsCheck::getStatus() const']]],
- ['getthickness_33',['getThickness',['../classViewFactorDistribution.html#a5072d54621471c8812895badcef07e13',1,'ViewFactorDistribution']]],
- ['gettimestepratio_34',['getTimeStepRatio',['../classlsAdvect.html#a65951348ca5870a5b0caa8196358bdc2',1,'lsAdvect::getTimeStepRatio()'],['../classlsAdvect.html#a65951348ca5870a5b0caa8196358bdc2',1,'lsAdvect::getTimeStepRatio()']]],
- ['gettopthickness_35',['getTopThickness',['../classViewFactorDistribution.html#a91fb7799b50c5d8dc7c0162dfd8ab32a',1,'ViewFactorDistribution']]],
- ['getvectordata_36',['getVectorData',['../classlsPointData.html#a46802ce3e9260ed5bdee7d97d45effaa',1,'lsPointData::getVectorData(std::string searchLabel) const'],['../classlsPointData.html#afe6a833ac90a8aaff961cddf11f884a3',1,'lsPointData::getVectorData(int index)'],['../classlsPointData.html#ad5e79212bd807ca6c0e0ef032e5f4c00',1,'lsPointData::getVectorData(int index) const'],['../classlsPointData.html#a46802ce3e9260ed5bdee7d97d45effaa',1,'lsPointData::getVectorData(std::string searchLabel) const'],['../classlsPointData.html#ae11f864e5dea6630315cb680c4ec048f',1,'lsPointData::getVectorData(std::string searchLabel)'],['../classlsPointData.html#ad5e79212bd807ca6c0e0ef032e5f4c00',1,'lsPointData::getVectorData(int index) const'],['../classlsPointData.html#afe6a833ac90a8aaff961cddf11f884a3',1,'lsPointData::getVectorData(int index)'],['../classlsPointData.html#ae11f864e5dea6630315cb680c4ec048f',1,'lsPointData::getVectorData(std::string searchLabel)']]],
- ['getvectordataindex_37',['getVectorDataIndex',['../classlsPointData.html#aca5bf284b079052ed4cff4a642a21a89',1,'lsPointData::getVectorDataIndex(std::string searchLabel) const'],['../classlsPointData.html#aca5bf284b079052ed4cff4a642a21a89',1,'lsPointData::getVectorDataIndex(std::string searchLabel) const']]],
- ['getvectordatalabel_38',['getVectorDataLabel',['../classlsPointData.html#ae346fe438cbe799dae89c1a2ba576ded',1,'lsPointData::getVectorDataLabel(int index) const'],['../classlsPointData.html#ae346fe438cbe799dae89c1a2ba576ded',1,'lsPointData::getVectorDataLabel(int index) const']]],
- ['getvectordatasize_39',['getVectorDataSize',['../classlsPointData.html#aa70073aa2a8e950744d5234748b58f0c',1,'lsPointData::getVectorDataSize() const'],['../classlsPointData.html#aa70073aa2a8e950744d5234748b58f0c',1,'lsPointData::getVectorDataSize() const']]],
- ['getvectorvelocity_40',['getVectorVelocity',['../classDeposition_1_1velocityField.html#a9e6dee2a9d23b4d5c214d2e3146488d6',1,'Deposition.velocityField.getVectorVelocity()'],['../classlsVelocityField.html#a74bf62969a1c05342f7bb18dc7a5eec4',1,'lsVelocityField::getVectorVelocity(const std::array< T, 3 > &, int, const std::array< T, 3 > &, unsigned long)'],['../classlsVelocityField.html#a74bf62969a1c05342f7bb18dc7a5eec4',1,'lsVelocityField::getVectorVelocity(const std::array< T, 3 > &, int, const std::array< T, 3 > &, unsigned long)'],['../classAirGapDeposition_1_1velocityField.html#af34c19141117f6019e4d473de45347eb',1,'AirGapDeposition.velocityField.getVectorVelocity()']]],
- ['getvoidpointmarkers_41',['getVoidPointMarkers',['../classlsDomain.html#a704c7dbdc386293ea8f2a58e038ce662',1,'lsDomain::getVoidPointMarkers()'],['../classlsDomain.html#afd8f7a7f7142cfd91e8307b891be8ff8',1,'lsDomain::getVoidPointMarkers() const'],['../classlsDomain.html#a704c7dbdc386293ea8f2a58e038ce662',1,'lsDomain::getVoidPointMarkers()'],['../classlsDomain.html#afd8f7a7f7142cfd91e8307b891be8ff8',1,'lsDomain::getVoidPointMarkers() const']]],
- ['griddelta_42',['gridDelta',['../namespaceDeposition.html#a388a3ed8b0b67bec94970f23ad4fe042',1,'Deposition.gridDelta()'],['../namespaceAirGapDeposition.html#a2298757d8b928ab18a132ed7e268679b',1,'AirGapDeposition.gridDelta()'],['../namespaceGeometricAdvection.html#a46b978bd5d91bddda4f40cf011b6d4ed',1,'GeometricAdvection.gridDelta()'],['../classlsBoxDistribution.html#a96d3ff1948160d3b800ba880c896cef1',1,'lsBoxDistribution::gridDelta()'],['../classlsSphereDistribution.html#acff9f68f19a96bd7e54e9863a5ca1e7c',1,'lsSphereDistribution::gridDelta()'],['../structViewFactorProcessDataType.html#ac5f7efdbd85bdfa82e6897a8337c8473',1,'ViewFactorProcessDataType::gridDelta()']]],
- ['gridtype_43',['GridType',['../classlsFromVolumeMesh.html#ae128378f34da6e6c0ca9141321a7f21a',1,'lsFromVolumeMesh::GridType()'],['../classlsDomain.html#acd1ed71ed408b19ab82f4b33db28a20d',1,'lsDomain::GridType()'],['../classlsFromVolumeMesh.html#ae128378f34da6e6c0ca9141321a7f21a',1,'lsFromVolumeMesh::GridType()'],['../classlsDomain.html#acd1ed71ed408b19ab82f4b33db28a20d',1,'lsDomain::GridType()']]]
-];
diff --git a/docs/doxygen/html/search/all_7.html b/docs/doxygen/html/search/all_7.html
deleted file mode 100644
index d2b18254..00000000
--- a/docs/doxygen/html/search/all_7.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_7.js b/docs/doxygen/html/search/all_7.js
deleted file mode 100644
index 99de3ae2..00000000
--- a/docs/doxygen/html/search/all_7.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['height_0',['height',['../classlsCylinder.html#a8c1e8a7a6da15031bbd1b3b5ec0bf1db',1,'lsCylinder']]],
- ['hexas_1',['hexas',['../classlsMesh.html#a6fa110f111ac84650d9d3101860b59b2',1,'lsMesh']]]
-];
diff --git a/docs/doxygen/html/search/all_8.html b/docs/doxygen/html/search/all_8.html
deleted file mode 100644
index f4e3a2aa..00000000
--- a/docs/doxygen/html/search/all_8.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_8.js b/docs/doxygen/html/search/all_8.js
deleted file mode 100644
index 8dfb66d9..00000000
--- a/docs/doxygen/html/search/all_8.js
+++ /dev/null
@@ -1,27 +0,0 @@
-var searchData=
-[
- ['insertnextedge_0',['insertNextEdge',['../classlsInternal_1_1lsGraph.html#aa641503c10309eed575c0a0a354f65ff',1,'lsInternal::lsGraph::insertNextEdge(std::size_t vertex1, std::size_t vertex2)'],['../classlsInternal_1_1lsGraph.html#aa641503c10309eed575c0a0a354f65ff',1,'lsInternal::lsGraph::insertNextEdge(std::size_t vertex1, std::size_t vertex2)']]],
- ['insertnextelement_1',['insertNextElement',['../classlsMesh.html#ab5d02b8c2fd38f0db716ec1d197c4cb1',1,'lsMesh::insertNextElement(const std::array< unsigned, 2 > &line)'],['../classlsMesh.html#ae2949ce1c86f0b6c866053471041d502',1,'lsMesh::insertNextElement(const std::array< unsigned, 8 > &hexa)'],['../classlsMesh.html#a4e4fc766b6f02aaa25c107ced8fbd297',1,'lsMesh::insertNextElement(const std::array< unsigned, 4 > &tetra)'],['../classlsMesh.html#aeb03ebf9d3e05eb21e889e269b035d0f',1,'lsMesh::insertNextElement(const std::array< unsigned, 3 > &triangle)'],['../classlsMesh.html#afaf91c842d170f9af2723550bc042ab6',1,'lsMesh::insertNextElement(const std::array< unsigned, 1 > &vertex)'],['../classlsMesh.html#ae2949ce1c86f0b6c866053471041d502',1,'lsMesh::insertNextElement(const std::array< unsigned, 8 > &hexa)'],['../classlsMesh.html#a4e4fc766b6f02aaa25c107ced8fbd297',1,'lsMesh::insertNextElement(const std::array< unsigned, 4 > &tetra)'],['../classlsMesh.html#aeb03ebf9d3e05eb21e889e269b035d0f',1,'lsMesh::insertNextElement(const std::array< unsigned, 3 > &triangle)'],['../classlsMesh.html#ab5d02b8c2fd38f0db716ec1d197c4cb1',1,'lsMesh::insertNextElement(const std::array< unsigned, 2 > &line)'],['../classlsMesh.html#afaf91c842d170f9af2723550bc042ab6',1,'lsMesh::insertNextElement(const std::array< unsigned, 1 > &vertex)']]],
- ['insertnexthexa_2',['insertNextHexa',['../classlsMesh.html#a52083651d8f1c17fd932948a26c36eb8',1,'lsMesh::insertNextHexa(const std::array< unsigned, 8 > &hexa)'],['../classlsMesh.html#a52083651d8f1c17fd932948a26c36eb8',1,'lsMesh::insertNextHexa(const std::array< unsigned, 8 > &hexa)']]],
- ['insertnextlevelset_3',['insertNextLevelSet',['../classlsAdvect.html#a7d63f7b5dc62228e734223f5855a9c8f',1,'lsAdvect::insertNextLevelSet()'],['../classlsWriteVisualizationMesh.html#aecf42877c3c1455668dfd69d7e284892',1,'lsWriteVisualizationMesh::insertNextLevelSet()'],['../classlsToVoxelMesh.html#a46711ad5c1ac168a631d560ff6470d08',1,'lsToVoxelMesh::insertNextLevelSet()'],['../classlsToDiskMesh.html#a9503c21139281d91281274d8914470fa',1,'lsToDiskMesh::insertNextLevelSet()'],['../classlsWriteVisualizationMesh.html#aecf42877c3c1455668dfd69d7e284892',1,'lsWriteVisualizationMesh::insertNextLevelSet()'],['../classlsToVoxelMesh.html#a46711ad5c1ac168a631d560ff6470d08',1,'lsToVoxelMesh::insertNextLevelSet()'],['../classlsToDiskMesh.html#a9503c21139281d91281274d8914470fa',1,'lsToDiskMesh::insertNextLevelSet()'],['../classlsAdvect.html#a7d63f7b5dc62228e734223f5855a9c8f',1,'lsAdvect::insertNextLevelSet()']]],
- ['insertnextline_4',['insertNextLine',['../classlsMesh.html#ad312684b5ee902221eb8230f807c0ce7',1,'lsMesh::insertNextLine(const std::array< unsigned, 2 > &line)'],['../classlsMesh.html#ad312684b5ee902221eb8230f807c0ce7',1,'lsMesh::insertNextLine(const std::array< unsigned, 2 > &line)']]],
- ['insertnextnode_5',['insertNextNode',['../classlsMesh.html#a54083a0fd1af79c2b899e685bf0eac1e',1,'lsMesh::insertNextNode(const std::array< T, 3 > &node)'],['../classlsMesh.html#a54083a0fd1af79c2b899e685bf0eac1e',1,'lsMesh::insertNextNode(const std::array< T, 3 > &node)']]],
- ['insertnextpoint_6',['insertNextPoint',['../classlsPointCloud.html#aa4a02b2fc568419e193e9cc28b356386',1,'lsPointCloud::insertNextPoint(hrleVectorType< T, D > newPoint)'],['../classlsPointCloud.html#a98602a8018f9325b574a0b0220fb9d1f',1,'lsPointCloud::insertNextPoint(const std::vector< T > &newPoint)'],['../classlsPointCloud.html#a2cf5f098f6c488b4674f331510e62dac',1,'lsPointCloud::insertNextPoint(const std::array< T, D > newPoint)'],['../classlsPointCloud.html#ae04ce0224a95b6e243094775d3e59f7c',1,'lsPointCloud::insertNextPoint(T *newPoint)'],['../classlsPointCloud.html#aa4a02b2fc568419e193e9cc28b356386',1,'lsPointCloud::insertNextPoint(hrleVectorType< T, D > newPoint)'],['../classlsPointCloud.html#a98602a8018f9325b574a0b0220fb9d1f',1,'lsPointCloud::insertNextPoint(const std::vector< T > &newPoint)'],['../classlsPointCloud.html#a2cf5f098f6c488b4674f331510e62dac',1,'lsPointCloud::insertNextPoint(const std::array< T, D > newPoint)'],['../classlsPointCloud.html#ae04ce0224a95b6e243094775d3e59f7c',1,'lsPointCloud::insertNextPoint(T *newPoint)']]],
- ['insertnextscalardata_7',['insertNextScalarData',['../classlsPointData.html#a547554fbb15d9cac6737a278880d3568',1,'lsPointData::insertNextScalarData(ScalarDataType &&scalars, std::string label="Scalars")'],['../classlsPointData.html#a419d3cfa0e992eb360b49477f4f1c8a5',1,'lsPointData::insertNextScalarData(const ScalarDataType &scalars, std::string label="Scalars")'],['../classlsPointData.html#a547554fbb15d9cac6737a278880d3568',1,'lsPointData::insertNextScalarData(ScalarDataType &&scalars, std::string label="Scalars")'],['../classlsPointData.html#a419d3cfa0e992eb360b49477f4f1c8a5',1,'lsPointData::insertNextScalarData(const ScalarDataType &scalars, std::string label="Scalars")']]],
- ['insertnexttetra_8',['insertNextTetra',['../classlsMesh.html#a6f6767d602c3ed66ce3b1a3b48359530',1,'lsMesh::insertNextTetra(const std::array< unsigned, 4 > &tetra)'],['../classlsMesh.html#a6f6767d602c3ed66ce3b1a3b48359530',1,'lsMesh::insertNextTetra(const std::array< unsigned, 4 > &tetra)']]],
- ['insertnexttriangle_9',['insertNextTriangle',['../classlsMesh.html#a97414ee5e2bbdca74c3769821eeaf36f',1,'lsMesh::insertNextTriangle(const std::array< unsigned, 3 > &triangle)'],['../classlsMesh.html#a97414ee5e2bbdca74c3769821eeaf36f',1,'lsMesh::insertNextTriangle(const std::array< unsigned, 3 > &triangle)']]],
- ['insertnextuniquepoint_10',['insertNextUniquePoint',['../classlsPointCloud.html#a8aafc9be8b01407dbf30f57ac2d3050a',1,'lsPointCloud::insertNextUniquePoint(hrleVectorType< T, D > newPoint)'],['../classlsPointCloud.html#a8aafc9be8b01407dbf30f57ac2d3050a',1,'lsPointCloud::insertNextUniquePoint(hrleVectorType< T, D > newPoint)']]],
- ['insertnextvectordata_11',['insertNextVectorData',['../classlsPointData.html#afd33aa3f404bc85d59a53894cc48cc8e',1,'lsPointData::insertNextVectorData(const VectorDataType &vectors, std::string label="Vectors")'],['../classlsPointData.html#a9f8905112fc5e616f8203ddb19b244f3',1,'lsPointData::insertNextVectorData(VectorDataType &&vectors, std::string label="Vectors")'],['../classlsPointData.html#afd33aa3f404bc85d59a53894cc48cc8e',1,'lsPointData::insertNextVectorData(const VectorDataType &vectors, std::string label="Vectors")'],['../classlsPointData.html#a9f8905112fc5e616f8203ddb19b244f3',1,'lsPointData::insertNextVectorData(VectorDataType &&vectors, std::string label="Vectors")']]],
- ['insertnextvertex_12',['insertNextVertex',['../classlsMesh.html#a8b5c5533b6dab1a7f491350d11c4ea2b',1,'lsMesh::insertNextVertex(const std::array< unsigned, 1 > &vertex)'],['../classlsMesh.html#a8b5c5533b6dab1a7f491350d11c4ea2b',1,'lsMesh::insertNextVertex(const std::array< unsigned, 1 > &vertex)'],['../classlsInternal_1_1lsGraph.html#a9dce145ce183b327cce81633ed5b0e19',1,'lsInternal::lsGraph::insertNextVertex()'],['../classlsInternal_1_1lsGraph.html#a9dce145ce183b327cce81633ed5b0e19',1,'lsInternal::lsGraph::insertNextVertex()']]],
- ['insertpoints_13',['insertPoints',['../classlsDomain.html#aafee5214479c6a4519c2ec2ec4e5671e',1,'lsDomain::insertPoints(PointValueVectorType pointData, bool sort=true)'],['../classlsDomain.html#aafee5214479c6a4519c2ec2ec4e5671e',1,'lsDomain::insertPoints(PointValueVectorType pointData, bool sort=true)']]],
- ['intersect_14',['INTERSECT',['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a24bdbe2bcaf533b7b3f0bd58bfa7f291',1,'INTERSECT(): lsBooleanOperation.hpp'],['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a24bdbe2bcaf533b7b3f0bd58bfa7f291',1,'INTERSECT(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a24bdbe2bcaf533b7b3f0bd58bfa7f291',1,'INTERSECT(): lsBooleanOperation.hpp'],['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a24bdbe2bcaf533b7b3f0bd58bfa7f291',1,'INTERSECT(): lsBooleanOperation.hpp']]],
- ['invert_15',['INVERT',['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aa2727ae72447eea06d4cc0ef67187280',1,'INVERT(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aa2727ae72447eea06d4cc0ef67187280',1,'INVERT(): lsBooleanOperation.hpp'],['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aa2727ae72447eea06d4cc0ef67187280',1,'INVERT(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aa2727ae72447eea06d4cc0ef67187280',1,'INVERT(): lsBooleanOperation.hpp']]],
- ['is_5ffinished_16',['is_finished',['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a2af42d0cf34305195a68a06f3967e36f',1,'lsFromSurfaceMesh::box::iterator::is_finished() const'],['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a2af42d0cf34305195a68a06f3967e36f',1,'lsFromSurfaceMesh::box::iterator::is_finished() const']]],
- ['isbaseof_17',['IsBaseOf',['../namespacelsConcepts.html#a90d0ed377343607596475f042f71ae47',1,'lsConcepts']]],
- ['isfloatingpoint_18',['IsFloatingPoint',['../namespacelsConcepts.html#ab6faf524889c50de47df4a7cbf15a028',1,'lsConcepts']]],
- ['isinside_19',['isInside',['../classlsSphereDistribution.html#a715191701b70de55d0420a7b0a03c00d',1,'lsSphereDistribution::isInside()'],['../classlsBoxDistribution.html#af169a5e556d57311c2207cc7560fbebf',1,'lsBoxDistribution::isInside()'],['../classlsGeometricAdvectDistribution.html#a100184ca8c5fd3e7b53f1328e5aa5b30',1,'lsGeometricAdvectDistribution::isInside()'],['../classlsBoxDistribution.html#af169a5e556d57311c2207cc7560fbebf',1,'lsBoxDistribution::isInside()'],['../classlsSphereDistribution.html#a715191701b70de55d0420a7b0a03c00d',1,'lsSphereDistribution::isInside()'],['../classlsGeometricAdvectDistribution.html#a100184ca8c5fd3e7b53f1328e5aa5b30',1,'lsGeometricAdvectDistribution::isInside()'],['../classViewFactorDistribution.html#af9e2e2dd4187bb96830122720f918265',1,'ViewFactorDistribution::isInside()']]],
- ['isnotsame_20',['IsNotSame',['../namespacelsConcepts.html#afe02d602414323eb189f366b54dd86bc',1,'lsConcepts']]],
- ['issame_21',['IsSame',['../namespacelsConcepts.html#a32ef11830a21da629bcaec40843917b5',1,'lsConcepts']]],
- ['isvalid_22',['isValid',['../classlsCheck.html#a44a6cbe3c47a217c5c40020d248a443b',1,'lsCheck::isValid() const'],['../classlsCheck.html#a44a6cbe3c47a217c5c40020d248a443b',1,'lsCheck::isValid() const']]],
- ['iterator_23',['iterator',['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a1938cb8af1a7ceb59d909a4d7a829560',1,'lsFromSurfaceMesh::box::iterator::iterator(const box &bx)'],['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a1938cb8af1a7ceb59d909a4d7a829560',1,'lsFromSurfaceMesh::box::iterator::iterator(const box &bx)'],['../classlsFromSurfaceMesh_1_1box_1_1iterator.html',1,'lsFromSurfaceMesh< T, D >::box::iterator']]]
-];
diff --git a/docs/doxygen/html/search/all_9.html b/docs/doxygen/html/search/all_9.html
deleted file mode 100644
index 89177a82..00000000
--- a/docs/doxygen/html/search/all_9.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_9.js b/docs/doxygen/html/search/all_9.js
deleted file mode 100644
index d0b8dbc1..00000000
--- a/docs/doxygen/html/search/all_9.js
+++ /dev/null
@@ -1,148 +0,0 @@
-var searchData=
-[
- ['advect_0',['advect',['../namespacelsInternal_1_1advect.html',1,'lsInternal']]],
- ['largest_1',['LARGEST',['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598af542a19a630f8cdda301a922a26e2528',1,'LARGEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598af542a19a630f8cdda301a922a26e2528',1,'LARGEST(): lsMarkVoidPoints.hpp'],['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598af542a19a630f8cdda301a922a26e2528',1,'LARGEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598af542a19a630f8cdda301a922a26e2528',1,'LARGEST(): lsMarkVoidPoints.hpp']]],
- ['lax_5ffriedrichs_5f1st_5forder_2',['LAX_FRIEDRICHS_1ST_ORDER',['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa6e8c70e1bb7ba1a32b675aa9affdb3e',1,'LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa6e8c70e1bb7ba1a32b675aa9affdb3e',1,'LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa6e8c70e1bb7ba1a32b675aa9affdb3e',1,'LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa6e8c70e1bb7ba1a32b675aa9affdb3e',1,'LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp']]],
- ['lax_5ffriedrichs_5f2nd_5forder_3',['LAX_FRIEDRICHS_2ND_ORDER',['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9274ae9f4d9eeff513420c676c30e202',1,'LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9274ae9f4d9eeff513420c676c30e202',1,'LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9274ae9f4d9eeff513420c676c30e202',1,'LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9274ae9f4d9eeff513420c676c30e202',1,'LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp']]],
- ['levelsetstype_4',['LevelSetsType',['../classlsFromVolumeMesh.html#a5267ebd5ef80db3e3ea9fa09a807c1a0',1,'lsFromVolumeMesh::LevelSetsType()'],['../classlsFromVolumeMesh.html#a5267ebd5ef80db3e3ea9fa09a807c1a0',1,'lsFromVolumeMesh::LevelSetsType()']]],
- ['levelsettype_5',['LevelSetType',['../classlsFromVolumeMesh.html#ae37f9ce3f8f06516c8a1894ddf85381b',1,'lsFromVolumeMesh::LevelSetType()'],['../classlsFromVolumeMesh.html#ae37f9ce3f8f06516c8a1894ddf85381b',1,'lsFromVolumeMesh::LevelSetType()']]],
- ['lex_5fhighest_6',['LEX_HIGHEST',['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598a30215017996b1d0479a210b1957bbe4b',1,'LEX_HIGHEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598a30215017996b1d0479a210b1957bbe4b',1,'LEX_HIGHEST(): lsMarkVoidPoints.hpp'],['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598a30215017996b1d0479a210b1957bbe4b',1,'LEX_HIGHEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598a30215017996b1d0479a210b1957bbe4b',1,'LEX_HIGHEST(): lsMarkVoidPoints.hpp']]],
- ['lex_5flowest_7',['LEX_LOWEST',['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598aedc0e136653b951b8200f5350c6f5694',1,'LEX_LOWEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598aedc0e136653b951b8200f5350c6f5694',1,'LEX_LOWEST(): lsMarkVoidPoints.hpp'],['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598aedc0e136653b951b8200f5350c6f5694',1,'LEX_LOWEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598aedc0e136653b951b8200f5350c6f5694',1,'LEX_LOWEST(): lsMarkVoidPoints.hpp']]],
- ['lines_8',['lines',['../classlsMesh.html#a9c6811eb25723030619f8a155c159a8c',1,'lsMesh']]],
- ['local_5flax_5ffriedrichs_5f1st_5forder_9',['LOCAL_LAX_FRIEDRICHS_1ST_ORDER',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9d9467fd3cd87ad296f1e808bde320e7',1,'LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9d9467fd3cd87ad296f1e808bde320e7',1,'LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9d9467fd3cd87ad296f1e808bde320e7',1,'LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9d9467fd3cd87ad296f1e808bde320e7',1,'LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp']]],
- ['local_5flax_5ffriedrichs_5f2nd_5forder_10',['LOCAL_LAX_FRIEDRICHS_2ND_ORDER',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa8159c2466e3dc270b8273486c9c5288',1,'LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa8159c2466e3dc270b8273486c9c5288',1,'LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa8159c2466e3dc270b8273486c9c5288',1,'LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa8159c2466e3dc270b8273486c9c5288',1,'LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp']]],
- ['local_5flax_5ffriedrichs_5fanalytical_5f1st_5forder_11',['LOCAL_LAX_FRIEDRICHS_ANALYTICAL_1ST_ORDER',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad9e41f7feca099c1c35585950539f32e',1,'LOCAL_LAX_FRIEDRICHS_ANALYTICAL_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad9e41f7feca099c1c35585950539f32e',1,'LOCAL_LAX_FRIEDRICHS_ANALYTICAL_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad9e41f7feca099c1c35585950539f32e',1,'LOCAL_LAX_FRIEDRICHS_ANALYTICAL_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad9e41f7feca099c1c35585950539f32e',1,'LOCAL_LAX_FRIEDRICHS_ANALYTICAL_1ST_ORDER(): lsAdvect.hpp']]],
- ['local_5flocal_5flax_5ffriedrichs_5f1st_5forder_12',['LOCAL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER',['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba6bc0794b66bd6c7f3c3d5da37a724500',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba6bc0794b66bd6c7f3c3d5da37a724500',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba6bc0794b66bd6c7f3c3d5da37a724500',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba6bc0794b66bd6c7f3c3d5da37a724500',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp']]],
- ['local_5flocal_5flax_5ffriedrichs_5f2nd_5forder_13',['LOCAL_LOCAL_LAX_FRIEDRICHS_2ND_ORDER',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba04bc01449f4f7cc5d5f1a8c14fdd7594',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba04bc01449f4f7cc5d5f1a8c14fdd7594',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba04bc01449f4f7cc5d5f1a8c14fdd7594',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba04bc01449f4f7cc5d5f1a8c14fdd7594',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp']]],
- ['lock_14',['lock',['../ViewFactorDistribution_8hpp.html#af40eb81400ba119f112df5c19b60617f',1,'ViewFactorDistribution.hpp']]],
- ['ls_5fdomain_5fserialization_5fversion_15',['LS_DOMAIN_SERIALIZATION_VERSION',['../include_2lsDomain_8hpp.html#af575d8dc440f4bc1845b492194cd5dd2',1,'LS_DOMAIN_SERIALIZATION_VERSION(): lsDomain.hpp'],['../install_2ViennaLS_2include_2lsDomain_8hpp.html#af575d8dc440f4bc1845b492194cd5dd2',1,'LS_DOMAIN_SERIALIZATION_VERSION(): lsDomain.hpp']]],
- ['lsadvect_16',['lsAdvect',['../classlsAdvect.html#a2a519664b3d7b333fd4800692b0e13ad',1,'lsAdvect::lsAdvect(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsAdvect.html#a04133cfc8f477fa8357e8ebda371dc1d',1,'lsAdvect::lsAdvect()'],['../classlsAdvect.html#a2a519664b3d7b333fd4800692b0e13ad',1,'lsAdvect::lsAdvect(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsAdvect.html#a0237e760f65750ed22baf06a07b3e7ad',1,'lsAdvect::lsAdvect(std::vector< lsSmartPointer< lsDomain< T, D > > > passedlsDomains, lsSmartPointer< VelocityField > passedVelocities)'],['../classlsAdvect.html#a2368631b9ced18dd258ad92611058d6c',1,'lsAdvect::lsAdvect(lsSmartPointer< VelocityField > passedVelocities)'],['../classlsAdvect.html#a01d918cef7cb999db48fa93a96828f0d',1,'lsAdvect::lsAdvect(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< VelocityField > passedVelocities)'],['../classlsAdvect.html#a01d918cef7cb999db48fa93a96828f0d',1,'lsAdvect::lsAdvect(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< VelocityField > passedVelocities)'],['../classlsAdvect.html#a2368631b9ced18dd258ad92611058d6c',1,'lsAdvect::lsAdvect(lsSmartPointer< VelocityField > passedVelocities)'],['../classlsAdvect.html#a0237e760f65750ed22baf06a07b3e7ad',1,'lsAdvect::lsAdvect(std::vector< lsSmartPointer< lsDomain< T, D > > > passedlsDomains, lsSmartPointer< VelocityField > passedVelocities)'],['../classlsAdvect.html#a04133cfc8f477fa8357e8ebda371dc1d',1,'lsAdvect::lsAdvect()'],['../classlsAdvect.html',1,'lsAdvect< T, D >']]],
- ['lsadvect_2ehpp_17',['lsAdvect.hpp',['../include_2lsAdvect_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html',1,'(Global Namespace)']]],
- ['lsbooleanoperation_18',['lsBooleanOperation',['../classlsBooleanOperation.html#a97ba78a60c2bb752108bafe824a8ba64',1,'lsBooleanOperation::lsBooleanOperation()'],['../classlsBooleanOperation.html#a3b97795ee76dbef7bf13fcb49310b3f1',1,'lsBooleanOperation::lsBooleanOperation(lsSmartPointer< lsDomain< T, D > > passedlsDomainA, lsSmartPointer< lsDomain< T, D > > passedlsDomainB, lsBooleanOperationEnum passedOperation=lsBooleanOperationEnum::INTERSECT)'],['../classlsBooleanOperation.html#aefd8406e5c83b55a6504970f7381926b',1,'lsBooleanOperation::lsBooleanOperation(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsBooleanOperationEnum passedOperation=lsBooleanOperationEnum::INVERT)'],['../classlsBooleanOperation.html#a97ba78a60c2bb752108bafe824a8ba64',1,'lsBooleanOperation::lsBooleanOperation()'],['../classlsBooleanOperation.html#a3b97795ee76dbef7bf13fcb49310b3f1',1,'lsBooleanOperation::lsBooleanOperation(lsSmartPointer< lsDomain< T, D > > passedlsDomainA, lsSmartPointer< lsDomain< T, D > > passedlsDomainB, lsBooleanOperationEnum passedOperation=lsBooleanOperationEnum::INTERSECT)'],['../classlsBooleanOperation.html#aefd8406e5c83b55a6504970f7381926b',1,'lsBooleanOperation::lsBooleanOperation(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsBooleanOperationEnum passedOperation=lsBooleanOperationEnum::INVERT)'],['../classlsBooleanOperation.html',1,'lsBooleanOperation< T, D >']]],
- ['lsbooleanoperation_2ehpp_19',['lsBooleanOperation.hpp',['../include_2lsBooleanOperation_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html',1,'(Global Namespace)']]],
- ['lsbooleanoperationenum_20',['lsBooleanOperationEnum',['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8',1,'lsBooleanOperationEnum(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8',1,'lsBooleanOperationEnum(): lsBooleanOperation.hpp']]],
- ['lsboundaryconditionenum_21',['lsBoundaryConditionEnum',['../install_2ViennaLS_2include_2lsDomain_8hpp.html#a5f744444bbee7265e693abfcce25bf9f',1,'lsBoundaryConditionEnum(): lsDomain.hpp'],['../include_2lsDomain_8hpp.html#a5f744444bbee7265e693abfcce25bf9f',1,'lsBoundaryConditionEnum(): lsDomain.hpp']]],
- ['lsbox_22',['lsBox',['../classlsBox.html#ae99ac1d4398fe4cfdf1e801d6aec0842',1,'lsBox::lsBox(const std::vector< T > &passedMinCorner, const std::vector< T > &passedMaxCorner)'],['../classlsBox.html#ae99ac1d4398fe4cfdf1e801d6aec0842',1,'lsBox::lsBox(const std::vector< T > &passedMinCorner, const std::vector< T > &passedMaxCorner)'],['../classlsBox.html#a917a45d47f87ce7a01f085daa46640b4',1,'lsBox::lsBox(const T *passedMinCorner, const T *passedMaxCorner)'],['../classlsBox.html#a9e48a66eb1360c3d9f3861d44c79c02d',1,'lsBox::lsBox(hrleVectorType< T, D > passedMinCorner, hrleVectorType< T, D > passedMaxCorner)'],['../classlsBox.html#ae9c2f72de7a9b9368faa23bedd338fd9',1,'lsBox::lsBox()'],['../classlsBox.html#a917a45d47f87ce7a01f085daa46640b4',1,'lsBox::lsBox(const T *passedMinCorner, const T *passedMaxCorner)'],['../classlsBox.html#a9e48a66eb1360c3d9f3861d44c79c02d',1,'lsBox::lsBox(hrleVectorType< T, D > passedMinCorner, hrleVectorType< T, D > passedMaxCorner)'],['../classlsBox.html#ae9c2f72de7a9b9368faa23bedd338fd9',1,'lsBox::lsBox()'],['../classlsBox.html',1,'lsBox< T, D >']]],
- ['lsboxdistribution_23',['lsBoxDistribution',['../classlsBoxDistribution.html',1,'lsBoxDistribution< T, D >'],['../classlsBoxDistribution.html#a137264971002f2feb6bfc044e3b8e4ab',1,'lsBoxDistribution::lsBoxDistribution(const std::array< T, 3 > &halfAxes, const T delta)'],['../classlsBoxDistribution.html#a137264971002f2feb6bfc044e3b8e4ab',1,'lsBoxDistribution::lsBoxDistribution(const std::array< T, 3 > &halfAxes, const T delta)']]],
- ['lscalculatecurvatures_24',['lsCalculateCurvatures',['../classlsCalculateCurvatures.html#ab51f7c32a0c4b426ef83e9a5b2ab7853',1,'lsCalculateCurvatures::lsCalculateCurvatures()'],['../classlsCalculateCurvatures.html',1,'lsCalculateCurvatures< T, D >'],['../classlsCalculateCurvatures.html#a447d8b9199ecad0985ea16e859ee3bed',1,'lsCalculateCurvatures::lsCalculateCurvatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsCalculateCurvatures.html#ad69f10b701811787960502f3096111ac',1,'lsCalculateCurvatures::lsCalculateCurvatures()'],['../classlsCalculateCurvatures.html#ab51f7c32a0c4b426ef83e9a5b2ab7853',1,'lsCalculateCurvatures::lsCalculateCurvatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsCurvatureEnum method)'],['../classlsCalculateCurvatures.html#a447d8b9199ecad0985ea16e859ee3bed',1,'lsCalculateCurvatures::lsCalculateCurvatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsCalculateCurvatures.html#ad69f10b701811787960502f3096111ac',1,'lsCalculateCurvatures::lsCalculateCurvatures()']]],
- ['lscalculatecurvatures_2ehpp_25',['lsCalculateCurvatures.hpp',['../include_2lsCalculateCurvatures_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html',1,'(Global Namespace)']]],
- ['lscalculatenormalvectors_26',['lsCalculateNormalVectors',['../classlsCalculateNormalVectors.html',1,'lsCalculateNormalVectors< T, D >'],['../classlsCalculateNormalVectors.html#a83f4d828940212da64e23c9e13849839',1,'lsCalculateNormalVectors::lsCalculateNormalVectors()'],['../classlsCalculateNormalVectors.html#a2f699d4d686ac31a8849a1d1e669552f',1,'lsCalculateNormalVectors::lsCalculateNormalVectors(lsSmartPointer< lsDomain< T, D > > passedLevelSet, T passedMaxValue=0.5)'],['../classlsCalculateNormalVectors.html#a83f4d828940212da64e23c9e13849839',1,'lsCalculateNormalVectors::lsCalculateNormalVectors()'],['../classlsCalculateNormalVectors.html#a2f699d4d686ac31a8849a1d1e669552f',1,'lsCalculateNormalVectors::lsCalculateNormalVectors(lsSmartPointer< lsDomain< T, D > > passedLevelSet, T passedMaxValue=0.5)']]],
- ['lscalculatenormalvectors_2ehpp_27',['lsCalculateNormalVectors.hpp',['../include_2lsCalculateNormalVectors_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsCalculateNormalVectors_8hpp.html',1,'(Global Namespace)']]],
- ['lscheck_28',['lsCheck',['../classlsCheck.html#aea6ad1bd976ece48e7a6f8fa051c152c',1,'lsCheck::lsCheck()'],['../classlsCheck.html',1,'lsCheck< T, D >'],['../classlsCheck.html#ab57ee7a75936ca725172236c80a0e8ae',1,'lsCheck::lsCheck()'],['../classlsCheck.html#aea6ad1bd976ece48e7a6f8fa051c152c',1,'lsCheck::lsCheck(lsSmartPointer< lsDomain< T, D > > passedLevelSet, bool print=false)'],['../classlsCheck.html#ab57ee7a75936ca725172236c80a0e8ae',1,'lsCheck::lsCheck()']]],
- ['lscheck_2ehpp_29',['lsCheck.hpp',['../install_2ViennaLS_2include_2lsCheck_8hpp.html',1,'(Global Namespace)'],['../include_2lsCheck_8hpp.html',1,'(Global Namespace)']]],
- ['lscheckstatusenum_30',['lsCheckStatusEnum',['../install_2ViennaLS_2include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307',1,'lsCheckStatusEnum(): lsCheck.hpp'],['../include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307',1,'lsCheckStatusEnum(): lsCheck.hpp']]],
- ['lsconcepts_31',['lsConcepts',['../namespacelsConcepts.html',1,'']]],
- ['lsconcepts_2ehpp_32',['lsConcepts.hpp',['../install_2ViennaLS_2include_2lsConcepts_8hpp.html',1,'(Global Namespace)'],['../include_2lsConcepts_8hpp.html',1,'(Global Namespace)']]],
- ['lsconvexhull_33',['lsConvexHull',['../classlsConvexHull.html#a98387dd99751fcdfe0e53ae8bdeece20',1,'lsConvexHull::lsConvexHull()'],['../classlsConvexHull.html',1,'lsConvexHull< T, D >'],['../classlsConvexHull.html#a08cf7b9bf7a6ecceb0f61ccdd4c632f7',1,'lsConvexHull::lsConvexHull()'],['../classlsConvexHull.html#a98387dd99751fcdfe0e53ae8bdeece20',1,'lsConvexHull::lsConvexHull(lsSmartPointer< lsMesh< T > > passedMesh, lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)'],['../classlsConvexHull.html#a08cf7b9bf7a6ecceb0f61ccdd4c632f7',1,'lsConvexHull::lsConvexHull()']]],
- ['lsconvexhull_2ehpp_34',['lsConvexHull.hpp',['../install_2ViennaLS_2include_2lsConvexHull_8hpp.html',1,'(Global Namespace)'],['../include_2lsConvexHull_8hpp.html',1,'(Global Namespace)']]],
- ['lscurvatureenum_35',['lsCurvatureEnum',['../include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01ed',1,'lsCurvatureEnum(): lsCalculateCurvatures.hpp'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01ed',1,'lsCurvatureEnum(): lsCalculateCurvatures.hpp']]],
- ['lscurvatureformulas_2ehpp_36',['lsCurvatureFormulas.hpp',['../include_2lsCurvatureFormulas_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsCurvatureFormulas_8hpp.html',1,'(Global Namespace)']]],
- ['lscylinder_37',['lsCylinder',['../classlsCylinder.html#af9588284f25743ccba22a33df82d2baa',1,'lsCylinder::lsCylinder()'],['../classlsCylinder.html',1,'lsCylinder< T, D >'],['../classlsCylinder.html#af643ce05e56fefac5b6da22f937f3a56',1,'lsCylinder::lsCylinder()'],['../classlsCylinder.html#af9588284f25743ccba22a33df82d2baa',1,'lsCylinder::lsCylinder(hrleVectorType< T, D > passedOrigin, hrleVectorType< T, D > passedAxisDirection, T passedHeight, T passedRadius)'],['../classlsCylinder.html#ab416149af6baadf7b60f00897869b325',1,'lsCylinder::lsCylinder(std::vector< T > passedOrigin, std::vector< T > passedAxisDirection, T passedHeight, T passedRadius)'],['../classlsCylinder.html#af643ce05e56fefac5b6da22f937f3a56',1,'lsCylinder::lsCylinder()'],['../classlsCylinder.html#a0347bd3d992cf8065424d7676a915190',1,'lsCylinder::lsCylinder(const T *passedOrigin, const T *passedAxisDirection, const T passedHeight, const T passedRadius)'],['../classlsCylinder.html#ab416149af6baadf7b60f00897869b325',1,'lsCylinder::lsCylinder(std::vector< T > passedOrigin, std::vector< T > passedAxisDirection, T passedHeight, T passedRadius)'],['../classlsCylinder.html#a0347bd3d992cf8065424d7676a915190',1,'lsCylinder::lsCylinder(const T *passedOrigin, const T *passedAxisDirection, const T passedHeight, const T passedRadius)']]],
- ['lsdetectfeatures_38',['lsDetectFeatures',['../classlsDetectFeatures.html',1,'lsDetectFeatures< T, D >'],['../classlsDetectFeatures.html#a62f51df8b1aecf6ce09f273d376a36aa',1,'lsDetectFeatures::lsDetectFeatures()'],['../classlsDetectFeatures.html#a0b4bb5f64ba586721065a732417cfc38',1,'lsDetectFeatures::lsDetectFeatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsDetectFeatures.html#a9e3e676a1891b4f43596af452f21179a',1,'lsDetectFeatures::lsDetectFeatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet, T passedLimit)'],['../classlsDetectFeatures.html#ac17abe7fc4a5f9f46212e8ef9d38f881',1,'lsDetectFeatures::lsDetectFeatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet, T passedLimit, lsFeatureDetectionEnum passedMethod)'],['../classlsDetectFeatures.html#a62f51df8b1aecf6ce09f273d376a36aa',1,'lsDetectFeatures::lsDetectFeatures()'],['../classlsDetectFeatures.html#a0b4bb5f64ba586721065a732417cfc38',1,'lsDetectFeatures::lsDetectFeatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsDetectFeatures.html#a9e3e676a1891b4f43596af452f21179a',1,'lsDetectFeatures::lsDetectFeatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet, T passedLimit)'],['../classlsDetectFeatures.html#ac17abe7fc4a5f9f46212e8ef9d38f881',1,'lsDetectFeatures::lsDetectFeatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet, T passedLimit, lsFeatureDetectionEnum passedMethod)']]],
- ['lsdetectfeatures_2ehpp_39',['lsDetectFeatures.hpp',['../install_2ViennaLS_2include_2lsDetectFeatures_8hpp.html',1,'(Global Namespace)'],['../include_2lsDetectFeatures_8hpp.html',1,'(Global Namespace)']]],
- ['lsdomain_40',['lsDomain',['../classlsDomain.html#a4fde36ee0f4be9bf270f5ea1f6334bf0',1,'lsDomain::lsDomain(lsSmartPointer< lsDomain > passedDomain)'],['../classlsDomain.html#a4fde36ee0f4be9bf270f5ea1f6334bf0',1,'lsDomain::lsDomain(lsSmartPointer< lsDomain > passedDomain)'],['../classlsDomain.html#a58c7ef76498ba1a3d0979f64b32f4af6',1,'lsDomain::lsDomain(GridType passedGrid)'],['../classlsDomain.html#aa1b62b9875d64df99915f943a802fdec',1,'lsDomain::lsDomain(PointValueVectorType pointData, hrleCoordType *bounds, BoundaryType *boundaryConditions, hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#a154f6f7b177bd272d5f7769cb94ac7e5',1,'lsDomain::lsDomain(std::vector< hrleCoordType > bounds, std::vector< unsigned > boundaryConditions, hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#ae4d8f81852411480790eca52f704c101',1,'lsDomain::lsDomain(hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#a58c7ef76498ba1a3d0979f64b32f4af6',1,'lsDomain::lsDomain(GridType passedGrid)'],['../classlsDomain.html#aa1b62b9875d64df99915f943a802fdec',1,'lsDomain::lsDomain(PointValueVectorType pointData, hrleCoordType *bounds, BoundaryType *boundaryConditions, hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#a154f6f7b177bd272d5f7769cb94ac7e5',1,'lsDomain::lsDomain(std::vector< hrleCoordType > bounds, std::vector< unsigned > boundaryConditions, hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#a1b93737819bb59987f11239a38d26d1c',1,'lsDomain::lsDomain(hrleCoordType *bounds, BoundaryType *boundaryConditions, hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#ae4d8f81852411480790eca52f704c101',1,'lsDomain::lsDomain(hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#a1b93737819bb59987f11239a38d26d1c',1,'lsDomain::lsDomain(hrleCoordType *bounds, BoundaryType *boundaryConditions, hrleCoordType gridDelta=1.0)'],['../classlsDomain.html',1,'lsDomain< T, D >']]],
- ['lsdomain_2ehpp_41',['lsDomain.hpp',['../install_2ViennaLS_2include_2lsDomain_8hpp.html',1,'(Global Namespace)'],['../include_2lsDomain_8hpp.html',1,'(Global Namespace)']]],
- ['lsenquistosher_42',['lsEnquistOsher',['../classlsInternal_1_1lsEnquistOsher.html#a29b54fd14d2e09d4977be9ebb5db19e2',1,'lsInternal::lsEnquistOsher::lsEnquistOsher(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, bool calcNormal=true)'],['../classlsInternal_1_1lsEnquistOsher.html#a29b54fd14d2e09d4977be9ebb5db19e2',1,'lsInternal::lsEnquistOsher::lsEnquistOsher(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, bool calcNormal=true)'],['../classlsInternal_1_1lsEnquistOsher.html',1,'lsInternal::lsEnquistOsher< T, D, order >']]],
- ['lsenquistosher_2ehpp_43',['lsEnquistOsher.hpp',['../install_2ViennaLS_2include_2lsEnquistOsher_8hpp.html',1,'(Global Namespace)'],['../include_2lsEnquistOsher_8hpp.html',1,'(Global Namespace)']]],
- ['lsexpand_44',['lsExpand',['../classlsExpand.html#a53cd677c947c70c2208a76d143e2971a',1,'lsExpand::lsExpand(lsSmartPointer< lsDomain< T, D > > passedlsDomain, int passedWidth)'],['../classlsExpand.html#a0bd5712bade51bbf5926c2edeb2428c6',1,'lsExpand::lsExpand(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsExpand.html#aee5561b9b273fd27770803e23be36f9c',1,'lsExpand::lsExpand()'],['../classlsExpand.html',1,'lsExpand< T, D >'],['../classlsExpand.html#a0bd5712bade51bbf5926c2edeb2428c6',1,'lsExpand::lsExpand(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsExpand.html#aee5561b9b273fd27770803e23be36f9c',1,'lsExpand::lsExpand()'],['../classlsExpand.html#a53cd677c947c70c2208a76d143e2971a',1,'lsExpand::lsExpand(lsSmartPointer< lsDomain< T, D > > passedlsDomain, int passedWidth)']]],
- ['lsexpand_2ehpp_45',['lsExpand.hpp',['../include_2lsExpand_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsExpand_8hpp.html',1,'(Global Namespace)']]],
- ['lsfeaturedetectionenum_46',['lsFeatureDetectionEnum',['../install_2ViennaLS_2include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ec',1,'lsFeatureDetectionEnum(): lsDetectFeatures.hpp'],['../include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ec',1,'lsFeatureDetectionEnum(): lsDetectFeatures.hpp']]],
- ['lsfileformatenum_47',['lsFileFormatEnum',['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964',1,'lsFileFormatEnum(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964',1,'lsFileFormatEnum(): lsFileFormats.hpp']]],
- ['lsfileformats_2ehpp_48',['lsFileFormats.hpp',['../include_2lsFileFormats_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html',1,'(Global Namespace)']]],
- ['lsfinalizestencillocallaxfriedrichs_49',['lsFinalizeStencilLocalLaxFriedrichs',['../include_2lsStencilLocalLaxFriedrichsScalar_8hpp.html#a58c910097615dd0b0f42992f53ee5944',1,'lsFinalizeStencilLocalLaxFriedrichs(std::vector< lsSmartPointer< lsDomain< T, D > > > &levelSets): lsStencilLocalLaxFriedrichsScalar.hpp'],['../install_2ViennaLS_2include_2lsStencilLocalLaxFriedrichsScalar_8hpp.html#a58c910097615dd0b0f42992f53ee5944',1,'lsFinalizeStencilLocalLaxFriedrichs(std::vector< lsSmartPointer< lsDomain< T, D > > > &levelSets): lsStencilLocalLaxFriedrichsScalar.hpp']]],
- ['lsfinitedifferences_50',['lsFiniteDifferences',['../classlsInternal_1_1lsFiniteDifferences.html#a6fabd9feca85eed3d96379388139b6c9',1,'lsInternal::lsFiniteDifferences::lsFiniteDifferences()'],['../classlsInternal_1_1lsFiniteDifferences.html#a6fabd9feca85eed3d96379388139b6c9',1,'lsInternal::lsFiniteDifferences::lsFiniteDifferences()'],['../classlsInternal_1_1lsFiniteDifferences.html',1,'lsInternal::lsFiniteDifferences< T, scheme >']]],
- ['lsfinitedifferences_2ehpp_51',['lsFiniteDifferences.hpp',['../include_2lsFiniteDifferences_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsFiniteDifferences_8hpp.html',1,'(Global Namespace)']]],
- ['lsfrommesh_52',['lsFromMesh',['../classlsFromMesh.html#ad5746c68b154ea5a6ce6071f69f1f2dd',1,'lsFromMesh::lsFromMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, const lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsFromMesh.html#ad5746c68b154ea5a6ce6071f69f1f2dd',1,'lsFromMesh::lsFromMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, const lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsFromMesh.html#a08ce952f855e641f5d2969db138ff7f6',1,'lsFromMesh::lsFromMesh()'],['../classlsFromMesh.html',1,'lsFromMesh< T, D >'],['../classlsFromMesh.html#a08ce952f855e641f5d2969db138ff7f6',1,'lsFromMesh::lsFromMesh()']]],
- ['lsfrommesh_2ehpp_53',['lsFromMesh.hpp',['../install_2ViennaLS_2include_2lsFromMesh_8hpp.html',1,'(Global Namespace)'],['../include_2lsFromMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lsfromsurfacemesh_54',['lsFromSurfaceMesh',['../classlsFromSurfaceMesh.html',1,'lsFromSurfaceMesh< T, D >'],['../classlsFromSurfaceMesh.html#a63380e5acb9d12c82ae9df19ab83d989',1,'lsFromSurfaceMesh::lsFromSurfaceMesh()'],['../classlsFromSurfaceMesh.html#a2f39a13fbef50a60fbac2e8bad0a8e88',1,'lsFromSurfaceMesh::lsFromSurfaceMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh, bool passedRemoveBoundaryTriangles=true)'],['../classlsFromSurfaceMesh.html#a63380e5acb9d12c82ae9df19ab83d989',1,'lsFromSurfaceMesh::lsFromSurfaceMesh()'],['../classlsFromSurfaceMesh.html#a2f39a13fbef50a60fbac2e8bad0a8e88',1,'lsFromSurfaceMesh::lsFromSurfaceMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh, bool passedRemoveBoundaryTriangles=true)']]],
- ['lsfromsurfacemesh_2ehpp_55',['lsFromSurfaceMesh.hpp',['../install_2ViennaLS_2include_2lsFromSurfaceMesh_8hpp.html',1,'(Global Namespace)'],['../include_2lsFromSurfaceMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lsfromvolumemesh_56',['lsFromVolumeMesh',['../classlsFromVolumeMesh.html#a20b46d7c3a16302892bbda1403045d23',1,'lsFromVolumeMesh::lsFromVolumeMesh()'],['../classlsFromVolumeMesh.html#a5f7f0aee54ea687506ec4a7f028b2b3b',1,'lsFromVolumeMesh::lsFromVolumeMesh(const GridType &passedGrid, lsSmartPointer< lsMesh< T > > passedMesh, bool passedRemoveBoundaryTriangles=true)'],['../classlsFromVolumeMesh.html#a20b46d7c3a16302892bbda1403045d23',1,'lsFromVolumeMesh::lsFromVolumeMesh()'],['../classlsFromVolumeMesh.html#a5f7f0aee54ea687506ec4a7f028b2b3b',1,'lsFromVolumeMesh::lsFromVolumeMesh(const GridType &passedGrid, lsSmartPointer< lsMesh< T > > passedMesh, bool passedRemoveBoundaryTriangles=true)'],['../classlsFromVolumeMesh.html',1,'lsFromVolumeMesh< T, D >']]],
- ['lsfromvolumemesh_2ehpp_57',['lsFromVolumeMesh.hpp',['../include_2lsFromVolumeMesh_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsFromVolumeMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lsgeometricadvect_58',['lsGeometricAdvect',['../classlsGeometricAdvect.html#a6485495590f6edf953cd77785f65ebfd',1,'lsGeometricAdvect::lsGeometricAdvect()'],['../classlsGeometricAdvect.html',1,'lsGeometricAdvect< T, D, withNormals >'],['../classlsGeometricAdvect.html#a6c29e806852fd047c5f796bcb4fbcfa2',1,'lsGeometricAdvect::lsGeometricAdvect(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< DistType > passedDist, lsSmartPointer< lsDomain< T, D > > passedMaskLevelSet=nullptr)'],['../classlsGeometricAdvect.html#a6485495590f6edf953cd77785f65ebfd',1,'lsGeometricAdvect::lsGeometricAdvect()'],['../classlsGeometricAdvect.html#a6c29e806852fd047c5f796bcb4fbcfa2',1,'lsGeometricAdvect::lsGeometricAdvect(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< DistType > passedDist, lsSmartPointer< lsDomain< T, D > > passedMaskLevelSet=nullptr)']]],
- ['lsgeometricadvect_2ehpp_59',['lsGeometricAdvect.hpp',['../include_2lsGeometricAdvect_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsGeometricAdvect_8hpp.html',1,'(Global Namespace)']]],
- ['lsgeometricadvectdistribution_60',['lsGeometricAdvectDistribution',['../classlsGeometricAdvectDistribution.html',1,'lsGeometricAdvectDistribution< T, D >'],['../classlsGeometricAdvectDistribution.html#acba0b149a25e30d4e8d8c8dd02fa063c',1,'lsGeometricAdvectDistribution::lsGeometricAdvectDistribution()'],['../classlsGeometricAdvectDistribution.html#acba0b149a25e30d4e8d8c8dd02fa063c',1,'lsGeometricAdvectDistribution::lsGeometricAdvectDistribution()']]],
- ['lsgeometricadvectdistributions_2ehpp_61',['lsGeometricAdvectDistributions.hpp',['../include_2lsGeometricAdvectDistributions_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsGeometricAdvectDistributions_8hpp.html',1,'(Global Namespace)']]],
- ['lsgeometries_2ehpp_62',['lsGeometries.hpp',['../include_2lsGeometries_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsGeometries_8hpp.html',1,'(Global Namespace)']]],
- ['lsgraph_63',['lsGraph',['../classlsInternal_1_1lsGraph.html',1,'lsInternal']]],
- ['lsgraph_2ehpp_64',['lsGraph.hpp',['../include_2lsGraph_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsGraph_8hpp.html',1,'(Global Namespace)']]],
- ['lsintegrationschemeenum_65',['lsIntegrationSchemeEnum',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9b',1,'lsIntegrationSchemeEnum(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9b',1,'lsIntegrationSchemeEnum(): lsAdvect.hpp']]],
- ['lsinternal_66',['lsInternal',['../namespacelsInternal.html',1,'']]],
- ['lslaxfriedrichs_67',['lsLaxFriedrichs',['../classlsInternal_1_1lsLaxFriedrichs.html',1,'lsInternal::lsLaxFriedrichs< T, D, order >'],['../classlsInternal_1_1lsLaxFriedrichs.html#a7f83d5755ed973824d5c2570319052e7',1,'lsInternal::lsLaxFriedrichs::lsLaxFriedrichs(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, bool calcNormal=true, double a=1.0)'],['../classlsInternal_1_1lsLaxFriedrichs.html#a7f83d5755ed973824d5c2570319052e7',1,'lsInternal::lsLaxFriedrichs::lsLaxFriedrichs(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, bool calcNormal=true, double a=1.0)']]],
- ['lslaxfriedrichs_2ehpp_68',['lsLaxFriedrichs.hpp',['../install_2ViennaLS_2include_2lsLaxFriedrichs_8hpp.html',1,'(Global Namespace)'],['../include_2lsLaxFriedrichs_8hpp.html',1,'(Global Namespace)']]],
- ['lslocallaxfriedrichs_69',['lsLocalLaxFriedrichs',['../classlsInternal_1_1lsLocalLaxFriedrichs.html',1,'lsInternal::lsLocalLaxFriedrichs< T, D, order >'],['../classlsInternal_1_1lsLocalLaxFriedrichs.html#aaa1b09a0c1d3b20acf8f5cce0cff7fa1',1,'lsInternal::lsLocalLaxFriedrichs::lsLocalLaxFriedrichs(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, double a=1.0)'],['../classlsInternal_1_1lsLocalLaxFriedrichs.html#aaa1b09a0c1d3b20acf8f5cce0cff7fa1',1,'lsInternal::lsLocalLaxFriedrichs::lsLocalLaxFriedrichs(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, double a=1.0)']]],
- ['lslocallaxfriedrichs_2ehpp_70',['lsLocalLaxFriedrichs.hpp',['../include_2lsLocalLaxFriedrichs_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsLocalLaxFriedrichs_8hpp.html',1,'(Global Namespace)']]],
- ['lslocallaxfriedrichsanalytical_71',['lsLocalLaxFriedrichsAnalytical',['../classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html',1,'lsInternal::lsLocalLaxFriedrichsAnalytical< T, D, order >'],['../classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html#a0d5dcb57d2e66aeb06e564f26e791726',1,'lsInternal::lsLocalLaxFriedrichsAnalytical::lsLocalLaxFriedrichsAnalytical(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel)'],['../classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html#a0d5dcb57d2e66aeb06e564f26e791726',1,'lsInternal::lsLocalLaxFriedrichsAnalytical::lsLocalLaxFriedrichsAnalytical(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel)']]],
- ['lslocallaxfriedrichsanalytical_2ehpp_72',['lsLocalLaxFriedrichsAnalytical.hpp',['../include_2lsLocalLaxFriedrichsAnalytical_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsLocalLaxFriedrichsAnalytical_8hpp.html',1,'(Global Namespace)']]],
- ['lslocallocallaxfriedrichs_73',['lsLocalLocalLaxFriedrichs',['../classlsInternal_1_1lsLocalLocalLaxFriedrichs.html',1,'lsInternal::lsLocalLocalLaxFriedrichs< T, D, order >'],['../classlsInternal_1_1lsLocalLocalLaxFriedrichs.html#afe5c1c19d9a99ce7963f8f69e3b32e40',1,'lsInternal::lsLocalLocalLaxFriedrichs::lsLocalLocalLaxFriedrichs(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, double a=1.0)'],['../classlsInternal_1_1lsLocalLocalLaxFriedrichs.html#afe5c1c19d9a99ce7963f8f69e3b32e40',1,'lsInternal::lsLocalLocalLaxFriedrichs::lsLocalLocalLaxFriedrichs(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, double a=1.0)']]],
- ['lslocallocallaxfriedrichs_2ehpp_74',['lsLocalLocalLaxFriedrichs.hpp',['../install_2ViennaLS_2include_2lsLocalLocalLaxFriedrichs_8hpp.html',1,'(Global Namespace)'],['../include_2lsLocalLocalLaxFriedrichs_8hpp.html',1,'(Global Namespace)']]],
- ['lsmakegeometry_75',['lsMakeGeometry',['../classlsMakeGeometry.html#a177f440c08aa6867f251ae4bb482e5db',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsCylinder< T, D > > passedCylinder)'],['../classlsMakeGeometry.html#ada31a7c9a98ed26b204749f86b2df79a',1,'lsMakeGeometry::lsMakeGeometry()'],['../classlsMakeGeometry.html#abd3af6f55d7c0de0893df34c329df696',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsMakeGeometry.html#aa3282b309cf2aa0978a5b46e069e67cc',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsSphere< T, D > > passedSphere)'],['../classlsMakeGeometry.html#ad6a10a763e0acbeb6cbe5eea7bf15155',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsPlane< T, D > > passedPlane)'],['../classlsMakeGeometry.html#a3c458267f0987706742edc616446ffa9',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsBox< T, D > > passedBox)'],['../classlsMakeGeometry.html#ada31a7c9a98ed26b204749f86b2df79a',1,'lsMakeGeometry::lsMakeGeometry()'],['../classlsMakeGeometry.html',1,'lsMakeGeometry< T, D >'],['../classlsMakeGeometry.html#a47bb6021ec005fd8bf4d60151fec65ab',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)'],['../classlsMakeGeometry.html#a177f440c08aa6867f251ae4bb482e5db',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsCylinder< T, D > > passedCylinder)'],['../classlsMakeGeometry.html#a3c458267f0987706742edc616446ffa9',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsBox< T, D > > passedBox)'],['../classlsMakeGeometry.html#ad6a10a763e0acbeb6cbe5eea7bf15155',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsPlane< T, D > > passedPlane)'],['../classlsMakeGeometry.html#aa3282b309cf2aa0978a5b46e069e67cc',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsSphere< T, D > > passedSphere)'],['../classlsMakeGeometry.html#abd3af6f55d7c0de0893df34c329df696',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsMakeGeometry.html#a47bb6021ec005fd8bf4d60151fec65ab',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)']]],
- ['lsmakegeometry_2ehpp_76',['lsMakeGeometry.hpp',['../install_2ViennaLS_2include_2lsMakeGeometry_8hpp.html',1,'(Global Namespace)'],['../include_2lsMakeGeometry_8hpp.html',1,'(Global Namespace)']]],
- ['lsmarchingcubes_77',['lsMarchingCubes',['../classlsInternal_1_1lsMarchingCubes.html',1,'lsInternal']]],
- ['lsmarchingcubes_2ehpp_78',['lsMarchingCubes.hpp',['../install_2ViennaLS_2include_2lsMarchingCubes_8hpp.html',1,'(Global Namespace)'],['../include_2lsMarchingCubes_8hpp.html',1,'(Global Namespace)']]],
- ['lsmarkvoidpoints_79',['lsMarkVoidPoints',['../classlsMarkVoidPoints.html',1,'lsMarkVoidPoints< T, D >'],['../classlsMarkVoidPoints.html#a6da00087a58710deba7fa89ce5fd22fd',1,'lsMarkVoidPoints::lsMarkVoidPoints()'],['../classlsMarkVoidPoints.html#aa440ceeb5eb5e23faa9d0b552c3d9365',1,'lsMarkVoidPoints::lsMarkVoidPoints(lsSmartPointer< lsDomain< T, D > > passedlsDomain, bool passedReverseVoidDetection=false)'],['../classlsMarkVoidPoints.html#a6da00087a58710deba7fa89ce5fd22fd',1,'lsMarkVoidPoints::lsMarkVoidPoints()'],['../classlsMarkVoidPoints.html#aa440ceeb5eb5e23faa9d0b552c3d9365',1,'lsMarkVoidPoints::lsMarkVoidPoints(lsSmartPointer< lsDomain< T, D > > passedlsDomain, bool passedReverseVoidDetection=false)']]],
- ['lsmarkvoidpoints_2ehpp_80',['lsMarkVoidPoints.hpp',['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html',1,'(Global Namespace)'],['../include_2lsMarkVoidPoints_8hpp.html',1,'(Global Namespace)']]],
- ['lsmesh_81',['lsMesh',['../classlsMesh.html',1,'']]],
- ['lsmesh_2ehpp_82',['lsMesh.hpp',['../install_2ViennaLS_2include_2lsMesh_8hpp.html',1,'(Global Namespace)'],['../include_2lsMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lsmessage_83',['lsMessage',['../classlsMessage.html#a2603de3902261fab485de97fc69be1ea',1,'lsMessage::lsMessage()'],['../classlsMessage.html',1,'lsMessage'],['../classlsMessage.html#a2603de3902261fab485de97fc69be1ea',1,'lsMessage::lsMessage()']]],
- ['lsmessage_2ehpp_84',['lsMessage.hpp',['../install_2ViennaLS_2include_2lsMessage_8hpp.html',1,'(Global Namespace)'],['../include_2lsMessage_8hpp.html',1,'(Global Namespace)']]],
- ['lsplane_85',['lsPlane',['../classlsPlane.html#aa59fb2b3c42723ddf881e118d9bf3f84',1,'lsPlane::lsPlane()'],['../classlsPlane.html#a40463fe01a70ee60c501968240803157',1,'lsPlane::lsPlane(hrleVectorType< T, D > passedOrigin, hrleVectorType< T, D > passedNormal)'],['../classlsPlane.html#a49bd6ff0e9f90f508f11ac9f852ca705',1,'lsPlane::lsPlane(const T *passedOrigin, const T *passedNormal)'],['../classlsPlane.html#a21a4a8b21410f6d916c082e552ceb971',1,'lsPlane::lsPlane(const std::vector< T > &passedOrigin, const std::vector< T > &passedNormal)'],['../classlsPlane.html#aa59fb2b3c42723ddf881e118d9bf3f84',1,'lsPlane::lsPlane()'],['../classlsPlane.html#a40463fe01a70ee60c501968240803157',1,'lsPlane::lsPlane(hrleVectorType< T, D > passedOrigin, hrleVectorType< T, D > passedNormal)'],['../classlsPlane.html#a49bd6ff0e9f90f508f11ac9f852ca705',1,'lsPlane::lsPlane(const T *passedOrigin, const T *passedNormal)'],['../classlsPlane.html#a21a4a8b21410f6d916c082e552ceb971',1,'lsPlane::lsPlane(const std::vector< T > &passedOrigin, const std::vector< T > &passedNormal)'],['../classlsPlane.html',1,'lsPlane< T, D >']]],
- ['lspointcloud_86',['lsPointCloud',['../classlsPointCloud.html#a76f5f725653b5fe6f21a671c61ecda09',1,'lsPointCloud::lsPointCloud()'],['../classlsPointCloud.html#a5610c9621469b306f0a25ee486b4388c',1,'lsPointCloud::lsPointCloud(std::vector< hrleVectorType< T, D > > passedPoints)'],['../classlsPointCloud.html#aafb5deb59dc218da5c1cba8981468588',1,'lsPointCloud::lsPointCloud(const std::vector< std::vector< T > > &passedPoints)'],['../classlsPointCloud.html#a76f5f725653b5fe6f21a671c61ecda09',1,'lsPointCloud::lsPointCloud()'],['../classlsPointCloud.html#a5610c9621469b306f0a25ee486b4388c',1,'lsPointCloud::lsPointCloud(std::vector< hrleVectorType< T, D > > passedPoints)'],['../classlsPointCloud.html#aafb5deb59dc218da5c1cba8981468588',1,'lsPointCloud::lsPointCloud(const std::vector< std::vector< T > > &passedPoints)'],['../classlsPointCloud.html',1,'lsPointCloud< T, D >']]],
- ['lspointdata_87',['lsPointData',['../classlsPointData.html',1,'']]],
- ['lspointdata_2ehpp_88',['lsPointData.hpp',['../include_2lsPointData_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsPointData_8hpp.html',1,'(Global Namespace)']]],
- ['lspointdata_3c_20double_20_3e_89',['lsPointData< double >',['../classlsPointData.html',1,'']]],
- ['lspointdata_3c_20t_20_3e_90',['lsPointData< T >',['../classlsPointData.html',1,'']]],
- ['lsprecompilemacros_2ehpp_91',['lsPreCompileMacros.hpp',['../include_2lsPreCompileMacros_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsPreCompileMacros_8hpp.html',1,'(Global Namespace)']]],
- ['lspreparestencillocallaxfriedrichs_92',['lsPrepareStencilLocalLaxFriedrichs',['../install_2ViennaLS_2include_2lsStencilLocalLaxFriedrichsScalar_8hpp.html#ac62b360418afca0068bf2f067a9b6c0b',1,'lsPrepareStencilLocalLaxFriedrichs(std::vector< lsSmartPointer< lsDomain< T, D > > > &levelSets, std::vector< bool > isDepo): lsStencilLocalLaxFriedrichsScalar.hpp'],['../include_2lsStencilLocalLaxFriedrichsScalar_8hpp.html#ac62b360418afca0068bf2f067a9b6c0b',1,'lsPrepareStencilLocalLaxFriedrichs(std::vector< lsSmartPointer< lsDomain< T, D > > > &levelSets, std::vector< bool > isDepo): lsStencilLocalLaxFriedrichsScalar.hpp']]],
- ['lsprune_93',['lsPrune',['../classlsPrune.html',1,'lsPrune< T, D >'],['../classlsPrune.html#a58ceb2d5148f1134aa039e3b454e9d54',1,'lsPrune::lsPrune(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsPrune.html#a31cc4e017b099f2af82922469fcf9bed',1,'lsPrune::lsPrune()'],['../classlsPrune.html#a58ceb2d5148f1134aa039e3b454e9d54',1,'lsPrune::lsPrune(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsPrune.html#a31cc4e017b099f2af82922469fcf9bed',1,'lsPrune::lsPrune()']]],
- ['lsprune_2ehpp_94',['lsPrune.hpp',['../install_2ViennaLS_2include_2lsPrune_8hpp.html',1,'(Global Namespace)'],['../include_2lsPrune_8hpp.html',1,'(Global Namespace)']]],
- ['lsreader_95',['lsReader',['../classlsReader.html#a343a67a4089dd3ad538eb3fda0837a03',1,'lsReader::lsReader()'],['../classlsReader.html',1,'lsReader< T, D >'],['../classlsReader.html#a2020c8d262dba202b045dab0b219b731',1,'lsReader::lsReader(lsSmartPointer< lsDomain< T, D > > passedLevelSet, std::string passedFileName)'],['../classlsReader.html#a343a67a4089dd3ad538eb3fda0837a03',1,'lsReader::lsReader(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsReader.html#ac0928e71e719a3b7fa1677142ebead93',1,'lsReader::lsReader()'],['../classlsReader.html#a2020c8d262dba202b045dab0b219b731',1,'lsReader::lsReader(lsSmartPointer< lsDomain< T, D > > passedLevelSet, std::string passedFileName)'],['../classlsReader.html#ac0928e71e719a3b7fa1677142ebead93',1,'lsReader::lsReader()']]],
- ['lsreader_2ehpp_96',['lsReader.hpp',['../install_2ViennaLS_2include_2lsReader_8hpp.html',1,'(Global Namespace)'],['../include_2lsReader_8hpp.html',1,'(Global Namespace)']]],
- ['lsreduce_97',['lsReduce',['../classlsReduce.html#a0f69e06b5514aca84eaed1c8453d6fce',1,'lsReduce::lsReduce()'],['../classlsReduce.html#a4bb70e2e510585a140ff3afef4418edc',1,'lsReduce::lsReduce(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsReduce.html#a0b9d3a095785ffa7c932dca166043951',1,'lsReduce::lsReduce(lsSmartPointer< lsDomain< T, D > > passedlsDomain, int passedWidth, bool passedNoNewSegment=false)'],['../classlsReduce.html#a0f69e06b5514aca84eaed1c8453d6fce',1,'lsReduce::lsReduce()'],['../classlsReduce.html#a4bb70e2e510585a140ff3afef4418edc',1,'lsReduce::lsReduce(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsReduce.html#a0b9d3a095785ffa7c932dca166043951',1,'lsReduce::lsReduce(lsSmartPointer< lsDomain< T, D > > passedlsDomain, int passedWidth, bool passedNoNewSegment=false)'],['../classlsReduce.html',1,'lsReduce< T, D >']]],
- ['lsreduce_2ehpp_98',['lsReduce.hpp',['../install_2ViennaLS_2include_2lsReduce_8hpp.html',1,'(Global Namespace)'],['../include_2lsReduce_8hpp.html',1,'(Global Namespace)']]],
- ['lsremovestraypoints_99',['lsRemoveStrayPoints',['../classlsRemoveStrayPoints.html#a3dc9a7c9cb042a0f733b81deaf7ab893',1,'lsRemoveStrayPoints::lsRemoveStrayPoints()'],['../classlsRemoveStrayPoints.html',1,'lsRemoveStrayPoints< T, D >'],['../classlsRemoveStrayPoints.html#aa903de9dc604862d4de4df762ef7d1ed',1,'lsRemoveStrayPoints::lsRemoveStrayPoints(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsRemoveStrayPoints.html#a3dc9a7c9cb042a0f733b81deaf7ab893',1,'lsRemoveStrayPoints::lsRemoveStrayPoints()'],['../classlsRemoveStrayPoints.html#aa903de9dc604862d4de4df762ef7d1ed',1,'lsRemoveStrayPoints::lsRemoveStrayPoints(lsSmartPointer< lsDomain< T, D > > passedLevelSet)']]],
- ['lsremovestraypoints_2ehpp_100',['lsRemoveStrayPoints.hpp',['../install_2ViennaLS_2include_2lsRemoveStrayPoints_8hpp.html',1,'(Global Namespace)'],['../include_2lsRemoveStrayPoints_8hpp.html',1,'(Global Namespace)']]],
- ['lssmartpointer_101',['lsSmartPointer',['../classlsSmartPointer.html',1,'lsSmartPointer< T >'],['../classlsSmartPointer.html#af10e097abae27769f7dcd5cadfe7eaaa',1,'lsSmartPointer::lsSmartPointer(Args &&...args)'],['../classlsSmartPointer.html#ae686eaaf7c7e7abe4523fe53e452405e',1,'lsSmartPointer::lsSmartPointer(Args &&... args)']]],
- ['lssmartpointer_2ehpp_102',['lsSmartPointer.hpp',['../install_2ViennaLS_2include_2lsSmartPointer_8hpp.html',1,'(Global Namespace)'],['../include_2lsSmartPointer_8hpp.html',1,'(Global Namespace)']]],
- ['lssmartpointer_3c_20const_20lsgeometricadvectdistribution_3c_20hrlecoordtype_2c_20d_20_3e_20_3e_103',['lsSmartPointer< const lsGeometricAdvectDistribution< hrleCoordType, D > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lsbox_3c_20t_2c_20d_20_3e_20_3e_104',['lsSmartPointer< lsBox< T, D > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lscylinder_3c_20t_2c_20d_20_3e_20_3e_105',['lsSmartPointer< lsCylinder< T, D > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lsdomain_3c_20t_2c_20d_20_3e_20_3e_106',['lsSmartPointer< lsDomain< T, D > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lsmesh_3c_20double_20_3e_20_3e_107',['lsSmartPointer< lsMesh< double > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lsmesh_3c_20t_20_3e_20_3e_108',['lsSmartPointer< lsMesh< T > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lsplane_3c_20t_2c_20d_20_3e_20_3e_109',['lsSmartPointer< lsPlane< T, D > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lspointcloud_3c_20t_2c_20d_20_3e_20_3e_110',['lsSmartPointer< lsPointCloud< T, D > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lssphere_3c_20t_2c_20d_20_3e_20_3e_111',['lsSmartPointer< lsSphere< T, D > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lsvelocityfield_3c_20t_20_3e_20_3e_112',['lsSmartPointer< lsVelocityField< T > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20translatortype_20_3e_113',['lsSmartPointer< TranslatorType >',['../classlsSmartPointer.html',1,'']]],
- ['lssphere_114',['lsSphere',['../classlsSphere.html#afc65b4af1d306091efde3430f7265b6d',1,'lsSphere::lsSphere(T *passedOrigin, T passedRadius)'],['../classlsSphere.html#a45578bd9ec9a252f166139d11cda46fd',1,'lsSphere::lsSphere()'],['../classlsSphere.html#a4ab43c9b4fa568e7b6d631a8a896e79e',1,'lsSphere::lsSphere(hrleVectorType< T, D > passedOrigin, T passedRadius)'],['../classlsSphere.html#afc65b4af1d306091efde3430f7265b6d',1,'lsSphere::lsSphere(T *passedOrigin, T passedRadius)'],['../classlsSphere.html#aa131fdb973f837cf5a37ce6e24c20393',1,'lsSphere::lsSphere(const std::vector< T > &passedOrigin, T passedRadius)'],['../classlsSphere.html',1,'lsSphere< T, D >'],['../classlsSphere.html#a45578bd9ec9a252f166139d11cda46fd',1,'lsSphere::lsSphere()'],['../classlsSphere.html#aa131fdb973f837cf5a37ce6e24c20393',1,'lsSphere::lsSphere(const std::vector< T > &passedOrigin, T passedRadius)'],['../classlsSphere.html#a4ab43c9b4fa568e7b6d631a8a896e79e',1,'lsSphere::lsSphere(hrleVectorType< T, D > passedOrigin, T passedRadius)']]],
- ['lsspheredistribution_115',['lsSphereDistribution',['../classlsSphereDistribution.html',1,'lsSphereDistribution< T, D >'],['../classlsSphereDistribution.html#a0071db703db6ef1992c7e4493966ed14',1,'lsSphereDistribution::lsSphereDistribution(const T passedRadius, const T delta)'],['../classlsSphereDistribution.html#a0071db703db6ef1992c7e4493966ed14',1,'lsSphereDistribution::lsSphereDistribution(const T passedRadius, const T delta)']]],
- ['lsstencillocallaxfriedrichsscalar_116',['lsStencilLocalLaxFriedrichsScalar',['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar< T, D, order >'],['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#adcbdc1a5a11ac79488a6b1d26aea7366',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::lsStencilLocalLaxFriedrichsScalar(LevelSetType passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, double a=1.0, DifferentiationSchemeEnum scheme=DifferentiationSchemeEnum::FIRST_ORDER)'],['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#adcbdc1a5a11ac79488a6b1d26aea7366',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::lsStencilLocalLaxFriedrichsScalar(LevelSetType passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, double a=1.0, DifferentiationSchemeEnum scheme=DifferentiationSchemeEnum::FIRST_ORDER)']]],
- ['lsstencillocallaxfriedrichsscalar_2ehpp_117',['lsStencilLocalLaxFriedrichsScalar.hpp',['../install_2ViennaLS_2include_2lsStencilLocalLaxFriedrichsScalar_8hpp.html',1,'(Global Namespace)'],['../include_2lsStencilLocalLaxFriedrichsScalar_8hpp.html',1,'(Global Namespace)']]],
- ['lstest_5fassert_118',['LSTEST_ASSERT',['../install_2ViennaLS_2include_2lsTestAsserts_8hpp.html#a622e9d7e09c25ba495e010a18b719625',1,'LSTEST_ASSERT(): lsTestAsserts.hpp'],['../include_2lsTestAsserts_8hpp.html#a622e9d7e09c25ba495e010a18b719625',1,'LSTEST_ASSERT(): lsTestAsserts.hpp']]],
- ['lstest_5fassert_5fvalid_5fls_119',['LSTEST_ASSERT_VALID_LS',['../install_2ViennaLS_2include_2lsTestAsserts_8hpp.html#a577864eccdd1313491124dfc80dc59ce',1,'LSTEST_ASSERT_VALID_LS(): lsTestAsserts.hpp'],['../include_2lsTestAsserts_8hpp.html#a577864eccdd1313491124dfc80dc59ce',1,'LSTEST_ASSERT_VALID_LS(): lsTestAsserts.hpp']]],
- ['lstestasserts_2ehpp_120',['lsTestAsserts.hpp',['../include_2lsTestAsserts_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsTestAsserts_8hpp.html',1,'(Global Namespace)']]],
- ['lstodiskmesh_121',['lsToDiskMesh',['../classlsToDiskMesh.html#ae31401d943219e815332afc2071436b9',1,'lsToDiskMesh::lsToDiskMesh()'],['../classlsToDiskMesh.html',1,'lsToDiskMesh< T, D, N, keepNormals >'],['../classlsToDiskMesh.html#ae31401d943219e815332afc2071436b9',1,'lsToDiskMesh::lsToDiskMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< N > > passedMesh, T passedMaxValue=0.5)'],['../classlsToDiskMesh.html#a1cba051b6604932265219222152d0e74',1,'lsToDiskMesh::lsToDiskMesh()'],['../classlsToDiskMesh.html#ae323e48b3a73752c3b754abd3d0ff271',1,'lsToDiskMesh::lsToDiskMesh(lsSmartPointer< lsMesh< N > > passedMesh, T passedMaxValue=0.5)'],['../classlsToDiskMesh.html#a42fa06a5f099a4ec8a702f19f9847280',1,'lsToDiskMesh::lsToDiskMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< N > > passedMesh, lsSmartPointer< TranslatorType > passedTranslator, T passedMaxValue=0.5)'],['../classlsToDiskMesh.html#a42fa06a5f099a4ec8a702f19f9847280',1,'lsToDiskMesh::lsToDiskMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< N > > passedMesh, lsSmartPointer< TranslatorType > passedTranslator, T passedMaxValue=0.5)'],['../classlsToDiskMesh.html#ae323e48b3a73752c3b754abd3d0ff271',1,'lsToDiskMesh::lsToDiskMesh(lsSmartPointer< lsMesh< N > > passedMesh, T passedMaxValue=0.5)'],['../classlsToDiskMesh.html#a1cba051b6604932265219222152d0e74',1,'lsToDiskMesh::lsToDiskMesh()']]],
- ['lstodiskmesh_2ehpp_122',['lsToDiskMesh.hpp',['../install_2ViennaLS_2include_2lsToDiskMesh_8hpp.html',1,'(Global Namespace)'],['../include_2lsToDiskMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lstomesh_123',['lsToMesh',['../classlsToMesh.html',1,'lsToMesh< T, D >'],['../classlsToMesh.html#aa29aa019be9d55040b2ca26802371249',1,'lsToMesh::lsToMesh(const lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh, bool passedOnlyDefined=true, bool passedOnlyActive=false)'],['../classlsToMesh.html#a13ff52503ffe9a602d41c8ce4925653f',1,'lsToMesh::lsToMesh()'],['../classlsToMesh.html#aa29aa019be9d55040b2ca26802371249',1,'lsToMesh::lsToMesh(const lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh, bool passedOnlyDefined=true, bool passedOnlyActive=false)'],['../classlsToMesh.html#a13ff52503ffe9a602d41c8ce4925653f',1,'lsToMesh::lsToMesh()']]],
- ['lstomesh_2ehpp_124',['lsToMesh.hpp',['../install_2ViennaLS_2include_2lsToMesh_8hpp.html',1,'(Global Namespace)'],['../include_2lsToMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lstosurfacemesh_125',['lsToSurfaceMesh',['../classlsToSurfaceMesh.html#aac753633d2f8da94ecabf86ea2e2e346',1,'lsToSurfaceMesh::lsToSurfaceMesh()'],['../classlsToSurfaceMesh.html',1,'lsToSurfaceMesh< T, D >'],['../classlsToSurfaceMesh.html#aac753633d2f8da94ecabf86ea2e2e346',1,'lsToSurfaceMesh::lsToSurfaceMesh(double eps=1e-12)'],['../classlsToSurfaceMesh.html#a5cfece17354ca1bc59a6c66434ed06c2',1,'lsToSurfaceMesh::lsToSurfaceMesh(const lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh, double eps=1e-12)'],['../classlsToSurfaceMesh.html#a5cfece17354ca1bc59a6c66434ed06c2',1,'lsToSurfaceMesh::lsToSurfaceMesh(const lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh, double eps=1e-12)']]],
- ['lstosurfacemesh_2ehpp_126',['lsToSurfaceMesh.hpp',['../install_2ViennaLS_2include_2lsToSurfaceMesh_8hpp.html',1,'(Global Namespace)'],['../include_2lsToSurfaceMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lstovoxelmesh_127',['lsToVoxelMesh',['../classlsToVoxelMesh.html#ae0aa7bef004cad8cc6d15a3c5fd2aacb',1,'lsToVoxelMesh::lsToVoxelMesh()'],['../classlsToVoxelMesh.html',1,'lsToVoxelMesh< T, D >'],['../classlsToVoxelMesh.html#ae0aa7bef004cad8cc6d15a3c5fd2aacb',1,'lsToVoxelMesh::lsToVoxelMesh()'],['../classlsToVoxelMesh.html#acff43277ae78cd011e5cdad129094a72',1,'lsToVoxelMesh::lsToVoxelMesh(lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsToVoxelMesh.html#a6ea93057fbfd9896d48fb9d71d31cc62',1,'lsToVoxelMesh::lsToVoxelMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsToVoxelMesh.html#afcc9d61f63c2b1a195b7feeb2b12037c',1,'lsToVoxelMesh::lsToVoxelMesh(const std::vector< lsSmartPointer< lsDomain< T, D > > > passedLevelSets, lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsToVoxelMesh.html#acff43277ae78cd011e5cdad129094a72',1,'lsToVoxelMesh::lsToVoxelMesh(lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsToVoxelMesh.html#a6ea93057fbfd9896d48fb9d71d31cc62',1,'lsToVoxelMesh::lsToVoxelMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsToVoxelMesh.html#afcc9d61f63c2b1a195b7feeb2b12037c',1,'lsToVoxelMesh::lsToVoxelMesh(const std::vector< lsSmartPointer< lsDomain< T, D > > > passedLevelSets, lsSmartPointer< lsMesh< T > > passedMesh)']]],
- ['lstovoxelmesh_2ehpp_128',['lsToVoxelMesh.hpp',['../install_2ViennaLS_2include_2lsToVoxelMesh_8hpp.html',1,'(Global Namespace)'],['../include_2lsToVoxelMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lstransformenum_129',['lsTransformEnum',['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98',1,'lsTransformEnum(): lsTransformMesh.hpp'],['../include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98',1,'lsTransformEnum(): lsTransformMesh.hpp']]],
- ['lstransformmesh_130',['lsTransformMesh',['../classlsTransformMesh.html',1,'lsTransformMesh< T >'],['../classlsTransformMesh.html#ab3ddd1536adc93ad4081d7739fb51709',1,'lsTransformMesh::lsTransformMesh(lsSmartPointer< lsMesh< T > > passedMesh, lsTransformEnum passedTransform=lsTransformEnum::TRANSLATION, std::array< double, 3 > passedTransformVector={}, double passedAngle=0.0)'],['../classlsTransformMesh.html#a55f012c7a7e252bd866aff50f7aaad9b',1,'lsTransformMesh::lsTransformMesh(lsSmartPointer< lsMesh< T > > passedMesh, lsTransformEnum passedTransform=lsTransformEnum::TRANSLATION, hrleVectorType< double, 3 > passedTransformVector={}, double passedAngle=0.0)'],['../classlsTransformMesh.html#ab3ddd1536adc93ad4081d7739fb51709',1,'lsTransformMesh::lsTransformMesh(lsSmartPointer< lsMesh< T > > passedMesh, lsTransformEnum passedTransform=lsTransformEnum::TRANSLATION, std::array< double, 3 > passedTransformVector={}, double passedAngle=0.0)'],['../classlsTransformMesh.html#a55f012c7a7e252bd866aff50f7aaad9b',1,'lsTransformMesh::lsTransformMesh(lsSmartPointer< lsMesh< T > > passedMesh, lsTransformEnum passedTransform=lsTransformEnum::TRANSLATION, hrleVectorType< double, 3 > passedTransformVector={}, double passedAngle=0.0)']]],
- ['lstransformmesh_2ehpp_131',['lsTransformMesh.hpp',['../include_2lsTransformMesh_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lsvelocityfield_132',['lsVelocityField',['../classlsVelocityField.html',1,'lsVelocityField< T >'],['../classlsVelocityField.html#a0e78edc56bdb3f2ed2d27827a4388ff3',1,'lsVelocityField::lsVelocityField()'],['../classlsVelocityField.html#a0e78edc56bdb3f2ed2d27827a4388ff3',1,'lsVelocityField::lsVelocityField()']]],
- ['lsvelocityfield_2ehpp_133',['lsVelocityField.hpp',['../include_2lsVelocityField_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsVelocityField_8hpp.html',1,'(Global Namespace)']]],
- ['lsvelocityfield_3c_20double_20_3e_134',['lsVelocityField< double >',['../classlsVelocityField.html',1,'']]],
- ['lsvelocityfield_3c_20numerictype_20_3e_135',['lsVelocityField< NumericType >',['../classlsVelocityField.html',1,'']]],
- ['lsvoidtopsurfaceenum_136',['lsVoidTopSurfaceEnum',['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598',1,'lsVoidTopSurfaceEnum(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598',1,'lsVoidTopSurfaceEnum(): lsMarkVoidPoints.hpp']]],
- ['lsvtkreader_137',['lsVTKReader',['../classlsVTKReader.html',1,'lsVTKReader< T >'],['../classlsVTKReader.html#a6072c9029878869db0a02295566087e8',1,'lsVTKReader::lsVTKReader()'],['../classlsVTKReader.html#a3fcbcfb680787f7517d8ee0ecf1b082e',1,'lsVTKReader::lsVTKReader(lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsVTKReader.html#aa7a5ad72e9540304ec3769e800f19601',1,'lsVTKReader::lsVTKReader(lsSmartPointer< lsMesh< T > > passedMesh, std::string passedFileName)'],['../classlsVTKReader.html#a0597eeebd0b2d13888e890b2fba1c09e',1,'lsVTKReader::lsVTKReader(lsSmartPointer< lsMesh<> > passedMesh, lsFileFormatEnum passedFormat, std::string passedFileName)'],['../classlsVTKReader.html#a6072c9029878869db0a02295566087e8',1,'lsVTKReader::lsVTKReader()'],['../classlsVTKReader.html#a3fcbcfb680787f7517d8ee0ecf1b082e',1,'lsVTKReader::lsVTKReader(lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsVTKReader.html#aa7a5ad72e9540304ec3769e800f19601',1,'lsVTKReader::lsVTKReader(lsSmartPointer< lsMesh< T > > passedMesh, std::string passedFileName)'],['../classlsVTKReader.html#a0597eeebd0b2d13888e890b2fba1c09e',1,'lsVTKReader::lsVTKReader(lsSmartPointer< lsMesh<> > passedMesh, lsFileFormatEnum passedFormat, std::string passedFileName)']]],
- ['lsvtkreader_2ehpp_138',['lsVTKReader.hpp',['../include_2lsVTKReader_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsVTKReader_8hpp.html',1,'(Global Namespace)']]],
- ['lsvtkwriter_139',['lsVTKWriter',['../classlsVTKWriter.html#a29705717bfe75acef5d02e579bd04bf2',1,'lsVTKWriter::lsVTKWriter(lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsVTKWriter.html#a1652db574c0c65c401194a2b1f92ff25',1,'lsVTKWriter::lsVTKWriter()'],['../classlsVTKWriter.html#a74b1c49dbae3f74cafe051e8b583552b',1,'lsVTKWriter::lsVTKWriter(lsSmartPointer< lsMesh< T > > passedMesh, lsFileFormatEnum passedFormat, std::string passedFileName)'],['../classlsVTKWriter.html#ae133381037906aa7bba5101a9a6d0c14',1,'lsVTKWriter::lsVTKWriter(lsSmartPointer< lsMesh< T > > passedMesh, std::string passedFileName)'],['../classlsVTKWriter.html#a29705717bfe75acef5d02e579bd04bf2',1,'lsVTKWriter::lsVTKWriter(lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsVTKWriter.html#a1652db574c0c65c401194a2b1f92ff25',1,'lsVTKWriter::lsVTKWriter()'],['../classlsVTKWriter.html#a74b1c49dbae3f74cafe051e8b583552b',1,'lsVTKWriter::lsVTKWriter(lsSmartPointer< lsMesh< T > > passedMesh, lsFileFormatEnum passedFormat, std::string passedFileName)'],['../classlsVTKWriter.html',1,'lsVTKWriter< T >'],['../classlsVTKWriter.html#ae133381037906aa7bba5101a9a6d0c14',1,'lsVTKWriter::lsVTKWriter()']]],
- ['lsvtkwriter_2ehpp_140',['lsVTKWriter.hpp',['../include_2lsVTKWriter_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsVTKWriter_8hpp.html',1,'(Global Namespace)']]],
- ['lswriter_141',['lsWriter',['../classlsWriter.html#acf6a29e6d8f1c5900c17179333640294',1,'lsWriter::lsWriter()'],['../classlsWriter.html',1,'lsWriter< T, D >'],['../classlsWriter.html#a687387dcad4d5b10103ffec6d98b4d99',1,'lsWriter::lsWriter(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsWriter.html#a5de4871b57de4fa7b297d6b3fcaa6bc2',1,'lsWriter::lsWriter()'],['../classlsWriter.html#acf6a29e6d8f1c5900c17179333640294',1,'lsWriter::lsWriter(lsSmartPointer< lsDomain< T, D > > passedLevelSet, std::string passedFileName)'],['../classlsWriter.html#a687387dcad4d5b10103ffec6d98b4d99',1,'lsWriter::lsWriter(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsWriter.html#a5de4871b57de4fa7b297d6b3fcaa6bc2',1,'lsWriter::lsWriter()']]],
- ['lswriter_2ehpp_142',['lsWriter.hpp',['../install_2ViennaLS_2include_2lsWriter_8hpp.html',1,'(Global Namespace)'],['../include_2lsWriter_8hpp.html',1,'(Global Namespace)']]],
- ['lswritevisualizationmesh_143',['lsWriteVisualizationMesh',['../classlsWriteVisualizationMesh.html#ae94323fb9a6461cc62d1d6f566eb1a05',1,'lsWriteVisualizationMesh::lsWriteVisualizationMesh()'],['../classlsWriteVisualizationMesh.html#a9e51120446adfec0f5d5037b6808dad3',1,'lsWriteVisualizationMesh::lsWriteVisualizationMesh(lsSmartPointer< lsDomain< T, D > > levelSet)'],['../classlsWriteVisualizationMesh.html',1,'lsWriteVisualizationMesh< T, D >'],['../classlsWriteVisualizationMesh.html#ae94323fb9a6461cc62d1d6f566eb1a05',1,'lsWriteVisualizationMesh::lsWriteVisualizationMesh()'],['../classlsWriteVisualizationMesh.html#a9e51120446adfec0f5d5037b6808dad3',1,'lsWriteVisualizationMesh::lsWriteVisualizationMesh(lsSmartPointer< lsDomain< T, D > > levelSet)']]],
- ['lswritevisualizationmesh_2ehpp_144',['lsWriteVisualizationMesh.hpp',['../install_2ViennaLS_2include_2lsWriteVisualizationMesh_8hpp.html',1,'(Global Namespace)'],['../include_2lsWriteVisualizationMesh_8hpp.html',1,'(Global Namespace)']]]
-];
diff --git a/docs/doxygen/html/search/all_a.html b/docs/doxygen/html/search/all_a.html
deleted file mode 100644
index 1f90b7a7..00000000
--- a/docs/doxygen/html/search/all_a.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_a.js b/docs/doxygen/html/search/all_a.js
deleted file mode 100644
index c5312946..00000000
--- a/docs/doxygen/html/search/all_a.js
+++ /dev/null
@@ -1,19 +0,0 @@
-var searchData=
-[
- ['mag_0',['mag',['../classViewFactorDistribution.html#a36393e8847409fb644003f6c99ce4a4d',1,'ViewFactorDistribution']]],
- ['main_1',['main',['../Deposition_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): Deposition.cpp'],['../VolumeToLevelSets_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97',1,'main(int argc, char *argv[]): VolumeToLevelSets.cpp'],['../VoidEtching_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): VoidEtching.cpp'],['../ViewFactor_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): ViewFactor.cpp'],['../SquareEtch_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): SquareEtch.cpp'],['../SharedLib_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): SharedLib.cpp'],['../PeriodicBoundary_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): PeriodicBoundary.cpp'],['../PatternedSubstrate_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): PatternedSubstrate.cpp'],['../GeometricAdvection_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): GeometricAdvection.cpp'],['../AirGapDeposition_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): AirGapDeposition.cpp']]],
- ['makeroundcone_2',['makeRoundCone',['../PatternedSubstrate_8cpp.html#aef2c56104ca1ad1de87257fa940fff30',1,'PatternedSubstrate.cpp']]],
- ['maketaperedtrench_3',['makeTaperedTrench',['../ViewFactor_8cpp.html#aa95872ecbf3551b03003ddfe5705da39',1,'ViewFactor.cpp']]],
- ['map_4',['map',['../classViewFactorDistribution.html#ad53f6bcc0f5d5e19c9ec9b78a11efbea',1,'ViewFactorDistribution']]],
- ['maxcorner_5',['maxCorner',['../namespaceAirGapDeposition.html#a7e6fb0e6e3965c24e43e33753cc4c2b4',1,'AirGapDeposition.maxCorner()'],['../namespaceDeposition.html#acfc1b4da91a51db88736546ef5d6ecaa',1,'Deposition.maxCorner()'],['../namespaceGeometricAdvection.html#a61784e26891726ae8a5decd60904d2ae',1,'GeometricAdvection.maxCorner()'],['../classlsBox.html#a594716d10e208becc5de0690733349d0',1,'lsBox::maxCorner()']]],
- ['maximumextent_6',['maximumExtent',['../classlsMesh.html#a8abd8564dc1d598bd8ee910297aa298e',1,'lsMesh']]],
- ['mean_5fand_5fgaussian_5fcurvature_7',['MEAN_AND_GAUSSIAN_CURVATURE',['../include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda7cc81f1f0e43035d06928955b4f385ac',1,'MEAN_AND_GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda7cc81f1f0e43035d06928955b4f385ac',1,'MEAN_AND_GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda7cc81f1f0e43035d06928955b4f385ac',1,'MEAN_AND_GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda7cc81f1f0e43035d06928955b4f385ac',1,'MEAN_AND_GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp']]],
- ['mean_5fcurvature_8',['MEAN_CURVATURE',['../include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01edaf04bbe1fcd55b69c996511540e1a4af9',1,'MEAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01edaf04bbe1fcd55b69c996511540e1a4af9',1,'MEAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01edaf04bbe1fcd55b69c996511540e1a4af9',1,'MEAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01edaf04bbe1fcd55b69c996511540e1a4af9',1,'MEAN_CURVATURE(): lsCalculateCurvatures.hpp']]],
- ['meancurvature_9',['meanCurvature',['../namespacelsInternal.html#aeef0c3f29a30bccb29b6bb7b72cddd8e',1,'lsInternal']]],
- ['meancurvature2d_10',['meanCurvature2D',['../namespacelsInternal.html#aa3e9fd90bb8afd29f44df8da2701150d',1,'lsInternal']]],
- ['meancurvature3d_11',['meanCurvature3D',['../namespacelsInternal.html#af5d2622bd1a287a6f3ca0000cc1821e7',1,'lsInternal']]],
- ['meancurvaturelabel_12',['meanCurvatureLabel',['../classlsCalculateCurvatures.html#aa3331a8bd3efce809f789bab054fcad8',1,'lsCalculateCurvatures']]],
- ['mesh_13',['mesh',['../namespaceGeometricAdvection.html#ab3cac288eeef62da544cfa01e9d88691',1,'GeometricAdvection.mesh()'],['../namespaceDeposition.html#a8725affaf165a7612eae4f80807f9789',1,'Deposition.mesh()'],['../namespaceAirGapDeposition.html#ab170b9d309c41a6a8f385caf53068bfa',1,'AirGapDeposition.mesh()']]],
- ['mincorner_14',['minCorner',['../namespaceDeposition.html#a871e02f9e0fc93e250d34bb0662f288b',1,'Deposition.minCorner()'],['../namespaceGeometricAdvection.html#a4bc967230cc6b0b1fd473860f144736c',1,'GeometricAdvection.minCorner()'],['../namespaceAirGapDeposition.html#ae202b9c552c69548274e05624dc8c47b',1,'AirGapDeposition.minCorner()'],['../classlsBox.html#ad42bdd6e0c610c2c03c0ffd559711aeb',1,'lsBox::minCorner()']]],
- ['minimumextent_15',['minimumExtent',['../classlsMesh.html#aadb5c6417f0720f7c3f7a3ee2942af9f',1,'lsMesh']]]
-];
diff --git a/docs/doxygen/html/search/all_b.html b/docs/doxygen/html/search/all_b.html
deleted file mode 100644
index b7ad6e6d..00000000
--- a/docs/doxygen/html/search/all_b.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_b.js b/docs/doxygen/html/search/all_b.js
deleted file mode 100644
index e9be5fa6..00000000
--- a/docs/doxygen/html/search/all_b.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var searchData=
-[
- ['neg_5fvalue_0',['NEG_VALUE',['../classlsDomain.html#acd59efb6dcdc1ccc8f48a17fdc4aa356',1,'lsDomain']]],
- ['new_1',['New',['../classlsSmartPointer.html#ae58c9ee92c03b933f07228fd4e79b849',1,'lsSmartPointer::New(TArgs &&... targs)'],['../classlsSmartPointer.html#abc42fbab727d1b3ff0a04ae68a3e5f7a',1,'lsSmartPointer::New(TArgs &&...targs)']]],
- ['newlayer_2',['newLayer',['../namespaceGeometricAdvection.html#abd9a032068d19a191bc00596224a23fe',1,'GeometricAdvection.newLayer()'],['../namespaceDeposition.html#a448222c801fb513e47426d6adcbadcbd',1,'Deposition.newLayer()'],['../namespaceAirGapDeposition.html#ae4c15d7b109cfa0500c2e84e79c19ef6',1,'AirGapDeposition.newLayer()']]],
- ['nodes_3',['nodes',['../classlsMesh.html#aef70c079c387114ba1f929cdc9d72f04',1,'lsMesh']]],
- ['normal_4',['normal',['../classlsPlane.html#a758faaa5fcfc68674040158a21511ef6',1,'lsPlane']]],
- ['normals_5fangle_5',['NORMALS_ANGLE',['../include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecafdf760a0ba0aa40216ea830cb58a1714',1,'NORMALS_ANGLE(): lsDetectFeatures.hpp'],['../install_2ViennaLS_2include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecafdf760a0ba0aa40216ea830cb58a1714',1,'NORMALS_ANGLE(): lsDetectFeatures.hpp'],['../include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecafdf760a0ba0aa40216ea830cb58a1714',1,'NORMALS_ANGLE(): lsDetectFeatures.hpp'],['../install_2ViennaLS_2include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecafdf760a0ba0aa40216ea830cb58a1714',1,'NORMALS_ANGLE(): lsDetectFeatures.hpp']]],
- ['normalvectorslabel_6',['normalVectorsLabel',['../classlsCalculateNormalVectors.html#a6008b54cf1c7c73f45479b2ecdf59f31',1,'lsCalculateNormalVectors']]],
- ['normalvectortype_7',['NormalVectorType',['../classlsDomain.html#a1b5387cd91551921f8f4b034aef54c80',1,'lsDomain::NormalVectorType()'],['../classlsDomain.html#a1b5387cd91551921f8f4b034aef54c80',1,'lsDomain::NormalVectorType()']]],
- ['numberofsteps_8',['numberOfSteps',['../namespaceAirGapDeposition.html#aad04fd5c5532665c5eee936cd2681b74',1,'AirGapDeposition']]],
- ['numerictype_9',['NumericType',['../AirGapDeposition_8cpp.html#ac0710c31044c8dd3cf7a6ba75eb1df9f',1,'NumericType(): AirGapDeposition.cpp'],['../Deposition_8cpp.html#ac0710c31044c8dd3cf7a6ba75eb1df9f',1,'NumericType(): Deposition.cpp'],['../GeometricAdvection_8cpp.html#ac0710c31044c8dd3cf7a6ba75eb1df9f',1,'NumericType(): GeometricAdvection.cpp'],['../ViewFactor_8cpp.html#a14553a085b558f7ab8acb83e593290f8',1,'NumericType(): ViewFactor.cpp']]]
-];
diff --git a/docs/doxygen/html/search/all_c.html b/docs/doxygen/html/search/all_c.html
deleted file mode 100644
index 829c9170..00000000
--- a/docs/doxygen/html/search/all_c.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_c.js b/docs/doxygen/html/search/all_c.js
deleted file mode 100644
index a8f9ec58..00000000
--- a/docs/doxygen/html/search/all_c.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var searchData=
-[
- ['operator_28_29_0',['operator()',['../classlsInternal_1_1lsLaxFriedrichs.html#aac3ab80f2383064aad4d9846f2dc777f',1,'lsInternal::lsLaxFriedrichs::operator()()'],['../classlsInternal_1_1lsLocalLaxFriedrichs.html#a0334cb3bae261e2def92af86b7898728',1,'lsInternal::lsLocalLaxFriedrichs::operator()()'],['../classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html#a7924d0f2c37442ba6cf2f200663d8c05',1,'lsInternal::lsLocalLaxFriedrichsAnalytical::operator()()'],['../classlsInternal_1_1lsLocalLocalLaxFriedrichs.html#ab96d4eaf584ebca2f3415234654c83f4',1,'lsInternal::lsLocalLocalLaxFriedrichs::operator()()'],['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#a728551b121bc7a4a2f254d8614e140fd',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::operator()()'],['../classlsInternal_1_1lsEnquistOsher.html#aa88cbd689a670a83d9a38aef86dd4019',1,'lsInternal::lsEnquistOsher::operator()()'],['../classlsInternal_1_1lsLaxFriedrichs.html#aac3ab80f2383064aad4d9846f2dc777f',1,'lsInternal::lsLaxFriedrichs::operator()()'],['../classlsInternal_1_1lsLocalLaxFriedrichs.html#a0334cb3bae261e2def92af86b7898728',1,'lsInternal::lsLocalLaxFriedrichs::operator()()'],['../classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html#a7924d0f2c37442ba6cf2f200663d8c05',1,'lsInternal::lsLocalLaxFriedrichsAnalytical::operator()()'],['../classlsInternal_1_1lsLocalLocalLaxFriedrichs.html#ab96d4eaf584ebca2f3415234654c83f4',1,'lsInternal::lsLocalLocalLaxFriedrichs::operator()()'],['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#a728551b121bc7a4a2f254d8614e140fd',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::operator()()'],['../classlsInternal_1_1lsEnquistOsher.html#aa88cbd689a670a83d9a38aef86dd4019',1,'lsInternal::lsEnquistOsher::operator()()']]],
- ['operator_2a_1',['operator*',['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a6b70e49130f27b00f717f28afae1b7ff',1,'lsFromSurfaceMesh::box::iterator::operator*() const'],['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a6b70e49130f27b00f717f28afae1b7ff',1,'lsFromSurfaceMesh::box::iterator::operator*() const']]],
- ['operator_2b_2b_2',['operator++',['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#ad4fdf9de98d8608fc495517a0c8e3d01',1,'lsFromSurfaceMesh::box::iterator::operator++()'],['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a4a914d0865dd415b095a0b12b465fc75',1,'lsFromSurfaceMesh::box::iterator::operator++(int)'],['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#ad4fdf9de98d8608fc495517a0c8e3d01',1,'lsFromSurfaceMesh::box::iterator::operator++()'],['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a4a914d0865dd415b095a0b12b465fc75',1,'lsFromSurfaceMesh::box::iterator::operator++(int)']]],
- ['operator_3d_3',['operator=',['../classlsMessage.html#a2eb16a1651607dd1ad012734ced81bcb',1,'lsMessage::operator=(const lsMessage &)=delete'],['../classlsMessage.html#a2eb16a1651607dd1ad012734ced81bcb',1,'lsMessage::operator=(const lsMessage &)=delete']]],
- ['operator_5b_5d_4',['operator[]',['../classlsPointCloud.html#a6158baabfcc7cc3e4cbc6fb9f91ad694',1,'lsPointCloud::operator[](std::size_t i)'],['../classlsPointCloud.html#a6158baabfcc7cc3e4cbc6fb9f91ad694',1,'lsPointCloud::operator[](std::size_t i)']]],
- ['origin_5',['origin',['../classlsSphere.html#aba0dc3001111b997ca98a79baf23ffba',1,'lsSphere::origin()'],['../classlsPlane.html#a8d04795ea979be3468c895efd84fb2b4',1,'lsPlane::origin()'],['../classlsCylinder.html#a5f69ab67fae5153465b95543405141ed',1,'lsCylinder::origin()'],['../namespaceAirGapDeposition.html#ae54fe602ea6ed9d4d67fc74791f536c5',1,'AirGapDeposition.origin()'],['../namespaceDeposition.html#acdb3f1e89daecbef98d6f71113c249fd',1,'Deposition.origin()'],['../namespaceGeometricAdvection.html#a24e2a92a06eed3283575cc671a99680f',1,'GeometricAdvection.origin()']]]
-];
diff --git a/docs/doxygen/html/search/all_d.html b/docs/doxygen/html/search/all_d.html
deleted file mode 100644
index d32b28eb..00000000
--- a/docs/doxygen/html/search/all_d.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_d.js b/docs/doxygen/html/search/all_d.js
deleted file mode 100644
index eef50a91..00000000
--- a/docs/doxygen/html/search/all_d.js
+++ /dev/null
@@ -1,23 +0,0 @@
-var searchData=
-[
- ['passedlevelset_0',['passedLevelSet',['../classViewFactorDistribution.html#a3e604940e27e1390df0199f68656c09e',1,'ViewFactorDistribution']]],
- ['passedtime_1',['passedTime',['../namespaceAirGapDeposition.html#a86904a08b62cc0d346f96b5a7609263e',1,'AirGapDeposition.passedTime()'],['../namespaceDeposition.html#a9df7fa526473e45109729f2dd37fbbb6',1,'Deposition.passedTime()']]],
- ['patternedsubstrate_2ecpp_2',['PatternedSubstrate.cpp',['../PatternedSubstrate_8cpp.html',1,'']]],
- ['periodicboundary_2ecpp_3',['PeriodicBoundary.cpp',['../PeriodicBoundary_8cpp.html',1,'']]],
- ['planenormal_4',['planeNormal',['../namespaceAirGapDeposition.html#a8f9a128eb4d3a446d178e6756691d08e',1,'AirGapDeposition.planeNormal()'],['../namespaceDeposition.html#a822cb2e71c77b4c9815adba4e890b8d7',1,'Deposition.planeNormal()'],['../namespaceGeometricAdvection.html#a08c9c6b2be2e81901d5bef9dbb609f2d',1,'GeometricAdvection.planeNormal()']]],
- ['pointdata_5',['pointData',['../classlsMesh.html#ab46cf561076266db74af72bebea8d402',1,'lsMesh']]],
- ['pointdatatype_6',['PointDataType',['../classlsDomain.html#a60bb8552260d6497f645bb4eb0f9af87',1,'lsDomain::PointDataType()'],['../classlsDomain.html#a60bb8552260d6497f645bb4eb0f9af87',1,'lsDomain::PointDataType()']]],
- ['points_7',['points',['../classlsPointCloud.html#a811e6a9dfc2b8fbee7a45c03091a4edd',1,'lsPointCloud']]],
- ['pointvaluevectortype_8',['PointValueVectorType',['../classlsDomain.html#a81a5c708142e9a0b5bcf2a537934cf7f',1,'lsDomain::PointValueVectorType()'],['../classlsDomain.html#a81a5c708142e9a0b5bcf2a537934cf7f',1,'lsDomain::PointValueVectorType()']]],
- ['polygonize2d_9',['polygonize2d',['../classlsInternal_1_1lsMarchingCubes.html#ad30219b168adae74cd60826057f33b96',1,'lsInternal::lsMarchingCubes::polygonize2d(unsigned int signs)'],['../classlsInternal_1_1lsMarchingCubes.html#ad30219b168adae74cd60826057f33b96',1,'lsInternal::lsMarchingCubes::polygonize2d(unsigned int signs)']]],
- ['polygonize3d_10',['polygonize3d',['../classlsInternal_1_1lsMarchingCubes.html#a21e70660e994e01a7d1ad4b5e96da3aa',1,'lsInternal::lsMarchingCubes::polygonize3d(unsigned int signs)'],['../classlsInternal_1_1lsMarchingCubes.html#a21e70660e994e01a7d1ad4b5e96da3aa',1,'lsInternal::lsMarchingCubes::polygonize3d(unsigned int signs)']]],
- ['pos_5fvalue_11',['POS_VALUE',['../classlsDomain.html#a9c130cd72fdf29fb0c281780faeff7ea',1,'lsDomain']]],
- ['posextent_12',['posExtent',['../classlsBoxDistribution.html#a4be7039fa78a256e91b2bb59c07e03d4',1,'lsBoxDistribution']]],
- ['precompile_5fprecision_13',['PRECOMPILE_PRECISION',['../install_2ViennaLS_2include_2lsPointData_8hpp.html#aed7d44d1cda4f26773f3edf03aff100b',1,'PRECOMPILE_PRECISION(lsPointData): lsPointData.hpp'],['../install_2ViennaLS_2include_2lsMesh_8hpp.html#a8d1dc953994a70ec3336eb78e1012b79',1,'PRECOMPILE_PRECISION(lsMesh): lsMesh.hpp'],['../include_2lsPointData_8hpp.html#aed7d44d1cda4f26773f3edf03aff100b',1,'PRECOMPILE_PRECISION(lsPointData): lsPointData.hpp'],['../include_2lsMesh_8hpp.html#a8d1dc953994a70ec3336eb78e1012b79',1,'PRECOMPILE_PRECISION(lsMesh): lsMesh.hpp'],['../install_2ViennaLS_2include_2lsPreCompileMacros_8hpp.html#a98493cdbc1397d37fece3f4b2f23d53d',1,'PRECOMPILE_PRECISION(): lsPreCompileMacros.hpp'],['../include_2lsPreCompileMacros_8hpp.html#a98493cdbc1397d37fece3f4b2f23d53d',1,'PRECOMPILE_PRECISION(): lsPreCompileMacros.hpp']]],
- ['precompile_5fprecision_5fdimension_14',['PRECOMPILE_PRECISION_DIMENSION',['../install_2ViennaLS_2include_2lsPreCompileMacros_8hpp.html#aad8c2febdeaa77e73cd00b97b461c0fb',1,'PRECOMPILE_PRECISION_DIMENSION(): lsPreCompileMacros.hpp'],['../include_2lsPreCompileMacros_8hpp.html#aad8c2febdeaa77e73cd00b97b461c0fb',1,'PRECOMPILE_PRECISION_DIMENSION(): lsPreCompileMacros.hpp']]],
- ['precompile_5fspecialize_15',['PRECOMPILE_SPECIALIZE',['../include_2lsPreCompileMacros_8hpp.html#a3a67980ca2f045075c1d162fb333ee86',1,'PRECOMPILE_SPECIALIZE(): lsPreCompileMacros.hpp'],['../install_2ViennaLS_2include_2lsPreCompileMacros_8hpp.html#a3a67980ca2f045075c1d162fb333ee86',1,'PRECOMPILE_SPECIALIZE(): lsPreCompileMacros.hpp']]],
- ['precompile_5fspecialize_5fprecision_16',['PRECOMPILE_SPECIALIZE_PRECISION',['../include_2lsPreCompileMacros_8hpp.html#a36ec35d54081c6d543054d52a4569ad9',1,'PRECOMPILE_SPECIALIZE_PRECISION(): lsPreCompileMacros.hpp'],['../install_2ViennaLS_2include_2lsPreCompileMacros_8hpp.html#a36ec35d54081c6d543054d52a4569ad9',1,'PRECOMPILE_SPECIALIZE_PRECISION(): lsPreCompileMacros.hpp']]],
- ['preparels_17',['prepareLS',['../classlsInternal_1_1lsLocalLocalLaxFriedrichs.html#a989159116f393d1c76c673f82362a1ec',1,'lsInternal::lsLocalLocalLaxFriedrichs::prepareLS()'],['../classlsInternal_1_1lsEnquistOsher.html#ab32d98257c224d9869e79afa9f8cf383',1,'lsInternal::lsEnquistOsher::prepareLS()'],['../classlsInternal_1_1lsLaxFriedrichs.html#a611136c4d8ef0b5c520f012e2ee55f4e',1,'lsInternal::lsLaxFriedrichs::prepareLS()'],['../classlsInternal_1_1lsLocalLaxFriedrichs.html#a7f353cb97e92cb9c2939cf0b24303573',1,'lsInternal::lsLocalLaxFriedrichs::prepareLS()'],['../classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html#a6fc042f5d37c4711b5b51a15772bc4e2',1,'lsInternal::lsLocalLaxFriedrichsAnalytical::prepareLS()'],['../classlsInternal_1_1lsLocalLocalLaxFriedrichs.html#a989159116f393d1c76c673f82362a1ec',1,'lsInternal::lsLocalLocalLaxFriedrichs::prepareLS()'],['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#a9260560e786cd1affde73df39954cab3',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::prepareLS()'],['../classlsInternal_1_1lsEnquistOsher.html#ab32d98257c224d9869e79afa9f8cf383',1,'lsInternal::lsEnquistOsher::prepareLS()'],['../classlsInternal_1_1lsLaxFriedrichs.html#a611136c4d8ef0b5c520f012e2ee55f4e',1,'lsInternal::lsLaxFriedrichs::prepareLS()'],['../classlsInternal_1_1lsLocalLaxFriedrichs.html#a7f353cb97e92cb9c2939cf0b24303573',1,'lsInternal::lsLocalLaxFriedrichs::prepareLS()'],['../classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html#a6fc042f5d37c4711b5b51a15772bc4e2',1,'lsInternal::lsLocalLaxFriedrichsAnalytical::prepareLS()'],['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#a9260560e786cd1affde73df39954cab3',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::prepareLS()']]],
- ['print_18',['print',['../classlsInternal_1_1lsGraph.html#ab8d1efbe073e9ca21f95845e790ebe17',1,'lsInternal::lsGraph::print()'],['../classlsDomain.html#acd24851408ebf57b1e98c8577b5a4676',1,'lsDomain::print()'],['../classlsInternal_1_1lsGraph.html#ab8d1efbe073e9ca21f95845e790ebe17',1,'lsInternal::lsGraph::print()'],['../classlsMesh.html#a32b0311db368cccb62d2ff8eee1a10a4',1,'lsMesh::print()'],['../classlsMessage.html#a180aade911695157f8efdd325e4aaf42',1,'lsMessage::print()'],['../classlsDomain.html#acd24851408ebf57b1e98c8577b5a4676',1,'lsDomain::print()'],['../classlsMessage.html#a180aade911695157f8efdd325e4aaf42',1,'lsMessage::print()'],['../classlsMesh.html#a32b0311db368cccb62d2ff8eee1a10a4',1,'lsMesh::print()']]],
- ['processtime_19',['processTime',['../structViewFactorProcessDataType.html#a1d135635af66c2212dc657e8507ac050',1,'ViewFactorProcessDataType']]]
-];
diff --git a/docs/doxygen/html/search/all_e.html b/docs/doxygen/html/search/all_e.html
deleted file mode 100644
index ce450a29..00000000
--- a/docs/doxygen/html/search/all_e.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_e.js b/docs/doxygen/html/search/all_e.js
deleted file mode 100644
index 5c7a4b66..00000000
--- a/docs/doxygen/html/search/all_e.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var searchData=
-[
- ['radius_0',['radius',['../classlsSphereDistribution.html#a425e0f5e4670854be0482a39741cb260',1,'lsSphereDistribution::radius()'],['../classlsSphere.html#a9d3efa11ce374c9fd4e864d9b73a12ab',1,'lsSphere::radius()'],['../classlsCylinder.html#a84426e0ea4c3f8ec15822a729270273b',1,'lsCylinder::radius()']]],
- ['radius2_1',['radius2',['../classlsSphereDistribution.html#a127f7767efe18e76c8c6c04841f111e1',1,'lsSphereDistribution']]],
- ['readme_2emd_2',['README.md',['../README_8md.html',1,'']]],
- ['reducetimestephamiltonjacobi_3',['reduceTimeStepHamiltonJacobi',['../namespacelsInternal_1_1advect.html#a55518456d0d4959c618121a07da6ff22',1,'lsInternal::advect']]],
- ['relative_5fcomplement_4',['RELATIVE_COMPLEMENT',['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8ac50397eae12f3694f170c9aaaa57c042',1,'RELATIVE_COMPLEMENT(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8ac50397eae12f3694f170c9aaaa57c042',1,'RELATIVE_COMPLEMENT(): lsBooleanOperation.hpp'],['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8ac50397eae12f3694f170c9aaaa57c042',1,'RELATIVE_COMPLEMENT(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8ac50397eae12f3694f170c9aaaa57c042',1,'RELATIVE_COMPLEMENT(): lsBooleanOperation.hpp']]],
- ['removeduplicatenodes_5',['removeDuplicateNodes',['../classlsMesh.html#ab4e41a44cea55b071f652302bc2249a4',1,'lsMesh::removeDuplicateNodes()'],['../classlsMesh.html#ab4e41a44cea55b071f652302bc2249a4',1,'lsMesh::removeDuplicateNodes()']]],
- ['rootsumsquarepow3_6',['rootSumSquarePow3',['../namespacelsInternal.html#af475b51c8bd1acca4e2723a1d4db79e8',1,'lsInternal']]],
- ['rotation_7',['ROTATION',['../include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98aa27939099e0fe4086159364fcf8d5f73',1,'ROTATION(): lsTransformMesh.hpp'],['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98aa27939099e0fe4086159364fcf8d5f73',1,'ROTATION(): lsTransformMesh.hpp'],['../include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98aa27939099e0fe4086159364fcf8d5f73',1,'ROTATION(): lsTransformMesh.hpp'],['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98aa27939099e0fe4086159364fcf8d5f73',1,'ROTATION(): lsTransformMesh.hpp']]]
-];
diff --git a/docs/doxygen/html/search/all_f.html b/docs/doxygen/html/search/all_f.html
deleted file mode 100644
index 59cfe49c..00000000
--- a/docs/doxygen/html/search/all_f.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/all_f.js b/docs/doxygen/html/search/all_f.js
deleted file mode 100644
index 7823110a..00000000
--- a/docs/doxygen/html/search/all_f.js
+++ /dev/null
@@ -1,71 +0,0 @@
-var searchData=
-[
- ['scalardatatype_0',['ScalarDataType',['../classlsPointData.html#ae16a499be075c2f8dd85f65b25bad982',1,'lsPointData::ScalarDataType()'],['../classlsPointData.html#ae16a499be075c2f8dd85f65b25bad982',1,'lsPointData::ScalarDataType()']]],
- ['scale_1',['SCALE',['../include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a127ea1d20becc4dba06d9d152db0c2e5',1,'SCALE(): lsTransformMesh.hpp'],['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a127ea1d20becc4dba06d9d152db0c2e5',1,'SCALE(): lsTransformMesh.hpp'],['../include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a127ea1d20becc4dba06d9d152db0c2e5',1,'SCALE(): lsTransformMesh.hpp'],['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a127ea1d20becc4dba06d9d152db0c2e5',1,'SCALE(): lsTransformMesh.hpp']]],
- ['second_5forder_2',['SECOND_ORDER',['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a69d00beda0858745a9f4459133568c87',1,'lsInternal::SECOND_ORDER()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a69d00beda0858745a9f4459133568c87',1,'lsInternal::SECOND_ORDER()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a69d00beda0858745a9f4459133568c87',1,'lsInternal::SECOND_ORDER()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a69d00beda0858745a9f4459133568c87',1,'lsInternal::SECOND_ORDER()']]],
- ['serialize_3',['serialize',['../classlsPointData.html#a10c65b8990f36d866f51cd6d4860eb79',1,'lsPointData::serialize()'],['../classlsDomain.html#a6e8a316b00c046168c2ee64336b48e7f',1,'lsDomain::serialize()'],['../classlsPointData.html#a10c65b8990f36d866f51cd6d4860eb79',1,'lsPointData::serialize()'],['../classlsDomain.html#a6e8a316b00c046168c2ee64336b48e7f',1,'lsDomain::serialize()']]],
- ['setadvectiondistribution_4',['setAdvectionDistribution',['../classlsGeometricAdvect.html#a5dcfef14087ec1ae3459f192f197921b',1,'lsGeometricAdvect::setAdvectionDistribution(lsSmartPointer< DistType > passedDist)'],['../classlsGeometricAdvect.html#a5dcfef14087ec1ae3459f192f197921b',1,'lsGeometricAdvect::setAdvectionDistribution(lsSmartPointer< DistType > passedDist)']]],
- ['setadvectiontime_5',['setAdvectionTime',['../classlsAdvect.html#ad0504339e8d545dfec417acd5c6b0eb7',1,'lsAdvect::setAdvectionTime(double time)'],['../classlsAdvect.html#ad0504339e8d545dfec417acd5c6b0eb7',1,'lsAdvect::setAdvectionTime(double time)']]],
- ['setbooleanoperation_6',['setBooleanOperation',['../classlsBooleanOperation.html#ac904f34f63ebc791b392e04f0bb98a0f',1,'lsBooleanOperation::setBooleanOperation(lsBooleanOperationEnum passedOperation)'],['../classlsBooleanOperation.html#ac904f34f63ebc791b392e04f0bb98a0f',1,'lsBooleanOperation::setBooleanOperation(lsBooleanOperationEnum passedOperation)']]],
- ['setbooleanoperationcomparator_7',['setBooleanOperationComparator',['../classlsBooleanOperation.html#ad0897af105fa3ff9decf2ee7a78849e4',1,'lsBooleanOperation::setBooleanOperationComparator(ComparatorType passedOperationComp)'],['../classlsBooleanOperation.html#ad0897af105fa3ff9decf2ee7a78849e4',1,'lsBooleanOperation::setBooleanOperationComparator(ComparatorType passedOperationComp)']]],
- ['setcalculatenormalvectors_8',['setCalculateNormalVectors',['../classlsAdvect.html#aa2aba91f9cccd19247a5017d9b1b4142',1,'lsAdvect::setCalculateNormalVectors(bool cnv)'],['../classlsAdvect.html#aa2aba91f9cccd19247a5017d9b1b4142',1,'lsAdvect::setCalculateNormalVectors(bool cnv)']]],
- ['setcurvaturetype_9',['setCurvatureType',['../classlsCalculateCurvatures.html#aee1468901a7d14fade9ddb8a3e1d3028',1,'lsCalculateCurvatures::setCurvatureType(lsCurvatureEnum passedType)'],['../classlsCalculateCurvatures.html#aee1468901a7d14fade9ddb8a3e1d3028',1,'lsCalculateCurvatures::setCurvatureType(lsCurvatureEnum passedType)']]],
- ['setdetectionmethod_10',['setDetectionMethod',['../classlsDetectFeatures.html#aa629b0e8866d889f03745fc7a99aab2f',1,'lsDetectFeatures::setDetectionMethod(lsFeatureDetectionEnum passedMethod)'],['../classlsDetectFeatures.html#aa629b0e8866d889f03745fc7a99aab2f',1,'lsDetectFeatures::setDetectionMethod(lsFeatureDetectionEnum passedMethod)']]],
- ['setdetectionthreshold_11',['setDetectionThreshold',['../classlsDetectFeatures.html#a717d46c6f74c61a002950dc5438ebc52',1,'lsDetectFeatures::setDetectionThreshold(T threshold)'],['../classlsDetectFeatures.html#a717d46c6f74c61a002950dc5438ebc52',1,'lsDetectFeatures::setDetectionThreshold(T threshold)']]],
- ['setdetectlargestsurface_12',['setDetectLargestSurface',['../classlsMarkVoidPoints.html#a243d5e532bf4e9b43f533e813e1bd580',1,'lsMarkVoidPoints::setDetectLargestSurface(bool passedDetect)'],['../classlsMarkVoidPoints.html#a243d5e532bf4e9b43f533e813e1bd580',1,'lsMarkVoidPoints::setDetectLargestSurface(bool passedDetect)']]],
- ['setdissipationalpha_13',['setDissipationAlpha',['../classlsAdvect.html#af644ebf0efd6dbef33865a9c5c61988c',1,'lsAdvect::setDissipationAlpha(const double &a)'],['../classlsAdvect.html#af644ebf0efd6dbef33865a9c5c61988c',1,'lsAdvect::setDissipationAlpha(const double &a)']]],
- ['setextracthullmesh_14',['setExtractHullMesh',['../classlsWriteVisualizationMesh.html#a4e7c4966242b49a485339c033bfee7c6',1,'lsWriteVisualizationMesh::setExtractHullMesh(bool passedExtractHullMesh)'],['../classlsWriteVisualizationMesh.html#a4e7c4966242b49a485339c033bfee7c6',1,'lsWriteVisualizationMesh::setExtractHullMesh(bool passedExtractHullMesh)']]],
- ['setextractvolumemesh_15',['setExtractVolumeMesh',['../classlsWriteVisualizationMesh.html#a6e9ff4fb3603a1f0f43c71b85a972997',1,'lsWriteVisualizationMesh::setExtractVolumeMesh(bool passedExtractVolumeMesh)'],['../classlsWriteVisualizationMesh.html#a6e9ff4fb3603a1f0f43c71b85a972997',1,'lsWriteVisualizationMesh::setExtractVolumeMesh(bool passedExtractVolumeMesh)']]],
- ['setfileformat_16',['setFileFormat',['../classlsVTKReader.html#a4eb7135b138c7cc8ae7f8699b3955792',1,'lsVTKReader::setFileFormat()'],['../classlsVTKWriter.html#a2230804fecd34e03f9df7630a83e1127',1,'lsVTKWriter::setFileFormat()'],['../classlsVTKReader.html#a4eb7135b138c7cc8ae7f8699b3955792',1,'lsVTKReader::setFileFormat()'],['../classlsVTKWriter.html#a2230804fecd34e03f9df7630a83e1127',1,'lsVTKWriter::setFileFormat()']]],
- ['setfilename_17',['setFileName',['../classlsWriteVisualizationMesh.html#adf13ee153843fdc4336a2209a0167ad6',1,'lsWriteVisualizationMesh::setFileName()'],['../classlsWriter.html#a6967cd115c75e3d295c63e1f19d7528f',1,'lsWriter::setFileName()'],['../classlsVTKReader.html#af94bb5b08cee78c16cb059381241872f',1,'lsVTKReader::setFileName()'],['../classlsReader.html#ab6fb71c3c52d774d4a5240999ef46a2d',1,'lsReader::setFileName(std::string passedFileName)'],['../classlsReader.html#ab6fb71c3c52d774d4a5240999ef46a2d',1,'lsReader::setFileName(std::string passedFileName)'],['../classlsVTKReader.html#af94bb5b08cee78c16cb059381241872f',1,'lsVTKReader::setFileName()'],['../classlsVTKWriter.html#a4ae62b592bed4f6d213ac155d1d310f8',1,'lsVTKWriter::setFileName()'],['../classlsWriter.html#a6967cd115c75e3d295c63e1f19d7528f',1,'lsWriter::setFileName()'],['../classlsWriteVisualizationMesh.html#adf13ee153843fdc4336a2209a0167ad6',1,'lsWriteVisualizationMesh::setFileName()'],['../classlsVTKWriter.html#a4ae62b592bed4f6d213ac155d1d310f8',1,'lsVTKWriter::setFileName()']]],
- ['setgeometry_18',['setGeometry',['../classlsMakeGeometry.html#a1237597a324b1fead8ebddb13cefdae2',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)'],['../classlsMakeGeometry.html#ae8a3d7a7b3a6307fe10e9f5fd74f944d',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsCylinder< T, D > > passedCylinder)'],['../classlsMakeGeometry.html#a300aefa23081546b6f36e4cc1bdc0a69',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsBox< T, D > > passedBox)'],['../classlsMakeGeometry.html#a49baefee65e4caf5a016a6e5ede98294',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsPlane< T, D > > passedPlane)'],['../classlsMakeGeometry.html#a2eb2ded44c6e812aaab713805403f2f7',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsSphere< T, D > > passedSphere)'],['../classlsMakeGeometry.html#a1237597a324b1fead8ebddb13cefdae2',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)'],['../classlsMakeGeometry.html#ae8a3d7a7b3a6307fe10e9f5fd74f944d',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsCylinder< T, D > > passedCylinder)'],['../classlsMakeGeometry.html#a300aefa23081546b6f36e4cc1bdc0a69',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsBox< T, D > > passedBox)'],['../classlsMakeGeometry.html#a49baefee65e4caf5a016a6e5ede98294',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsPlane< T, D > > passedPlane)'],['../classlsMakeGeometry.html#a2eb2ded44c6e812aaab713805403f2f7',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsSphere< T, D > > passedSphere)']]],
- ['setgrid_19',['setGrid',['../classlsFromVolumeMesh.html#a7c19a58c41c41ea995eba128c947a2bc',1,'lsFromVolumeMesh::setGrid(const GridType &passedGrid)'],['../classlsFromVolumeMesh.html#a7c19a58c41c41ea995eba128c947a2bc',1,'lsFromVolumeMesh::setGrid(const GridType &passedGrid)']]],
- ['setignoreboundaryconditions_20',['setIgnoreBoundaryConditions',['../classlsMakeGeometry.html#a33c32a76da73eb4bb4a8bee39695c680',1,'lsMakeGeometry::setIgnoreBoundaryConditions(bool passedIgnoreBoundaryConditions)'],['../classlsMakeGeometry.html#a17f1b69119d2c13483b1679ba80f05cc',1,'lsMakeGeometry::setIgnoreBoundaryConditions(std::array< bool, N > passedIgnoreBoundaryConditions)'],['../classlsMakeGeometry.html#a33c32a76da73eb4bb4a8bee39695c680',1,'lsMakeGeometry::setIgnoreBoundaryConditions(bool passedIgnoreBoundaryConditions)'],['../classlsMakeGeometry.html#a17f1b69119d2c13483b1679ba80f05cc',1,'lsMakeGeometry::setIgnoreBoundaryConditions(std::array< bool, N > passedIgnoreBoundaryConditions)']]],
- ['setignorevoids_21',['setIgnoreVoids',['../classlsAdvect.html#a520e28feacd2655a4eff2a33e1d7f92d',1,'lsAdvect::setIgnoreVoids(bool iV)'],['../classlsAdvect.html#a520e28feacd2655a4eff2a33e1d7f92d',1,'lsAdvect::setIgnoreVoids(bool iV)']]],
- ['setintegrationscheme_22',['setIntegrationScheme',['../classlsAdvect.html#a5f46e20b204edca8a987514909e34907',1,'lsAdvect::setIntegrationScheme(lsIntegrationSchemeEnum scheme)'],['../classlsAdvect.html#a5f46e20b204edca8a987514909e34907',1,'lsAdvect::setIntegrationScheme(lsIntegrationSchemeEnum scheme)']]],
- ['setlevelset_23',['setLevelSet',['../classlsExpand.html#ae076432f719f6098286376e6d148d3c8',1,'lsExpand::setLevelSet()'],['../classlsCheck.html#aeda6fbde3665a7a65153527595efbace',1,'lsCheck::setLevelSet()'],['../classlsFromMesh.html#a1833593eb956deb6701d6fb7c4345afb',1,'lsFromMesh::setLevelSet()'],['../classlsFromSurfaceMesh.html#aa504298e7bb5512c49af4f3ac440e283',1,'lsFromSurfaceMesh::setLevelSet()'],['../classlsGeometricAdvect.html#addaab4d1b849441b549c0b383d2e2507',1,'lsGeometricAdvect::setLevelSet()'],['../classlsMakeGeometry.html#a2ac9a93fae272254438aeefa8b3af64f',1,'lsMakeGeometry::setLevelSet()'],['../classlsMarkVoidPoints.html#a748bebbc84d590b304c97b57b2f89aee',1,'lsMarkVoidPoints::setLevelSet()'],['../classlsPrune.html#ab2d51c7308d612aaf392b0ae91302735',1,'lsPrune::setLevelSet()'],['../classlsReader.html#a2e1f872ba70b54007c32e812069a894f',1,'lsReader::setLevelSet()'],['../classlsReduce.html#ab70e84ea1c25a5221130f0b1e9898530',1,'lsReduce::setLevelSet()'],['../classlsRemoveStrayPoints.html#aac847111ad0aceaafcedb19cb36f552b',1,'lsRemoveStrayPoints::setLevelSet()'],['../classlsToDiskMesh.html#a145dd8efe0bd06d935d356ca3e847252',1,'lsToDiskMesh::setLevelSet()'],['../classlsToMesh.html#a94c62571bdc746bd46e19fba607cb5e8',1,'lsToMesh::setLevelSet()'],['../classlsToSurfaceMesh.html#a548d339bbe631f125c9109bc78664d19',1,'lsToSurfaceMesh::setLevelSet()'],['../classlsWriter.html#aa84f60af9f8f5c0fefe7566f4f788aa5',1,'lsWriter::setLevelSet()'],['../classlsCalculateCurvatures.html#abbbf1ab5d0812ca4edc0cc23b835ccab',1,'lsCalculateCurvatures::setLevelSet()'],['../classlsBooleanOperation.html#a615c4ca23805b39d7e7d12b8cd45c2bb',1,'lsBooleanOperation::setLevelSet()'],['../classlsCalculateNormalVectors.html#adacb5ae1ec8eb349c17c95cd4d22b4d8',1,'lsCalculateNormalVectors::setLevelSet(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsCalculateNormalVectors.html#adacb5ae1ec8eb349c17c95cd4d22b4d8',1,'lsCalculateNormalVectors::setLevelSet(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsExpand.html#ae076432f719f6098286376e6d148d3c8',1,'lsExpand::setLevelSet()'],['../classlsFromMesh.html#a1833593eb956deb6701d6fb7c4345afb',1,'lsFromMesh::setLevelSet()'],['../classlsFromSurfaceMesh.html#aa504298e7bb5512c49af4f3ac440e283',1,'lsFromSurfaceMesh::setLevelSet()'],['../classlsGeometricAdvect.html#addaab4d1b849441b549c0b383d2e2507',1,'lsGeometricAdvect::setLevelSet()'],['../classlsMakeGeometry.html#a2ac9a93fae272254438aeefa8b3af64f',1,'lsMakeGeometry::setLevelSet()'],['../classlsMarkVoidPoints.html#a748bebbc84d590b304c97b57b2f89aee',1,'lsMarkVoidPoints::setLevelSet()'],['../classlsPrune.html#ab2d51c7308d612aaf392b0ae91302735',1,'lsPrune::setLevelSet()'],['../classlsReader.html#a2e1f872ba70b54007c32e812069a894f',1,'lsReader::setLevelSet()'],['../classlsReduce.html#ab70e84ea1c25a5221130f0b1e9898530',1,'lsReduce::setLevelSet()'],['../classlsRemoveStrayPoints.html#aac847111ad0aceaafcedb19cb36f552b',1,'lsRemoveStrayPoints::setLevelSet()'],['../classlsToDiskMesh.html#a145dd8efe0bd06d935d356ca3e847252',1,'lsToDiskMesh::setLevelSet()'],['../classlsToMesh.html#a94c62571bdc746bd46e19fba607cb5e8',1,'lsToMesh::setLevelSet()'],['../classlsToSurfaceMesh.html#a548d339bbe631f125c9109bc78664d19',1,'lsToSurfaceMesh::setLevelSet()'],['../classlsWriter.html#aa84f60af9f8f5c0fefe7566f4f788aa5',1,'lsWriter::setLevelSet()'],['../classlsBooleanOperation.html#a615c4ca23805b39d7e7d12b8cd45c2bb',1,'lsBooleanOperation::setLevelSet()'],['../classlsCalculateCurvatures.html#abbbf1ab5d0812ca4edc0cc23b835ccab',1,'lsCalculateCurvatures::setLevelSet()'],['../classlsCheck.html#aeda6fbde3665a7a65153527595efbace',1,'lsCheck::setLevelSet()']]],
- ['setlevelsetwidth_24',['setLevelSetWidth',['../classlsDomain.html#a615d5361183773a25292ead3c3a6ef08',1,'lsDomain::setLevelSetWidth(int width)'],['../classlsDomain.html#a615d5361183773a25292ead3c3a6ef08',1,'lsDomain::setLevelSetWidth(int width)']]],
- ['setmasklevelset_25',['setMaskLevelSet',['../classlsGeometricAdvect.html#a1f174312eeb260817eea7f02131e5ab6',1,'lsGeometricAdvect::setMaskLevelSet(lsSmartPointer< lsDomain< T, D > > passedMaskLevelSet)'],['../classlsGeometricAdvect.html#a1f174312eeb260817eea7f02131e5ab6',1,'lsGeometricAdvect::setMaskLevelSet(lsSmartPointer< lsDomain< T, D > > passedMaskLevelSet)']]],
- ['setmaxvalue_26',['setMaxValue',['../classlsCalculateNormalVectors.html#a92100e8acaca1a49e4f15e8dd1be7689',1,'lsCalculateNormalVectors::setMaxValue()'],['../classlsToDiskMesh.html#a7e3e5102273b013af75c4bb6a190ead6',1,'lsToDiskMesh::setMaxValue()'],['../classlsCalculateNormalVectors.html#a92100e8acaca1a49e4f15e8dd1be7689',1,'lsCalculateNormalVectors::setMaxValue()'],['../classlsCalculateCurvatures.html#a939081a3cd9dd253181c14a33e313464',1,'lsCalculateCurvatures::setMaxValue()'],['../classlsToDiskMesh.html#a7e3e5102273b013af75c4bb6a190ead6',1,'lsToDiskMesh::setMaxValue()'],['../classlsCalculateCurvatures.html#a939081a3cd9dd253181c14a33e313464',1,'lsCalculateCurvatures::setMaxValue()']]],
- ['setmesh_27',['setMesh',['../classlsFromMesh.html#a0ea2cfb6e39b9185e24daae66198642b',1,'lsFromMesh::setMesh()'],['../classlsConvexHull.html#abd6b029f56e1bc91aa3e3f99cfde44a1',1,'lsConvexHull::setMesh()'],['../classlsVTKWriter.html#a3abeca7dfc8d22c29ec6605528db6b7b',1,'lsVTKWriter::setMesh()'],['../classlsVTKReader.html#af26177365584de61224dc344dd7f7d36',1,'lsVTKReader::setMesh()'],['../classlsToVoxelMesh.html#ab2217769b1b5e09dca03f39fc4e56b53',1,'lsToVoxelMesh::setMesh()'],['../classlsToSurfaceMesh.html#aaaf1a854f85dfd75b966f9d18bacda17',1,'lsToSurfaceMesh::setMesh()'],['../classlsToMesh.html#ad501660c40efd3b98dce022251fd4017',1,'lsToMesh::setMesh()'],['../classlsToDiskMesh.html#a2808196cb03c20e9759e9d59f871b673',1,'lsToDiskMesh::setMesh()'],['../classlsFromSurfaceMesh.html#ae9ce0569134d7a955ee4e44f11abe61d',1,'lsFromSurfaceMesh::setMesh()'],['../classlsToSurfaceMesh.html#aaaf1a854f85dfd75b966f9d18bacda17',1,'lsToSurfaceMesh::setMesh()'],['../classlsToMesh.html#ad501660c40efd3b98dce022251fd4017',1,'lsToMesh::setMesh()'],['../classlsToDiskMesh.html#a2808196cb03c20e9759e9d59f871b673',1,'lsToDiskMesh::setMesh()'],['../classlsFromVolumeMesh.html#ab7e2b04fd398a5ee5a135aa85ad72992',1,'lsFromVolumeMesh::setMesh()'],['../classlsFromSurfaceMesh.html#ae9ce0569134d7a955ee4e44f11abe61d',1,'lsFromSurfaceMesh::setMesh()'],['../classlsFromVolumeMesh.html#ab7e2b04fd398a5ee5a135aa85ad72992',1,'lsFromVolumeMesh::setMesh()'],['../classlsFromMesh.html#a0ea2cfb6e39b9185e24daae66198642b',1,'lsFromMesh::setMesh()'],['../classlsConvexHull.html#abd6b029f56e1bc91aa3e3f99cfde44a1',1,'lsConvexHull::setMesh()'],['../classlsVTKWriter.html#a3abeca7dfc8d22c29ec6605528db6b7b',1,'lsVTKWriter::setMesh()'],['../classlsVTKReader.html#af26177365584de61224dc344dd7f7d36',1,'lsVTKReader::setMesh()'],['../classlsToVoxelMesh.html#ab2217769b1b5e09dca03f39fc4e56b53',1,'lsToVoxelMesh::setMesh()']]],
- ['setnonewsegment_28',['setNoNewSegment',['../classlsReduce.html#a79b094f1253082aa9d7a0818b3bc9e17',1,'lsReduce::setNoNewSegment(bool passedNoNewSegment)'],['../classlsReduce.html#a79b094f1253082aa9d7a0818b3bc9e17',1,'lsReduce::setNoNewSegment(bool passedNoNewSegment)']]],
- ['setonlyactive_29',['setOnlyActive',['../classlsToMesh.html#acae91b8a8f912523b36bd7a4980d7cbb',1,'lsToMesh::setOnlyActive(bool passedOnlyActive)'],['../classlsToMesh.html#acae91b8a8f912523b36bd7a4980d7cbb',1,'lsToMesh::setOnlyActive(bool passedOnlyActive)']]],
- ['setonlydefined_30',['setOnlyDefined',['../classlsToMesh.html#a2e06030e5a2d621398d3104092cff1cb',1,'lsToMesh::setOnlyDefined(bool passedOnlyDefined)'],['../classlsToMesh.html#a2e06030e5a2d621398d3104092cff1cb',1,'lsToMesh::setOnlyDefined(bool passedOnlyDefined)']]],
- ['setpointcloud_31',['setPointCloud',['../classlsConvexHull.html#a07e0ad51f2fbe925bd2201dbd2e9ea1f',1,'lsConvexHull::setPointCloud(lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)'],['../classlsConvexHull.html#a07e0ad51f2fbe925bd2201dbd2e9ea1f',1,'lsConvexHull::setPointCloud(lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)']]],
- ['setprintmessage_32',['setPrintMessage',['../classlsCheck.html#a4fc80ee1ad5d72af7d1ec8a5407d9095',1,'lsCheck::setPrintMessage(bool print)'],['../classlsCheck.html#a4fc80ee1ad5d72af7d1ec8a5407d9095',1,'lsCheck::setPrintMessage(bool print)']]],
- ['setprocesstime_33',['setProcessTime',['../classViewFactorProcess.html#af1d7c53a9b2a1248b01c627a7fab956e',1,'ViewFactorProcess']]],
- ['setpruneresult_34',['setPruneResult',['../classlsBooleanOperation.html#a2da3a198e269eb99886aa076f55d9a91',1,'lsBooleanOperation::setPruneResult(bool pR)'],['../classlsBooleanOperation.html#a2da3a198e269eb99886aa076f55d9a91',1,'lsBooleanOperation::setPruneResult(bool pR)']]],
- ['setremoveboundarytriangles_35',['setRemoveBoundaryTriangles',['../classlsFromSurfaceMesh.html#a88a91f1e8e9e872236654eb370b0f8c1',1,'lsFromSurfaceMesh::setRemoveBoundaryTriangles()'],['../classlsFromVolumeMesh.html#a6d01f44d80f05cef2ce836a6e1ae822c',1,'lsFromVolumeMesh::setRemoveBoundaryTriangles()'],['../classlsFromSurfaceMesh.html#a2b855261a82c28690f455420dc929123',1,'lsFromSurfaceMesh::setRemoveBoundaryTriangles(std::array< bool, N > passedRemoveBoundaryTriangles)'],['../classlsFromSurfaceMesh.html#a88a91f1e8e9e872236654eb370b0f8c1',1,'lsFromSurfaceMesh::setRemoveBoundaryTriangles(bool passedRemoveBoundaryTriangles)'],['../classlsFromVolumeMesh.html#a6d01f44d80f05cef2ce836a6e1ae822c',1,'lsFromVolumeMesh::setRemoveBoundaryTriangles()'],['../classlsFromSurfaceMesh.html#a2b855261a82c28690f455420dc929123',1,'lsFromSurfaceMesh::setRemoveBoundaryTriangles()']]],
- ['setremovestrayzeros_36',['setRemoveStrayZeros',['../classlsPrune.html#a0e56c094eed1ec3088d03e365a00b227',1,'lsPrune::setRemoveStrayZeros(bool rsz)'],['../classlsPrune.html#a0e56c094eed1ec3088d03e365a00b227',1,'lsPrune::setRemoveStrayZeros(bool rsz)']]],
- ['setreversevoiddetection_37',['setReverseVoidDetection',['../classlsMarkVoidPoints.html#a74b6de628e2bbcfa932b43085955492f',1,'lsMarkVoidPoints::setReverseVoidDetection(bool passedReverseVoidDetection)'],['../classlsMarkVoidPoints.html#a74b6de628e2bbcfa932b43085955492f',1,'lsMarkVoidPoints::setReverseVoidDetection(bool passedReverseVoidDetection)']]],
- ['setsaveadvectionvelocities_38',['setSaveAdvectionVelocities',['../classlsAdvect.html#a1f78eb026aa00ec77cf420fe3674dd03',1,'lsAdvect::setSaveAdvectionVelocities(bool sAV)'],['../classlsAdvect.html#a1f78eb026aa00ec77cf420fe3674dd03',1,'lsAdvect::setSaveAdvectionVelocities(bool sAV)']]],
- ['setsavecomponentids_39',['setSaveComponentIds',['../classlsMarkVoidPoints.html#a7b9ae4f0778a684458fc98d50b4c556f',1,'lsMarkVoidPoints::setSaveComponentIds(bool scid)'],['../classlsMarkVoidPoints.html#a7b9ae4f0778a684458fc98d50b4c556f',1,'lsMarkVoidPoints::setSaveComponentIds(bool scid)']]],
- ['setscalardatalabel_40',['setScalarDataLabel',['../classlsPointData.html#a55bb6c76bade1d082affdbb83ff1e004',1,'lsPointData::setScalarDataLabel(int index, std::string newLabel)'],['../classlsPointData.html#a55bb6c76bade1d082affdbb83ff1e004',1,'lsPointData::setScalarDataLabel(int index, std::string newLabel)']]],
- ['setsecondlevelset_41',['setSecondLevelSet',['../classlsBooleanOperation.html#a054463b6dd648148ceb0e1b28633f8e2',1,'lsBooleanOperation::setSecondLevelSet(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsBooleanOperation.html#a054463b6dd648148ceb0e1b28633f8e2',1,'lsBooleanOperation::setSecondLevelSet(lsSmartPointer< lsDomain< T, D > > passedlsDomain)']]],
- ['setsidewallnormal_42',['setSidewallNormal',['../classViewFactorProcess.html#a990795836ef045262d8fb85a7bbe1875',1,'ViewFactorProcess']]],
- ['setsinglestep_43',['setSingleStep',['../classlsAdvect.html#accf51dda5ac4830d9b54f1d4ef15ba57',1,'lsAdvect::setSingleStep(bool singleStep)'],['../classlsAdvect.html#accf51dda5ac4830d9b54f1d4ef15ba57',1,'lsAdvect::setSingleStep(bool singleStep)']]],
- ['setsortpointlist_44',['setSortPointList',['../classlsFromMesh.html#a508528bcbe5da9af9955376e716a8881',1,'lsFromMesh::setSortPointList(bool passedSortPointList)'],['../classlsFromMesh.html#a508528bcbe5da9af9955376e716a8881',1,'lsFromMesh::setSortPointList(bool passedSortPointList)']]],
- ['setsubstrate_45',['setSubstrate',['../classViewFactorProcess.html#a240a61d969e0bb05b31624d5fdf05e0e',1,'ViewFactorProcess']]],
- ['settimestep_46',['setTimeStep',['../classViewFactorProcess.html#a840c5d43aa814965606e5af87187dec4',1,'ViewFactorProcess']]],
- ['settimestepratio_47',['setTimeStepRatio',['../classlsAdvect.html#ac1ec99a52859c693e3c8741f50329a7e',1,'lsAdvect::setTimeStepRatio(const double &cfl)'],['../classlsAdvect.html#ac1ec99a52859c693e3c8741f50329a7e',1,'lsAdvect::setTimeStepRatio(const double &cfl)']]],
- ['settoprate_48',['setTopRate',['../classViewFactorProcess.html#a111cc7d2c23bb722f2d1d32fd1b803fa',1,'ViewFactorProcess']]],
- ['settranslator_49',['setTranslator',['../classlsToDiskMesh.html#a1924a3500c4dcdbedfea8919c028fdc3',1,'lsToDiskMesh::setTranslator(lsSmartPointer< TranslatorType > passedTranslator)'],['../classlsToDiskMesh.html#a1924a3500c4dcdbedfea8919c028fdc3',1,'lsToDiskMesh::setTranslator(lsSmartPointer< TranslatorType > passedTranslator)']]],
- ['settrenchdepth_50',['setTrenchDepth',['../classViewFactorProcess.html#ac48bbadbec41f511dfc7e167ed311ec3',1,'ViewFactorProcess']]],
- ['settrenchdiameter_51',['setTrenchDiameter',['../classViewFactorProcess.html#a478d2af1b30b8ffdeb2a5081b297448a',1,'ViewFactorProcess']]],
- ['setupdatepointdata_52',['setUpdatePointData',['../classlsToSurfaceMesh.html#ade3d85a6d3a8446f1c67aae91cbce69a',1,'lsToSurfaceMesh::setUpdatePointData()'],['../classlsReduce.html#a53211bd04c40297d39719fc9fdccbd6a',1,'lsReduce::setUpdatePointData()'],['../classlsPrune.html#a2b523272d509bf8da9559f1536277ea7',1,'lsPrune::setUpdatePointData()'],['../classlsBooleanOperation.html#ac16373cd720e46654721ca7f95fcbaff',1,'lsBooleanOperation::setUpdatePointData()'],['../classlsAdvect.html#a58b680304b836eaf906539a86633b1ab',1,'lsAdvect::setUpdatePointData()'],['../classlsToSurfaceMesh.html#ade3d85a6d3a8446f1c67aae91cbce69a',1,'lsToSurfaceMesh::setUpdatePointData()'],['../classlsAdvect.html#a58b680304b836eaf906539a86633b1ab',1,'lsAdvect::setUpdatePointData()'],['../classlsBooleanOperation.html#ac16373cd720e46654721ca7f95fcbaff',1,'lsBooleanOperation::setUpdatePointData()'],['../classlsExpand.html#a44cb42819fc0b8eae9ae0698b7346aa9',1,'lsExpand::setUpdatePointData(bool update)'],['../classlsExpand.html#a44cb42819fc0b8eae9ae0698b7346aa9',1,'lsExpand::setUpdatePointData(bool update)'],['../classlsPrune.html#a2b523272d509bf8da9559f1536277ea7',1,'lsPrune::setUpdatePointData()'],['../classlsReduce.html#a53211bd04c40297d39719fc9fdccbd6a',1,'lsReduce::setUpdatePointData()']]],
- ['setvectordatalabel_53',['setVectorDataLabel',['../classlsPointData.html#a252f30652d7d9bd2823bc2d73142ede7',1,'lsPointData::setVectorDataLabel(int index, std::string newLabel)'],['../classlsPointData.html#a252f30652d7d9bd2823bc2d73142ede7',1,'lsPointData::setVectorDataLabel(int index, std::string newLabel)']]],
- ['setvelocityfield_54',['setVelocityField',['../classlsAdvect.html#a33f8966aac303d434345cca2b6139815',1,'lsAdvect::setVelocityField(lsSmartPointer< VelocityField > passedVelocities)'],['../classlsAdvect.html#a33f8966aac303d434345cca2b6139815',1,'lsAdvect::setVelocityField(lsSmartPointer< VelocityField > passedVelocities)']]],
- ['setvoidtopsurface_55',['setVoidTopSurface',['../classlsRemoveStrayPoints.html#a7d484d9f3563f8d52bbc3a56afe14736',1,'lsRemoveStrayPoints::setVoidTopSurface()'],['../classlsMarkVoidPoints.html#a501b738173e4aac1e8a6c67ab60f8461',1,'lsMarkVoidPoints::setVoidTopSurface()'],['../classlsRemoveStrayPoints.html#a7d484d9f3563f8d52bbc3a56afe14736',1,'lsRemoveStrayPoints::setVoidTopSurface()'],['../classlsMarkVoidPoints.html#a501b738173e4aac1e8a6c67ab60f8461',1,'lsMarkVoidPoints::setVoidTopSurface()']]],
- ['setwidth_56',['setWidth',['../classlsExpand.html#af347c11def96375fec96c6bbd192491c',1,'lsExpand::setWidth()'],['../classlsReduce.html#a7065af6add1b12483b135a1044e041af',1,'lsReduce::setWidth(int passedWidth)'],['../classlsReduce.html#a7065af6add1b12483b135a1044e041af',1,'lsReduce::setWidth(int passedWidth)'],['../classlsExpand.html#af347c11def96375fec96c6bbd192491c',1,'lsExpand::setWidth()']]],
- ['sharedlib_2ecpp_57',['SharedLib.cpp',['../SharedLib_8cpp.html',1,'']]],
- ['sidewallnormal_58',['sidewallNormal',['../structViewFactorProcessDataType.html#a618a6fa58c2541e6d4f037455f1cbb24',1,'ViewFactorProcessDataType']]],
- ['size_59',['size',['../classlsPointCloud.html#ac78a4af3b7efa9dc2ba1b3eb4873ad3e',1,'lsPointCloud::size()'],['../classlsPointCloud.html#ac78a4af3b7efa9dc2ba1b3eb4873ad3e',1,'lsPointCloud::size()']]],
- ['smallest_60',['SMALLEST',['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598add23747cdd223977e9003ea25f65913f',1,'SMALLEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598add23747cdd223977e9003ea25f65913f',1,'SMALLEST(): lsMarkVoidPoints.hpp'],['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598add23747cdd223977e9003ea25f65913f',1,'SMALLEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598add23747cdd223977e9003ea25f65913f',1,'SMALLEST(): lsMarkVoidPoints.hpp']]],
- ['smallstencilfromiterator_61',['smallStencilFromIterator',['../namespacelsInternal.html#a354a75c75dbbe14b92815df6c365da7e',1,'lsInternal']]],
- ['specialisations_2ecpp_62',['specialisations.cpp',['../specialisations_8cpp.html',1,'']]],
- ['squareetch_2ecpp_63',['SquareEtch.cpp',['../SquareEtch_8cpp.html',1,'']]],
- ['squaresumsquare_64',['squareSumSquare',['../namespacelsInternal.html#a19cf4bf13e22b8ff3e4ce2eb618b2fca',1,'lsInternal']]],
- ['stencil_5flocal_5flax_5ffriedrichs_5f1st_5forder_65',['STENCIL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba42659a032846a2676b762fed7a2666f8',1,'STENCIL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba42659a032846a2676b762fed7a2666f8',1,'STENCIL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba42659a032846a2676b762fed7a2666f8',1,'STENCIL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba42659a032846a2676b762fed7a2666f8',1,'STENCIL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp']]],
- ['substrate_66',['substrate',['../namespaceAirGapDeposition.html#a00dc73663e030fed6bb40169ef4070b6',1,'AirGapDeposition.substrate()'],['../namespaceDeposition.html#a68c03f351e1469988a55e41eba8b288f',1,'Deposition.substrate()'],['../namespaceGeometricAdvection.html#a6847ded4385aaab7eb500e36ca0f3f7c',1,'GeometricAdvection.substrate()']]],
- ['success_67',['SUCCESS',['../include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ad0749aaba8b833466dfcbb0428e4f89c',1,'SUCCESS(): lsCheck.hpp'],['../install_2ViennaLS_2include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ad0749aaba8b833466dfcbb0428e4f89c',1,'SUCCESS(): lsCheck.hpp'],['../include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ad0749aaba8b833466dfcbb0428e4f89c',1,'SUCCESS(): lsCheck.hpp'],['../install_2ViennaLS_2include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ad0749aaba8b833466dfcbb0428e4f89c',1,'SUCCESS(): lsCheck.hpp']]]
-];
diff --git a/docs/doxygen/html/search/classes_0.html b/docs/doxygen/html/search/classes_0.html
deleted file mode 100644
index 8361bcdc..00000000
--- a/docs/doxygen/html/search/classes_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/classes_0.js b/docs/doxygen/html/search/classes_0.js
deleted file mode 100644
index 17ea384e..00000000
--- a/docs/doxygen/html/search/classes_0.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['iterator_0',['iterator',['../classlsFromSurfaceMesh_1_1box_1_1iterator.html',1,'lsFromSurfaceMesh::box']]]
-];
diff --git a/docs/doxygen/html/search/classes_1.html b/docs/doxygen/html/search/classes_1.html
deleted file mode 100644
index 3c668dea..00000000
--- a/docs/doxygen/html/search/classes_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/classes_1.js b/docs/doxygen/html/search/classes_1.js
deleted file mode 100644
index 84b7dbe8..00000000
--- a/docs/doxygen/html/search/classes_1.js
+++ /dev/null
@@ -1,68 +0,0 @@
-var searchData=
-[
- ['lsadvect_0',['lsAdvect',['../classlsAdvect.html',1,'']]],
- ['lsbooleanoperation_1',['lsBooleanOperation',['../classlsBooleanOperation.html',1,'']]],
- ['lsbox_2',['lsBox',['../classlsBox.html',1,'']]],
- ['lsboxdistribution_3',['lsBoxDistribution',['../classlsBoxDistribution.html',1,'']]],
- ['lscalculatecurvatures_4',['lsCalculateCurvatures',['../classlsCalculateCurvatures.html',1,'']]],
- ['lscalculatenormalvectors_5',['lsCalculateNormalVectors',['../classlsCalculateNormalVectors.html',1,'']]],
- ['lscheck_6',['lsCheck',['../classlsCheck.html',1,'']]],
- ['lsconvexhull_7',['lsConvexHull',['../classlsConvexHull.html',1,'']]],
- ['lscylinder_8',['lsCylinder',['../classlsCylinder.html',1,'']]],
- ['lsdetectfeatures_9',['lsDetectFeatures',['../classlsDetectFeatures.html',1,'']]],
- ['lsdomain_10',['lsDomain',['../classlsDomain.html',1,'']]],
- ['lsenquistosher_11',['lsEnquistOsher',['../classlsInternal_1_1lsEnquistOsher.html',1,'lsInternal']]],
- ['lsexpand_12',['lsExpand',['../classlsExpand.html',1,'']]],
- ['lsfinitedifferences_13',['lsFiniteDifferences',['../classlsInternal_1_1lsFiniteDifferences.html',1,'lsInternal']]],
- ['lsfrommesh_14',['lsFromMesh',['../classlsFromMesh.html',1,'']]],
- ['lsfromsurfacemesh_15',['lsFromSurfaceMesh',['../classlsFromSurfaceMesh.html',1,'']]],
- ['lsfromvolumemesh_16',['lsFromVolumeMesh',['../classlsFromVolumeMesh.html',1,'']]],
- ['lsgeometricadvect_17',['lsGeometricAdvect',['../classlsGeometricAdvect.html',1,'']]],
- ['lsgeometricadvectdistribution_18',['lsGeometricAdvectDistribution',['../classlsGeometricAdvectDistribution.html',1,'']]],
- ['lsgraph_19',['lsGraph',['../classlsInternal_1_1lsGraph.html',1,'lsInternal']]],
- ['lslaxfriedrichs_20',['lsLaxFriedrichs',['../classlsInternal_1_1lsLaxFriedrichs.html',1,'lsInternal']]],
- ['lslocallaxfriedrichs_21',['lsLocalLaxFriedrichs',['../classlsInternal_1_1lsLocalLaxFriedrichs.html',1,'lsInternal']]],
- ['lslocallaxfriedrichsanalytical_22',['lsLocalLaxFriedrichsAnalytical',['../classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html',1,'lsInternal']]],
- ['lslocallocallaxfriedrichs_23',['lsLocalLocalLaxFriedrichs',['../classlsInternal_1_1lsLocalLocalLaxFriedrichs.html',1,'lsInternal']]],
- ['lsmakegeometry_24',['lsMakeGeometry',['../classlsMakeGeometry.html',1,'']]],
- ['lsmarchingcubes_25',['lsMarchingCubes',['../classlsInternal_1_1lsMarchingCubes.html',1,'lsInternal']]],
- ['lsmarkvoidpoints_26',['lsMarkVoidPoints',['../classlsMarkVoidPoints.html',1,'']]],
- ['lsmesh_27',['lsMesh',['../classlsMesh.html',1,'']]],
- ['lsmessage_28',['lsMessage',['../classlsMessage.html',1,'']]],
- ['lsplane_29',['lsPlane',['../classlsPlane.html',1,'']]],
- ['lspointcloud_30',['lsPointCloud',['../classlsPointCloud.html',1,'']]],
- ['lspointdata_31',['lsPointData',['../classlsPointData.html',1,'']]],
- ['lspointdata_3c_20double_20_3e_32',['lsPointData< double >',['../classlsPointData.html',1,'']]],
- ['lspointdata_3c_20t_20_3e_33',['lsPointData< T >',['../classlsPointData.html',1,'']]],
- ['lsprune_34',['lsPrune',['../classlsPrune.html',1,'']]],
- ['lsreader_35',['lsReader',['../classlsReader.html',1,'']]],
- ['lsreduce_36',['lsReduce',['../classlsReduce.html',1,'']]],
- ['lsremovestraypoints_37',['lsRemoveStrayPoints',['../classlsRemoveStrayPoints.html',1,'']]],
- ['lssmartpointer_38',['lsSmartPointer',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20const_20lsgeometricadvectdistribution_3c_20hrlecoordtype_2c_20d_20_3e_20_3e_39',['lsSmartPointer< const lsGeometricAdvectDistribution< hrleCoordType, D > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lsbox_3c_20t_2c_20d_20_3e_20_3e_40',['lsSmartPointer< lsBox< T, D > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lscylinder_3c_20t_2c_20d_20_3e_20_3e_41',['lsSmartPointer< lsCylinder< T, D > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lsdomain_3c_20t_2c_20d_20_3e_20_3e_42',['lsSmartPointer< lsDomain< T, D > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lsmesh_3c_20double_20_3e_20_3e_43',['lsSmartPointer< lsMesh< double > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lsmesh_3c_20t_20_3e_20_3e_44',['lsSmartPointer< lsMesh< T > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lsplane_3c_20t_2c_20d_20_3e_20_3e_45',['lsSmartPointer< lsPlane< T, D > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lspointcloud_3c_20t_2c_20d_20_3e_20_3e_46',['lsSmartPointer< lsPointCloud< T, D > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lssphere_3c_20t_2c_20d_20_3e_20_3e_47',['lsSmartPointer< lsSphere< T, D > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20lsvelocityfield_3c_20t_20_3e_20_3e_48',['lsSmartPointer< lsVelocityField< T > >',['../classlsSmartPointer.html',1,'']]],
- ['lssmartpointer_3c_20translatortype_20_3e_49',['lsSmartPointer< TranslatorType >',['../classlsSmartPointer.html',1,'']]],
- ['lssphere_50',['lsSphere',['../classlsSphere.html',1,'']]],
- ['lsspheredistribution_51',['lsSphereDistribution',['../classlsSphereDistribution.html',1,'']]],
- ['lsstencillocallaxfriedrichsscalar_52',['lsStencilLocalLaxFriedrichsScalar',['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html',1,'lsInternal']]],
- ['lstodiskmesh_53',['lsToDiskMesh',['../classlsToDiskMesh.html',1,'']]],
- ['lstomesh_54',['lsToMesh',['../classlsToMesh.html',1,'']]],
- ['lstosurfacemesh_55',['lsToSurfaceMesh',['../classlsToSurfaceMesh.html',1,'']]],
- ['lstovoxelmesh_56',['lsToVoxelMesh',['../classlsToVoxelMesh.html',1,'']]],
- ['lstransformmesh_57',['lsTransformMesh',['../classlsTransformMesh.html',1,'']]],
- ['lsvelocityfield_58',['lsVelocityField',['../classlsVelocityField.html',1,'']]],
- ['lsvelocityfield_3c_20double_20_3e_59',['lsVelocityField< double >',['../classlsVelocityField.html',1,'']]],
- ['lsvelocityfield_3c_20numerictype_20_3e_60',['lsVelocityField< NumericType >',['../classlsVelocityField.html',1,'']]],
- ['lsvtkreader_61',['lsVTKReader',['../classlsVTKReader.html',1,'']]],
- ['lsvtkwriter_62',['lsVTKWriter',['../classlsVTKWriter.html',1,'']]],
- ['lswriter_63',['lsWriter',['../classlsWriter.html',1,'']]],
- ['lswritevisualizationmesh_64',['lsWriteVisualizationMesh',['../classlsWriteVisualizationMesh.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/classes_2.html b/docs/doxygen/html/search/classes_2.html
deleted file mode 100644
index 868c1727..00000000
--- a/docs/doxygen/html/search/classes_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/classes_2.js b/docs/doxygen/html/search/classes_2.js
deleted file mode 100644
index e01f4b8c..00000000
--- a/docs/doxygen/html/search/classes_2.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var searchData=
-[
- ['velocityfield_0',['velocityField',['../classAirGapDeposition_1_1velocityField.html',1,'AirGapDeposition.velocityField'],['../classDeposition_1_1velocityField.html',1,'Deposition.velocityField']]],
- ['viewfactordistribution_1',['ViewFactorDistribution',['../classViewFactorDistribution.html',1,'']]],
- ['viewfactorprocess_2',['ViewFactorProcess',['../classViewFactorProcess.html',1,'']]],
- ['viewfactorprocessdatatype_3',['ViewFactorProcessDataType',['../structViewFactorProcessDataType.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/close.svg b/docs/doxygen/html/search/close.svg
deleted file mode 100644
index a933eea1..00000000
--- a/docs/doxygen/html/search/close.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
- image/svg+xml
-
-
-
-
-
-
-
-
diff --git a/docs/doxygen/html/search/defines_0.html b/docs/doxygen/html/search/defines_0.html
deleted file mode 100644
index fd147dbf..00000000
--- a/docs/doxygen/html/search/defines_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/defines_0.js b/docs/doxygen/html/search/defines_0.js
deleted file mode 100644
index 381ad4ac..00000000
--- a/docs/doxygen/html/search/defines_0.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var searchData=
-[
- ['ls_5fdomain_5fserialization_5fversion_0',['LS_DOMAIN_SERIALIZATION_VERSION',['../include_2lsDomain_8hpp.html#af575d8dc440f4bc1845b492194cd5dd2',1,'LS_DOMAIN_SERIALIZATION_VERSION(): lsDomain.hpp'],['../install_2ViennaLS_2include_2lsDomain_8hpp.html#af575d8dc440f4bc1845b492194cd5dd2',1,'LS_DOMAIN_SERIALIZATION_VERSION(): lsDomain.hpp']]],
- ['lstest_5fassert_1',['LSTEST_ASSERT',['../include_2lsTestAsserts_8hpp.html#a622e9d7e09c25ba495e010a18b719625',1,'LSTEST_ASSERT(): lsTestAsserts.hpp'],['../install_2ViennaLS_2include_2lsTestAsserts_8hpp.html#a622e9d7e09c25ba495e010a18b719625',1,'LSTEST_ASSERT(): lsTestAsserts.hpp']]],
- ['lstest_5fassert_5fvalid_5fls_2',['LSTEST_ASSERT_VALID_LS',['../include_2lsTestAsserts_8hpp.html#a577864eccdd1313491124dfc80dc59ce',1,'LSTEST_ASSERT_VALID_LS(): lsTestAsserts.hpp'],['../install_2ViennaLS_2include_2lsTestAsserts_8hpp.html#a577864eccdd1313491124dfc80dc59ce',1,'LSTEST_ASSERT_VALID_LS(): lsTestAsserts.hpp']]]
-];
diff --git a/docs/doxygen/html/search/defines_1.html b/docs/doxygen/html/search/defines_1.html
deleted file mode 100644
index 517e9fc4..00000000
--- a/docs/doxygen/html/search/defines_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/defines_1.js b/docs/doxygen/html/search/defines_1.js
deleted file mode 100644
index 2eda84a5..00000000
--- a/docs/doxygen/html/search/defines_1.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var searchData=
-[
- ['precompile_5fprecision_0',['PRECOMPILE_PRECISION',['../include_2lsPreCompileMacros_8hpp.html#a98493cdbc1397d37fece3f4b2f23d53d',1,'PRECOMPILE_PRECISION(): lsPreCompileMacros.hpp'],['../install_2ViennaLS_2include_2lsPreCompileMacros_8hpp.html#a98493cdbc1397d37fece3f4b2f23d53d',1,'PRECOMPILE_PRECISION(): lsPreCompileMacros.hpp']]],
- ['precompile_5fprecision_5fdimension_1',['PRECOMPILE_PRECISION_DIMENSION',['../include_2lsPreCompileMacros_8hpp.html#aad8c2febdeaa77e73cd00b97b461c0fb',1,'PRECOMPILE_PRECISION_DIMENSION(): lsPreCompileMacros.hpp'],['../install_2ViennaLS_2include_2lsPreCompileMacros_8hpp.html#aad8c2febdeaa77e73cd00b97b461c0fb',1,'PRECOMPILE_PRECISION_DIMENSION(): lsPreCompileMacros.hpp']]],
- ['precompile_5fspecialize_2',['PRECOMPILE_SPECIALIZE',['../include_2lsPreCompileMacros_8hpp.html#a3a67980ca2f045075c1d162fb333ee86',1,'PRECOMPILE_SPECIALIZE(): lsPreCompileMacros.hpp'],['../install_2ViennaLS_2include_2lsPreCompileMacros_8hpp.html#a3a67980ca2f045075c1d162fb333ee86',1,'PRECOMPILE_SPECIALIZE(): lsPreCompileMacros.hpp']]],
- ['precompile_5fspecialize_5fprecision_3',['PRECOMPILE_SPECIALIZE_PRECISION',['../include_2lsPreCompileMacros_8hpp.html#a36ec35d54081c6d543054d52a4569ad9',1,'PRECOMPILE_SPECIALIZE_PRECISION(): lsPreCompileMacros.hpp'],['../install_2ViennaLS_2include_2lsPreCompileMacros_8hpp.html#a36ec35d54081c6d543054d52a4569ad9',1,'PRECOMPILE_SPECIALIZE_PRECISION(): lsPreCompileMacros.hpp']]]
-];
diff --git a/docs/doxygen/html/search/enums_0.html b/docs/doxygen/html/search/enums_0.html
deleted file mode 100644
index eb1f873f..00000000
--- a/docs/doxygen/html/search/enums_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enums_0.js b/docs/doxygen/html/search/enums_0.js
deleted file mode 100644
index 57985b55..00000000
--- a/docs/doxygen/html/search/enums_0.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['differentiationschemeenum_0',['DifferentiationSchemeEnum',['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7',1,'lsInternal::DifferentiationSchemeEnum()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7',1,'lsInternal::DifferentiationSchemeEnum()']]]
-];
diff --git a/docs/doxygen/html/search/enums_1.html b/docs/doxygen/html/search/enums_1.html
deleted file mode 100644
index 722aa399..00000000
--- a/docs/doxygen/html/search/enums_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enums_1.js b/docs/doxygen/html/search/enums_1.js
deleted file mode 100644
index b4caf793..00000000
--- a/docs/doxygen/html/search/enums_1.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var searchData=
-[
- ['lsbooleanoperationenum_0',['lsBooleanOperationEnum',['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8',1,'lsBooleanOperationEnum(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8',1,'lsBooleanOperationEnum(): lsBooleanOperation.hpp']]],
- ['lscheckstatusenum_1',['lsCheckStatusEnum',['../include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307',1,'lsCheckStatusEnum(): lsCheck.hpp'],['../install_2ViennaLS_2include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307',1,'lsCheckStatusEnum(): lsCheck.hpp']]],
- ['lscurvatureenum_2',['lsCurvatureEnum',['../include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01ed',1,'lsCurvatureEnum(): lsCalculateCurvatures.hpp'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01ed',1,'lsCurvatureEnum(): lsCalculateCurvatures.hpp']]],
- ['lsfeaturedetectionenum_3',['lsFeatureDetectionEnum',['../include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ec',1,'lsFeatureDetectionEnum(): lsDetectFeatures.hpp'],['../install_2ViennaLS_2include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ec',1,'lsFeatureDetectionEnum(): lsDetectFeatures.hpp']]],
- ['lsfileformatenum_4',['lsFileFormatEnum',['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964',1,'lsFileFormatEnum(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964',1,'lsFileFormatEnum(): lsFileFormats.hpp']]],
- ['lsintegrationschemeenum_5',['lsIntegrationSchemeEnum',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9b',1,'lsIntegrationSchemeEnum(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9b',1,'lsIntegrationSchemeEnum(): lsAdvect.hpp']]],
- ['lstransformenum_6',['lsTransformEnum',['../include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98',1,'lsTransformEnum(): lsTransformMesh.hpp'],['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98',1,'lsTransformEnum(): lsTransformMesh.hpp']]],
- ['lsvoidtopsurfaceenum_7',['lsVoidTopSurfaceEnum',['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598',1,'lsVoidTopSurfaceEnum(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598',1,'lsVoidTopSurfaceEnum(): lsMarkVoidPoints.hpp']]]
-];
diff --git a/docs/doxygen/html/search/enumvalues_0.html b/docs/doxygen/html/search/enumvalues_0.html
deleted file mode 100644
index 7a520ff8..00000000
--- a/docs/doxygen/html/search/enumvalues_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enumvalues_0.js b/docs/doxygen/html/search/enumvalues_0.js
deleted file mode 100644
index 2b675348..00000000
--- a/docs/doxygen/html/search/enumvalues_0.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['curvature_0',['CURVATURE',['../include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecaa946d58841083de4137f44727adbac6d',1,'CURVATURE(): lsDetectFeatures.hpp'],['../install_2ViennaLS_2include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecaa946d58841083de4137f44727adbac6d',1,'CURVATURE(): lsDetectFeatures.hpp'],['../include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecaa946d58841083de4137f44727adbac6d',1,'CURVATURE(): lsDetectFeatures.hpp'],['../install_2ViennaLS_2include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecaa946d58841083de4137f44727adbac6d',1,'CURVATURE(): lsDetectFeatures.hpp']]],
- ['custom_1',['CUSTOM',['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a72baef04098f035e8a320b03ad197818',1,'CUSTOM(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a72baef04098f035e8a320b03ad197818',1,'CUSTOM(): lsBooleanOperation.hpp'],['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a72baef04098f035e8a320b03ad197818',1,'CUSTOM(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a72baef04098f035e8a320b03ad197818',1,'CUSTOM(): lsBooleanOperation.hpp']]]
-];
diff --git a/docs/doxygen/html/search/enumvalues_1.html b/docs/doxygen/html/search/enumvalues_1.html
deleted file mode 100644
index d2e2ce04..00000000
--- a/docs/doxygen/html/search/enumvalues_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enumvalues_1.js b/docs/doxygen/html/search/enumvalues_1.js
deleted file mode 100644
index 0dedc1e1..00000000
--- a/docs/doxygen/html/search/enumvalues_1.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['engquist_5fosher_5f1st_5forder_0',['ENGQUIST_OSHER_1ST_ORDER',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad0a7e3dc2008232b277a258bb57d2049',1,'ENGQUIST_OSHER_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad0a7e3dc2008232b277a258bb57d2049',1,'ENGQUIST_OSHER_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad0a7e3dc2008232b277a258bb57d2049',1,'ENGQUIST_OSHER_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad0a7e3dc2008232b277a258bb57d2049',1,'ENGQUIST_OSHER_1ST_ORDER(): lsAdvect.hpp']]],
- ['engquist_5fosher_5f2nd_5forder_1',['ENGQUIST_OSHER_2ND_ORDER',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa04ccfbc276e404065c286a5ff2f249d',1,'ENGQUIST_OSHER_2ND_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa04ccfbc276e404065c286a5ff2f249d',1,'ENGQUIST_OSHER_2ND_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa04ccfbc276e404065c286a5ff2f249d',1,'ENGQUIST_OSHER_2ND_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa04ccfbc276e404065c286a5ff2f249d',1,'ENGQUIST_OSHER_2ND_ORDER(): lsAdvect.hpp']]]
-];
diff --git a/docs/doxygen/html/search/enumvalues_2.html b/docs/doxygen/html/search/enumvalues_2.html
deleted file mode 100644
index 9ecc4d3c..00000000
--- a/docs/doxygen/html/search/enumvalues_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enumvalues_2.js b/docs/doxygen/html/search/enumvalues_2.js
deleted file mode 100644
index 5a4415ad..00000000
--- a/docs/doxygen/html/search/enumvalues_2.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['failed_0',['FAILED',['../include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ab9e14d9b2886bcff408b85aefa780419',1,'FAILED(): lsCheck.hpp'],['../install_2ViennaLS_2include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ab9e14d9b2886bcff408b85aefa780419',1,'FAILED(): lsCheck.hpp'],['../include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ab9e14d9b2886bcff408b85aefa780419',1,'FAILED(): lsCheck.hpp'],['../install_2ViennaLS_2include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ab9e14d9b2886bcff408b85aefa780419',1,'FAILED(): lsCheck.hpp']]],
- ['first_5forder_1',['FIRST_ORDER',['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a381be4beabc209c2c0999eabbfcaa16b',1,'lsInternal::FIRST_ORDER()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a381be4beabc209c2c0999eabbfcaa16b',1,'lsInternal::FIRST_ORDER()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a381be4beabc209c2c0999eabbfcaa16b',1,'lsInternal::FIRST_ORDER()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a381be4beabc209c2c0999eabbfcaa16b',1,'lsInternal::FIRST_ORDER()']]]
-];
diff --git a/docs/doxygen/html/search/enumvalues_3.html b/docs/doxygen/html/search/enumvalues_3.html
deleted file mode 100644
index ceb76af1..00000000
--- a/docs/doxygen/html/search/enumvalues_3.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enumvalues_3.js b/docs/doxygen/html/search/enumvalues_3.js
deleted file mode 100644
index 9f40e51e..00000000
--- a/docs/doxygen/html/search/enumvalues_3.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['gaussian_5fcurvature_0',['GAUSSIAN_CURVATURE',['../include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda5c6d0aa67addeea5ec8c2a7803f67893',1,'GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda5c6d0aa67addeea5ec8c2a7803f67893',1,'GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda5c6d0aa67addeea5ec8c2a7803f67893',1,'GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda5c6d0aa67addeea5ec8c2a7803f67893',1,'GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp']]]
-];
diff --git a/docs/doxygen/html/search/enumvalues_4.html b/docs/doxygen/html/search/enumvalues_4.html
deleted file mode 100644
index 940d7784..00000000
--- a/docs/doxygen/html/search/enumvalues_4.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enumvalues_4.js b/docs/doxygen/html/search/enumvalues_4.js
deleted file mode 100644
index 9ccf0561..00000000
--- a/docs/doxygen/html/search/enumvalues_4.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['intersect_0',['INTERSECT',['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a24bdbe2bcaf533b7b3f0bd58bfa7f291',1,'INTERSECT(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a24bdbe2bcaf533b7b3f0bd58bfa7f291',1,'INTERSECT(): lsBooleanOperation.hpp'],['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a24bdbe2bcaf533b7b3f0bd58bfa7f291',1,'INTERSECT(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8a24bdbe2bcaf533b7b3f0bd58bfa7f291',1,'INTERSECT(): lsBooleanOperation.hpp']]],
- ['invert_1',['INVERT',['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aa2727ae72447eea06d4cc0ef67187280',1,'INVERT(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aa2727ae72447eea06d4cc0ef67187280',1,'INVERT(): lsBooleanOperation.hpp'],['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aa2727ae72447eea06d4cc0ef67187280',1,'INVERT(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aa2727ae72447eea06d4cc0ef67187280',1,'INVERT(): lsBooleanOperation.hpp']]]
-];
diff --git a/docs/doxygen/html/search/enumvalues_5.html b/docs/doxygen/html/search/enumvalues_5.html
deleted file mode 100644
index f52f5703..00000000
--- a/docs/doxygen/html/search/enumvalues_5.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enumvalues_5.js b/docs/doxygen/html/search/enumvalues_5.js
deleted file mode 100644
index 428d79c0..00000000
--- a/docs/doxygen/html/search/enumvalues_5.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var searchData=
-[
- ['largest_0',['LARGEST',['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598af542a19a630f8cdda301a922a26e2528',1,'LARGEST(): lsMarkVoidPoints.hpp'],['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598af542a19a630f8cdda301a922a26e2528',1,'LARGEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598af542a19a630f8cdda301a922a26e2528',1,'LARGEST(): lsMarkVoidPoints.hpp'],['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598af542a19a630f8cdda301a922a26e2528',1,'LARGEST(): lsMarkVoidPoints.hpp']]],
- ['lax_5ffriedrichs_5f1st_5forder_1',['LAX_FRIEDRICHS_1ST_ORDER',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa6e8c70e1bb7ba1a32b675aa9affdb3e',1,'LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa6e8c70e1bb7ba1a32b675aa9affdb3e',1,'LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa6e8c70e1bb7ba1a32b675aa9affdb3e',1,'LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa6e8c70e1bb7ba1a32b675aa9affdb3e',1,'LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp']]],
- ['lax_5ffriedrichs_5f2nd_5forder_2',['LAX_FRIEDRICHS_2ND_ORDER',['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9274ae9f4d9eeff513420c676c30e202',1,'LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9274ae9f4d9eeff513420c676c30e202',1,'LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9274ae9f4d9eeff513420c676c30e202',1,'LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9274ae9f4d9eeff513420c676c30e202',1,'LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp']]],
- ['lex_5fhighest_3',['LEX_HIGHEST',['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598a30215017996b1d0479a210b1957bbe4b',1,'LEX_HIGHEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598a30215017996b1d0479a210b1957bbe4b',1,'LEX_HIGHEST(): lsMarkVoidPoints.hpp'],['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598a30215017996b1d0479a210b1957bbe4b',1,'LEX_HIGHEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598a30215017996b1d0479a210b1957bbe4b',1,'LEX_HIGHEST(): lsMarkVoidPoints.hpp']]],
- ['lex_5flowest_4',['LEX_LOWEST',['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598aedc0e136653b951b8200f5350c6f5694',1,'LEX_LOWEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598aedc0e136653b951b8200f5350c6f5694',1,'LEX_LOWEST(): lsMarkVoidPoints.hpp'],['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598aedc0e136653b951b8200f5350c6f5694',1,'LEX_LOWEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598aedc0e136653b951b8200f5350c6f5694',1,'LEX_LOWEST(): lsMarkVoidPoints.hpp']]],
- ['local_5flax_5ffriedrichs_5f1st_5forder_5',['LOCAL_LAX_FRIEDRICHS_1ST_ORDER',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9d9467fd3cd87ad296f1e808bde320e7',1,'LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9d9467fd3cd87ad296f1e808bde320e7',1,'LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9d9467fd3cd87ad296f1e808bde320e7',1,'LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba9d9467fd3cd87ad296f1e808bde320e7',1,'LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp']]],
- ['local_5flax_5ffriedrichs_5f2nd_5forder_6',['LOCAL_LAX_FRIEDRICHS_2ND_ORDER',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa8159c2466e3dc270b8273486c9c5288',1,'LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa8159c2466e3dc270b8273486c9c5288',1,'LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa8159c2466e3dc270b8273486c9c5288',1,'LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9baa8159c2466e3dc270b8273486c9c5288',1,'LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp']]],
- ['local_5flax_5ffriedrichs_5fanalytical_5f1st_5forder_7',['LOCAL_LAX_FRIEDRICHS_ANALYTICAL_1ST_ORDER',['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad9e41f7feca099c1c35585950539f32e',1,'LOCAL_LAX_FRIEDRICHS_ANALYTICAL_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad9e41f7feca099c1c35585950539f32e',1,'LOCAL_LAX_FRIEDRICHS_ANALYTICAL_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad9e41f7feca099c1c35585950539f32e',1,'LOCAL_LAX_FRIEDRICHS_ANALYTICAL_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9bad9e41f7feca099c1c35585950539f32e',1,'LOCAL_LAX_FRIEDRICHS_ANALYTICAL_1ST_ORDER(): lsAdvect.hpp']]],
- ['local_5flocal_5flax_5ffriedrichs_5f1st_5forder_8',['LOCAL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba6bc0794b66bd6c7f3c3d5da37a724500',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba6bc0794b66bd6c7f3c3d5da37a724500',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba6bc0794b66bd6c7f3c3d5da37a724500',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba6bc0794b66bd6c7f3c3d5da37a724500',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp']]],
- ['local_5flocal_5flax_5ffriedrichs_5f2nd_5forder_9',['LOCAL_LOCAL_LAX_FRIEDRICHS_2ND_ORDER',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba04bc01449f4f7cc5d5f1a8c14fdd7594',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba04bc01449f4f7cc5d5f1a8c14fdd7594',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba04bc01449f4f7cc5d5f1a8c14fdd7594',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba04bc01449f4f7cc5d5f1a8c14fdd7594',1,'LOCAL_LOCAL_LAX_FRIEDRICHS_2ND_ORDER(): lsAdvect.hpp']]]
-];
diff --git a/docs/doxygen/html/search/enumvalues_6.html b/docs/doxygen/html/search/enumvalues_6.html
deleted file mode 100644
index dc9659da..00000000
--- a/docs/doxygen/html/search/enumvalues_6.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enumvalues_6.js b/docs/doxygen/html/search/enumvalues_6.js
deleted file mode 100644
index 8ded676f..00000000
--- a/docs/doxygen/html/search/enumvalues_6.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['mean_5fand_5fgaussian_5fcurvature_0',['MEAN_AND_GAUSSIAN_CURVATURE',['../include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda7cc81f1f0e43035d06928955b4f385ac',1,'MEAN_AND_GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda7cc81f1f0e43035d06928955b4f385ac',1,'MEAN_AND_GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda7cc81f1f0e43035d06928955b4f385ac',1,'MEAN_AND_GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01eda7cc81f1f0e43035d06928955b4f385ac',1,'MEAN_AND_GAUSSIAN_CURVATURE(): lsCalculateCurvatures.hpp']]],
- ['mean_5fcurvature_1',['MEAN_CURVATURE',['../include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01edaf04bbe1fcd55b69c996511540e1a4af9',1,'MEAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01edaf04bbe1fcd55b69c996511540e1a4af9',1,'MEAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01edaf04bbe1fcd55b69c996511540e1a4af9',1,'MEAN_CURVATURE(): lsCalculateCurvatures.hpp'],['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html#aebd020246bdcb8ba73ec5ae3b21b01edaf04bbe1fcd55b69c996511540e1a4af9',1,'MEAN_CURVATURE(): lsCalculateCurvatures.hpp']]]
-];
diff --git a/docs/doxygen/html/search/enumvalues_7.html b/docs/doxygen/html/search/enumvalues_7.html
deleted file mode 100644
index 195ddfe6..00000000
--- a/docs/doxygen/html/search/enumvalues_7.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enumvalues_7.js b/docs/doxygen/html/search/enumvalues_7.js
deleted file mode 100644
index f0caab9f..00000000
--- a/docs/doxygen/html/search/enumvalues_7.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['normals_5fangle_0',['NORMALS_ANGLE',['../include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecafdf760a0ba0aa40216ea830cb58a1714',1,'NORMALS_ANGLE(): lsDetectFeatures.hpp'],['../install_2ViennaLS_2include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecafdf760a0ba0aa40216ea830cb58a1714',1,'NORMALS_ANGLE(): lsDetectFeatures.hpp'],['../include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecafdf760a0ba0aa40216ea830cb58a1714',1,'NORMALS_ANGLE(): lsDetectFeatures.hpp'],['../install_2ViennaLS_2include_2lsDetectFeatures_8hpp.html#a505172fee2074f3ca33038216a92c0ecafdf760a0ba0aa40216ea830cb58a1714',1,'NORMALS_ANGLE(): lsDetectFeatures.hpp']]]
-];
diff --git a/docs/doxygen/html/search/enumvalues_8.html b/docs/doxygen/html/search/enumvalues_8.html
deleted file mode 100644
index 1238a8c2..00000000
--- a/docs/doxygen/html/search/enumvalues_8.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enumvalues_8.js b/docs/doxygen/html/search/enumvalues_8.js
deleted file mode 100644
index dbfc3c48..00000000
--- a/docs/doxygen/html/search/enumvalues_8.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['relative_5fcomplement_0',['RELATIVE_COMPLEMENT',['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8ac50397eae12f3694f170c9aaaa57c042',1,'RELATIVE_COMPLEMENT(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8ac50397eae12f3694f170c9aaaa57c042',1,'RELATIVE_COMPLEMENT(): lsBooleanOperation.hpp'],['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8ac50397eae12f3694f170c9aaaa57c042',1,'RELATIVE_COMPLEMENT(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8ac50397eae12f3694f170c9aaaa57c042',1,'RELATIVE_COMPLEMENT(): lsBooleanOperation.hpp']]],
- ['rotation_1',['ROTATION',['../include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98aa27939099e0fe4086159364fcf8d5f73',1,'ROTATION(): lsTransformMesh.hpp'],['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98aa27939099e0fe4086159364fcf8d5f73',1,'ROTATION(): lsTransformMesh.hpp'],['../include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98aa27939099e0fe4086159364fcf8d5f73',1,'ROTATION(): lsTransformMesh.hpp'],['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98aa27939099e0fe4086159364fcf8d5f73',1,'ROTATION(): lsTransformMesh.hpp']]]
-];
diff --git a/docs/doxygen/html/search/enumvalues_9.html b/docs/doxygen/html/search/enumvalues_9.html
deleted file mode 100644
index 644bf37c..00000000
--- a/docs/doxygen/html/search/enumvalues_9.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enumvalues_9.js b/docs/doxygen/html/search/enumvalues_9.js
deleted file mode 100644
index 49a80e57..00000000
--- a/docs/doxygen/html/search/enumvalues_9.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var searchData=
-[
- ['scale_0',['SCALE',['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a127ea1d20becc4dba06d9d152db0c2e5',1,'SCALE(): lsTransformMesh.hpp'],['../include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a127ea1d20becc4dba06d9d152db0c2e5',1,'SCALE(): lsTransformMesh.hpp'],['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a127ea1d20becc4dba06d9d152db0c2e5',1,'SCALE(): lsTransformMesh.hpp'],['../include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a127ea1d20becc4dba06d9d152db0c2e5',1,'SCALE(): lsTransformMesh.hpp']]],
- ['second_5forder_1',['SECOND_ORDER',['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a69d00beda0858745a9f4459133568c87',1,'lsInternal::SECOND_ORDER()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a69d00beda0858745a9f4459133568c87',1,'lsInternal::SECOND_ORDER()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a69d00beda0858745a9f4459133568c87',1,'lsInternal::SECOND_ORDER()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a69d00beda0858745a9f4459133568c87',1,'lsInternal::SECOND_ORDER()']]],
- ['smallest_2',['SMALLEST',['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598add23747cdd223977e9003ea25f65913f',1,'SMALLEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598add23747cdd223977e9003ea25f65913f',1,'SMALLEST(): lsMarkVoidPoints.hpp'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598add23747cdd223977e9003ea25f65913f',1,'SMALLEST(): lsMarkVoidPoints.hpp'],['../include_2lsMarkVoidPoints_8hpp.html#ac4f5468bc25b55e237a1623e5a9c8598add23747cdd223977e9003ea25f65913f',1,'SMALLEST(): lsMarkVoidPoints.hpp']]],
- ['stencil_5flocal_5flax_5ffriedrichs_5f1st_5forder_3',['STENCIL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER',['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba42659a032846a2676b762fed7a2666f8',1,'STENCIL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba42659a032846a2676b762fed7a2666f8',1,'STENCIL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba42659a032846a2676b762fed7a2666f8',1,'STENCIL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp'],['../install_2ViennaLS_2include_2lsAdvect_8hpp.html#afe9778bbf7b5f9aeb52d14c4f133cc9ba42659a032846a2676b762fed7a2666f8',1,'STENCIL_LOCAL_LAX_FRIEDRICHS_1ST_ORDER(): lsAdvect.hpp']]],
- ['success_4',['SUCCESS',['../include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ad0749aaba8b833466dfcbb0428e4f89c',1,'SUCCESS(): lsCheck.hpp'],['../install_2ViennaLS_2include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ad0749aaba8b833466dfcbb0428e4f89c',1,'SUCCESS(): lsCheck.hpp'],['../include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ad0749aaba8b833466dfcbb0428e4f89c',1,'SUCCESS(): lsCheck.hpp'],['../install_2ViennaLS_2include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307ad0749aaba8b833466dfcbb0428e4f89c',1,'SUCCESS(): lsCheck.hpp']]]
-];
diff --git a/docs/doxygen/html/search/enumvalues_a.html b/docs/doxygen/html/search/enumvalues_a.html
deleted file mode 100644
index 83a47c88..00000000
--- a/docs/doxygen/html/search/enumvalues_a.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enumvalues_a.js b/docs/doxygen/html/search/enumvalues_a.js
deleted file mode 100644
index 5e1bad31..00000000
--- a/docs/doxygen/html/search/enumvalues_a.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['translation_0',['TRANSLATION',['../include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a0da044e5b37e6bcb3a8d01dc7362b276',1,'TRANSLATION(): lsTransformMesh.hpp'],['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a0da044e5b37e6bcb3a8d01dc7362b276',1,'TRANSLATION(): lsTransformMesh.hpp'],['../include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a0da044e5b37e6bcb3a8d01dc7362b276',1,'TRANSLATION(): lsTransformMesh.hpp'],['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html#a0cb195277df055af93385ff610b0ba98a0da044e5b37e6bcb3a8d01dc7362b276',1,'TRANSLATION(): lsTransformMesh.hpp']]]
-];
diff --git a/docs/doxygen/html/search/enumvalues_b.html b/docs/doxygen/html/search/enumvalues_b.html
deleted file mode 100644
index 28b9d43e..00000000
--- a/docs/doxygen/html/search/enumvalues_b.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enumvalues_b.js b/docs/doxygen/html/search/enumvalues_b.js
deleted file mode 100644
index d2dbac03..00000000
--- a/docs/doxygen/html/search/enumvalues_b.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['unchecked_0',['UNCHECKED',['../include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307acb05b13dd1c5294579396a615f2fae82',1,'UNCHECKED(): lsCheck.hpp'],['../install_2ViennaLS_2include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307acb05b13dd1c5294579396a615f2fae82',1,'UNCHECKED(): lsCheck.hpp'],['../include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307acb05b13dd1c5294579396a615f2fae82',1,'UNCHECKED(): lsCheck.hpp'],['../install_2ViennaLS_2include_2lsCheck_8hpp.html#a567a35958ba7a1bfc2d0d84a097d8307acb05b13dd1c5294579396a615f2fae82',1,'UNCHECKED(): lsCheck.hpp']]],
- ['union_1',['UNION',['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aea931da33de8ba05c3635a51c2b25d75',1,'UNION(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aea931da33de8ba05c3635a51c2b25d75',1,'UNION(): lsBooleanOperation.hpp'],['../include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aea931da33de8ba05c3635a51c2b25d75',1,'UNION(): lsBooleanOperation.hpp'],['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html#a8b5747a2da7e017486ffceefca67d6d8aea931da33de8ba05c3635a51c2b25d75',1,'UNION(): lsBooleanOperation.hpp']]]
-];
diff --git a/docs/doxygen/html/search/enumvalues_c.html b/docs/doxygen/html/search/enumvalues_c.html
deleted file mode 100644
index 7715ca5e..00000000
--- a/docs/doxygen/html/search/enumvalues_c.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enumvalues_c.js b/docs/doxygen/html/search/enumvalues_c.js
deleted file mode 100644
index e6dccbeb..00000000
--- a/docs/doxygen/html/search/enumvalues_c.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var searchData=
-[
- ['vtk_5fauto_0',['VTK_AUTO',['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a4eced443a40042d60f7056b0785979f7',1,'VTK_AUTO(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a4eced443a40042d60f7056b0785979f7',1,'VTK_AUTO(): lsFileFormats.hpp'],['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a4eced443a40042d60f7056b0785979f7',1,'VTK_AUTO(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a4eced443a40042d60f7056b0785979f7',1,'VTK_AUTO(): lsFileFormats.hpp']]],
- ['vtk_5flegacy_1',['VTK_LEGACY',['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a80d698f68ccb4c9143d932db3af5e05b',1,'VTK_LEGACY(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a80d698f68ccb4c9143d932db3af5e05b',1,'VTK_LEGACY(): lsFileFormats.hpp'],['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a80d698f68ccb4c9143d932db3af5e05b',1,'VTK_LEGACY(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a80d698f68ccb4c9143d932db3af5e05b',1,'VTK_LEGACY(): lsFileFormats.hpp']]],
- ['vtp_2',['VTP',['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a863add93f0d56ce49020187569c7b1cd',1,'VTP(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a863add93f0d56ce49020187569c7b1cd',1,'VTP(): lsFileFormats.hpp'],['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a863add93f0d56ce49020187569c7b1cd',1,'VTP(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964a863add93f0d56ce49020187569c7b1cd',1,'VTP(): lsFileFormats.hpp']]],
- ['vtu_3',['VTU',['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964ae57246648e6daf8463f2aaab072d0d45',1,'VTU(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964ae57246648e6daf8463f2aaab072d0d45',1,'VTU(): lsFileFormats.hpp'],['../include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964ae57246648e6daf8463f2aaab072d0d45',1,'VTU(): lsFileFormats.hpp'],['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html#ab14b0589117b7e039d94cc26402fa964ae57246648e6daf8463f2aaab072d0d45',1,'VTU(): lsFileFormats.hpp']]]
-];
diff --git a/docs/doxygen/html/search/enumvalues_d.html b/docs/doxygen/html/search/enumvalues_d.html
deleted file mode 100644
index d8a21bc6..00000000
--- a/docs/doxygen/html/search/enumvalues_d.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/enumvalues_d.js b/docs/doxygen/html/search/enumvalues_d.js
deleted file mode 100644
index e174da52..00000000
--- a/docs/doxygen/html/search/enumvalues_d.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['weno3_0',['WENO3',['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a48827877b1f4c91171ef2d17aaeeb9ca',1,'lsInternal::WENO3()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a48827877b1f4c91171ef2d17aaeeb9ca',1,'lsInternal::WENO3()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a48827877b1f4c91171ef2d17aaeeb9ca',1,'lsInternal::WENO3()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7a48827877b1f4c91171ef2d17aaeeb9ca',1,'lsInternal::WENO3()']]],
- ['weno5_1',['WENO5',['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7adf9e08f10584e71c9abf514864a47f99',1,'lsInternal::WENO5()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7adf9e08f10584e71c9abf514864a47f99',1,'lsInternal::WENO5()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7adf9e08f10584e71c9abf514864a47f99',1,'lsInternal::WENO5()'],['../namespacelsInternal.html#a1197c9bc5d272ab73e76ebc2d4ab05a7adf9e08f10584e71c9abf514864a47f99',1,'lsInternal::WENO5()']]]
-];
diff --git a/docs/doxygen/html/search/files_0.html b/docs/doxygen/html/search/files_0.html
deleted file mode 100644
index da83704e..00000000
--- a/docs/doxygen/html/search/files_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/files_0.js b/docs/doxygen/html/search/files_0.js
deleted file mode 100644
index 9de689b7..00000000
--- a/docs/doxygen/html/search/files_0.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['airgapdeposition_2ecpp_0',['AirGapDeposition.cpp',['../AirGapDeposition_8cpp.html',1,'']]],
- ['airgapdeposition_2epy_1',['AirGapDeposition.py',['../AirGapDeposition_8py.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/files_1.html b/docs/doxygen/html/search/files_1.html
deleted file mode 100644
index f7e1582a..00000000
--- a/docs/doxygen/html/search/files_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/files_1.js b/docs/doxygen/html/search/files_1.js
deleted file mode 100644
index 239032b6..00000000
--- a/docs/doxygen/html/search/files_1.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['contributing_2emd_0',['CONTRIBUTING.md',['../CONTRIBUTING_8md.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/files_2.html b/docs/doxygen/html/search/files_2.html
deleted file mode 100644
index 99aca620..00000000
--- a/docs/doxygen/html/search/files_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/files_2.js b/docs/doxygen/html/search/files_2.js
deleted file mode 100644
index 35e18171..00000000
--- a/docs/doxygen/html/search/files_2.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['deposition_2ecpp_0',['Deposition.cpp',['../Deposition_8cpp.html',1,'']]],
- ['deposition_2epy_1',['Deposition.py',['../Deposition_8py.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/files_3.html b/docs/doxygen/html/search/files_3.html
deleted file mode 100644
index 25e128c8..00000000
--- a/docs/doxygen/html/search/files_3.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/files_3.js b/docs/doxygen/html/search/files_3.js
deleted file mode 100644
index 993a7811..00000000
--- a/docs/doxygen/html/search/files_3.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['geometricadvection_2ecpp_0',['GeometricAdvection.cpp',['../GeometricAdvection_8cpp.html',1,'']]],
- ['geometricadvection_2epy_1',['GeometricAdvection.py',['../GeometricAdvection_8py.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/files_4.html b/docs/doxygen/html/search/files_4.html
deleted file mode 100644
index 3c8ba6ea..00000000
--- a/docs/doxygen/html/search/files_4.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/files_4.js b/docs/doxygen/html/search/files_4.js
deleted file mode 100644
index 419ac4ca..00000000
--- a/docs/doxygen/html/search/files_4.js
+++ /dev/null
@@ -1,52 +0,0 @@
-var searchData=
-[
- ['lsadvect_2ehpp_0',['lsAdvect.hpp',['../install_2ViennaLS_2include_2lsAdvect_8hpp.html',1,'(Global Namespace)'],['../include_2lsAdvect_8hpp.html',1,'(Global Namespace)']]],
- ['lsbooleanoperation_2ehpp_1',['lsBooleanOperation.hpp',['../install_2ViennaLS_2include_2lsBooleanOperation_8hpp.html',1,'(Global Namespace)'],['../include_2lsBooleanOperation_8hpp.html',1,'(Global Namespace)']]],
- ['lscalculatecurvatures_2ehpp_2',['lsCalculateCurvatures.hpp',['../install_2ViennaLS_2include_2lsCalculateCurvatures_8hpp.html',1,'(Global Namespace)'],['../include_2lsCalculateCurvatures_8hpp.html',1,'(Global Namespace)']]],
- ['lscalculatenormalvectors_2ehpp_3',['lsCalculateNormalVectors.hpp',['../include_2lsCalculateNormalVectors_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsCalculateNormalVectors_8hpp.html',1,'(Global Namespace)']]],
- ['lscheck_2ehpp_4',['lsCheck.hpp',['../include_2lsCheck_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsCheck_8hpp.html',1,'(Global Namespace)']]],
- ['lsconcepts_2ehpp_5',['lsConcepts.hpp',['../include_2lsConcepts_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsConcepts_8hpp.html',1,'(Global Namespace)']]],
- ['lsconvexhull_2ehpp_6',['lsConvexHull.hpp',['../include_2lsConvexHull_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsConvexHull_8hpp.html',1,'(Global Namespace)']]],
- ['lscurvatureformulas_2ehpp_7',['lsCurvatureFormulas.hpp',['../include_2lsCurvatureFormulas_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsCurvatureFormulas_8hpp.html',1,'(Global Namespace)']]],
- ['lsdetectfeatures_2ehpp_8',['lsDetectFeatures.hpp',['../include_2lsDetectFeatures_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsDetectFeatures_8hpp.html',1,'(Global Namespace)']]],
- ['lsdomain_2ehpp_9',['lsDomain.hpp',['../include_2lsDomain_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsDomain_8hpp.html',1,'(Global Namespace)']]],
- ['lsenquistosher_2ehpp_10',['lsEnquistOsher.hpp',['../include_2lsEnquistOsher_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsEnquistOsher_8hpp.html',1,'(Global Namespace)']]],
- ['lsexpand_2ehpp_11',['lsExpand.hpp',['../include_2lsExpand_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsExpand_8hpp.html',1,'(Global Namespace)']]],
- ['lsfileformats_2ehpp_12',['lsFileFormats.hpp',['../install_2ViennaLS_2include_2lsFileFormats_8hpp.html',1,'(Global Namespace)'],['../include_2lsFileFormats_8hpp.html',1,'(Global Namespace)']]],
- ['lsfinitedifferences_2ehpp_13',['lsFiniteDifferences.hpp',['../include_2lsFiniteDifferences_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsFiniteDifferences_8hpp.html',1,'(Global Namespace)']]],
- ['lsfrommesh_2ehpp_14',['lsFromMesh.hpp',['../include_2lsFromMesh_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsFromMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lsfromsurfacemesh_2ehpp_15',['lsFromSurfaceMesh.hpp',['../include_2lsFromSurfaceMesh_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsFromSurfaceMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lsfromvolumemesh_2ehpp_16',['lsFromVolumeMesh.hpp',['../include_2lsFromVolumeMesh_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsFromVolumeMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lsgeometricadvect_2ehpp_17',['lsGeometricAdvect.hpp',['../include_2lsGeometricAdvect_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsGeometricAdvect_8hpp.html',1,'(Global Namespace)']]],
- ['lsgeometricadvectdistributions_2ehpp_18',['lsGeometricAdvectDistributions.hpp',['../install_2ViennaLS_2include_2lsGeometricAdvectDistributions_8hpp.html',1,'(Global Namespace)'],['../include_2lsGeometricAdvectDistributions_8hpp.html',1,'(Global Namespace)']]],
- ['lsgeometries_2ehpp_19',['lsGeometries.hpp',['../include_2lsGeometries_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsGeometries_8hpp.html',1,'(Global Namespace)']]],
- ['lsgraph_2ehpp_20',['lsGraph.hpp',['../include_2lsGraph_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsGraph_8hpp.html',1,'(Global Namespace)']]],
- ['lslaxfriedrichs_2ehpp_21',['lsLaxFriedrichs.hpp',['../include_2lsLaxFriedrichs_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsLaxFriedrichs_8hpp.html',1,'(Global Namespace)']]],
- ['lslocallaxfriedrichs_2ehpp_22',['lsLocalLaxFriedrichs.hpp',['../include_2lsLocalLaxFriedrichs_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsLocalLaxFriedrichs_8hpp.html',1,'(Global Namespace)']]],
- ['lslocallaxfriedrichsanalytical_2ehpp_23',['lsLocalLaxFriedrichsAnalytical.hpp',['../include_2lsLocalLaxFriedrichsAnalytical_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsLocalLaxFriedrichsAnalytical_8hpp.html',1,'(Global Namespace)']]],
- ['lslocallocallaxfriedrichs_2ehpp_24',['lsLocalLocalLaxFriedrichs.hpp',['../install_2ViennaLS_2include_2lsLocalLocalLaxFriedrichs_8hpp.html',1,'(Global Namespace)'],['../include_2lsLocalLocalLaxFriedrichs_8hpp.html',1,'(Global Namespace)']]],
- ['lsmakegeometry_2ehpp_25',['lsMakeGeometry.hpp',['../include_2lsMakeGeometry_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsMakeGeometry_8hpp.html',1,'(Global Namespace)']]],
- ['lsmarchingcubes_2ehpp_26',['lsMarchingCubes.hpp',['../include_2lsMarchingCubes_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsMarchingCubes_8hpp.html',1,'(Global Namespace)']]],
- ['lsmarkvoidpoints_2ehpp_27',['lsMarkVoidPoints.hpp',['../include_2lsMarkVoidPoints_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsMarkVoidPoints_8hpp.html',1,'(Global Namespace)']]],
- ['lsmesh_2ehpp_28',['lsMesh.hpp',['../include_2lsMesh_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lsmessage_2ehpp_29',['lsMessage.hpp',['../include_2lsMessage_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsMessage_8hpp.html',1,'(Global Namespace)']]],
- ['lspointdata_2ehpp_30',['lsPointData.hpp',['../include_2lsPointData_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsPointData_8hpp.html',1,'(Global Namespace)']]],
- ['lsprecompilemacros_2ehpp_31',['lsPreCompileMacros.hpp',['../include_2lsPreCompileMacros_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsPreCompileMacros_8hpp.html',1,'(Global Namespace)']]],
- ['lsprune_2ehpp_32',['lsPrune.hpp',['../include_2lsPrune_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsPrune_8hpp.html',1,'(Global Namespace)']]],
- ['lsreader_2ehpp_33',['lsReader.hpp',['../include_2lsReader_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsReader_8hpp.html',1,'(Global Namespace)']]],
- ['lsreduce_2ehpp_34',['lsReduce.hpp',['../include_2lsReduce_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsReduce_8hpp.html',1,'(Global Namespace)']]],
- ['lsremovestraypoints_2ehpp_35',['lsRemoveStrayPoints.hpp',['../include_2lsRemoveStrayPoints_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsRemoveStrayPoints_8hpp.html',1,'(Global Namespace)']]],
- ['lssmartpointer_2ehpp_36',['lsSmartPointer.hpp',['../install_2ViennaLS_2include_2lsSmartPointer_8hpp.html',1,'(Global Namespace)'],['../include_2lsSmartPointer_8hpp.html',1,'(Global Namespace)']]],
- ['lsstencillocallaxfriedrichsscalar_2ehpp_37',['lsStencilLocalLaxFriedrichsScalar.hpp',['../include_2lsStencilLocalLaxFriedrichsScalar_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsStencilLocalLaxFriedrichsScalar_8hpp.html',1,'(Global Namespace)']]],
- ['lstestasserts_2ehpp_38',['lsTestAsserts.hpp',['../include_2lsTestAsserts_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsTestAsserts_8hpp.html',1,'(Global Namespace)']]],
- ['lstodiskmesh_2ehpp_39',['lsToDiskMesh.hpp',['../include_2lsToDiskMesh_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsToDiskMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lstomesh_2ehpp_40',['lsToMesh.hpp',['../include_2lsToMesh_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsToMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lstosurfacemesh_2ehpp_41',['lsToSurfaceMesh.hpp',['../include_2lsToSurfaceMesh_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsToSurfaceMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lstovoxelmesh_2ehpp_42',['lsToVoxelMesh.hpp',['../install_2ViennaLS_2include_2lsToVoxelMesh_8hpp.html',1,'(Global Namespace)'],['../include_2lsToVoxelMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lstransformmesh_2ehpp_43',['lsTransformMesh.hpp',['../include_2lsTransformMesh_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsTransformMesh_8hpp.html',1,'(Global Namespace)']]],
- ['lsvelocityfield_2ehpp_44',['lsVelocityField.hpp',['../include_2lsVelocityField_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsVelocityField_8hpp.html',1,'(Global Namespace)']]],
- ['lsvtkreader_2ehpp_45',['lsVTKReader.hpp',['../include_2lsVTKReader_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsVTKReader_8hpp.html',1,'(Global Namespace)']]],
- ['lsvtkwriter_2ehpp_46',['lsVTKWriter.hpp',['../include_2lsVTKWriter_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsVTKWriter_8hpp.html',1,'(Global Namespace)']]],
- ['lswriter_2ehpp_47',['lsWriter.hpp',['../include_2lsWriter_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsWriter_8hpp.html',1,'(Global Namespace)']]],
- ['lswritevisualizationmesh_2ehpp_48',['lsWriteVisualizationMesh.hpp',['../include_2lsWriteVisualizationMesh_8hpp.html',1,'(Global Namespace)'],['../install_2ViennaLS_2include_2lsWriteVisualizationMesh_8hpp.html',1,'(Global Namespace)']]]
-];
diff --git a/docs/doxygen/html/search/files_5.html b/docs/doxygen/html/search/files_5.html
deleted file mode 100644
index 7ff9613b..00000000
--- a/docs/doxygen/html/search/files_5.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/files_5.js b/docs/doxygen/html/search/files_5.js
deleted file mode 100644
index 14db30fd..00000000
--- a/docs/doxygen/html/search/files_5.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['patternedsubstrate_2ecpp_0',['PatternedSubstrate.cpp',['../PatternedSubstrate_8cpp.html',1,'']]],
- ['periodicboundary_2ecpp_1',['PeriodicBoundary.cpp',['../PeriodicBoundary_8cpp.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/files_6.html b/docs/doxygen/html/search/files_6.html
deleted file mode 100644
index cdd711bd..00000000
--- a/docs/doxygen/html/search/files_6.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/files_6.js b/docs/doxygen/html/search/files_6.js
deleted file mode 100644
index 98476761..00000000
--- a/docs/doxygen/html/search/files_6.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['readme_2emd_0',['README.md',['../README_8md.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/files_7.html b/docs/doxygen/html/search/files_7.html
deleted file mode 100644
index 590e76ac..00000000
--- a/docs/doxygen/html/search/files_7.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/files_7.js b/docs/doxygen/html/search/files_7.js
deleted file mode 100644
index a67d8997..00000000
--- a/docs/doxygen/html/search/files_7.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var searchData=
-[
- ['sharedlib_2ecpp_0',['SharedLib.cpp',['../SharedLib_8cpp.html',1,'']]],
- ['specialisations_2ecpp_1',['specialisations.cpp',['../specialisations_8cpp.html',1,'']]],
- ['squareetch_2ecpp_2',['SquareEtch.cpp',['../SquareEtch_8cpp.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/files_8.html b/docs/doxygen/html/search/files_8.html
deleted file mode 100644
index 5f47b07e..00000000
--- a/docs/doxygen/html/search/files_8.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/files_8.js b/docs/doxygen/html/search/files_8.js
deleted file mode 100644
index 8083e0db..00000000
--- a/docs/doxygen/html/search/files_8.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var searchData=
-[
- ['viewfactor_2ecpp_0',['ViewFactor.cpp',['../ViewFactor_8cpp.html',1,'']]],
- ['viewfactordistribution_2ehpp_1',['ViewFactorDistribution.hpp',['../ViewFactorDistribution_8hpp.html',1,'']]],
- ['viewfactorprocess_2ehpp_2',['ViewFactorProcess.hpp',['../ViewFactorProcess_8hpp.html',1,'']]],
- ['viewfactorprocessdata_2ehpp_3',['ViewFactorProcessData.hpp',['../ViewFactorProcessData_8hpp.html',1,'']]],
- ['voidetching_2ecpp_4',['VoidEtching.cpp',['../VoidEtching_8cpp.html',1,'']]],
- ['volumetolevelsets_2ecpp_5',['VolumeToLevelSets.cpp',['../VolumeToLevelSets_8cpp.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/functions_0.html b/docs/doxygen/html/search/functions_0.html
deleted file mode 100644
index 2d2d9501..00000000
--- a/docs/doxygen/html/search/functions_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_0.js b/docs/doxygen/html/search/functions_0.js
deleted file mode 100644
index 600917ce..00000000
--- a/docs/doxygen/html/search/functions_0.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var searchData=
-[
- ['add_0',['add',['../classlsMessage.html#a809e57a0a55b63ca935ba86491d18439',1,'lsMessage::add(std::string s)'],['../classlsMessage.html#a809e57a0a55b63ca935ba86491d18439',1,'lsMessage::add(std::string s)']]],
- ['adddebug_1',['addDebug',['../classlsMessage.html#a34569693c3e7ac0464d08b18dd34643b',1,'lsMessage::addDebug(std::string s)'],['../classlsMessage.html#a34569693c3e7ac0464d08b18dd34643b',1,'lsMessage::addDebug(std::string s)']]],
- ['adderror_2',['addError',['../classlsMessage.html#a88248f483409dddc828bb96809dde6bf',1,'lsMessage::addError(std::string s, bool shouldAbort=true)'],['../classlsMessage.html#a88248f483409dddc828bb96809dde6bf',1,'lsMessage::addError(std::string s, bool shouldAbort=true)']]],
- ['addwarning_3',['addWarning',['../classlsMessage.html#a94c5ae8ae205853ec55172da34772442',1,'lsMessage::addWarning(std::string s)'],['../classlsMessage.html#a94c5ae8ae205853ec55172da34772442',1,'lsMessage::addWarning(std::string s)']]],
- ['append_4',['append',['../classlsPointData.html#a30f64dfd5dc51fa07198aa3d1ec6e540',1,'lsPointData::append(const lsPointData &passedData)'],['../classlsPointData.html#a30f64dfd5dc51fa07198aa3d1ec6e540',1,'lsPointData::append(const lsPointData &passedData)'],['../classlsMesh.html#a93d2f2c80aa65a296ab550f4169f5531',1,'lsMesh::append(const lsMesh< T > &passedMesh)'],['../classlsMesh.html#a93d2f2c80aa65a296ab550f4169f5531',1,'lsMesh::append(const lsMesh< T > &passedMesh)']]],
- ['apply_5',['apply',['../classlsMakeGeometry.html#a3256e05d1dec7d632f0ea1edef69f7b5',1,'lsMakeGeometry::apply()'],['../classlsAdvect.html#a7b6f35f0b35133d40ceeb866b5c733f3',1,'lsAdvect::apply()'],['../classlsGeometricAdvect.html#a798451757892dcb34d02e6b263780581',1,'lsGeometricAdvect::apply()'],['../classlsFromVolumeMesh.html#a08f3315b80ae24108b2ad794d6e0d3a4',1,'lsFromVolumeMesh::apply()'],['../classlsFromSurfaceMesh.html#a76fce6385cab0be5293718be04979086',1,'lsFromSurfaceMesh::apply()'],['../classlsFromMesh.html#a228a27a3e4f0101b9a99280c194b7016',1,'lsFromMesh::apply()'],['../classlsExpand.html#af252c81a9cc628c837afb285a8834353',1,'lsExpand::apply()'],['../classlsDetectFeatures.html#adbdb153c34bd669c4b19bb93ff69e190',1,'lsDetectFeatures::apply()'],['../classlsConvexHull.html#a241c5e598fa84f5a393ad28a42d67fb8',1,'lsConvexHull::apply()'],['../classlsCheck.html#ae203104b7edaacd9bcc61c9bb930c90e',1,'lsCheck::apply()'],['../classlsCalculateNormalVectors.html#ad613a081f288a83097fdbcfeb5b20825',1,'lsCalculateNormalVectors::apply()'],['../classlsCalculateCurvatures.html#a4a5bb7217d4680f7b9180bf7053d10b5',1,'lsCalculateCurvatures::apply()'],['../classlsBooleanOperation.html#a5b2168e5f32f6893b832074ff32f6526',1,'lsBooleanOperation::apply()'],['../classlsWriteVisualizationMesh.html#ae1674518ec3ce27c909ca832c68c38e7',1,'lsWriteVisualizationMesh::apply()'],['../classlsMarkVoidPoints.html#a843e2f3333c62eec585d8eb765a07a3c',1,'lsMarkVoidPoints::apply()'],['../classlsPrune.html#a4c7c29b4fd19be9990e5910c6d16c625',1,'lsPrune::apply()'],['../classlsReader.html#a5c9cdd618ebb3b6332499b41aee9d8ad',1,'lsReader::apply()'],['../classlsReduce.html#a637a2597465ce102c290b5e7d1f7c547',1,'lsReduce::apply()'],['../classlsRemoveStrayPoints.html#a157bfc95ec2563b89148956da10df897',1,'lsRemoveStrayPoints::apply()'],['../classlsToDiskMesh.html#a810c62ca12326e03c1610ad2350a261c',1,'lsToDiskMesh::apply()'],['../classlsToMesh.html#a7c671e886e5336f66a688a2066fd0ea1',1,'lsToMesh::apply()'],['../classlsToSurfaceMesh.html#a4e035b7d07ce2ef93442ba8e45856ee4',1,'lsToSurfaceMesh::apply()'],['../classlsToVoxelMesh.html#a95c11589b8c4928c11ce4feb44995499',1,'lsToVoxelMesh::apply()'],['../classlsTransformMesh.html#acdb5c39d30a367341a5189b177dbd836',1,'lsTransformMesh::apply()'],['../classlsVTKReader.html#aefb14ecf00954c0f8aa90a934eec4eb2',1,'lsVTKReader::apply()'],['../classlsVTKWriter.html#a905f6ada26f0e2eda0229a8549b8d763',1,'lsVTKWriter::apply()'],['../classlsWriter.html#a58d76dd0c0e1e49ce7ff03e3dd494fee',1,'lsWriter::apply()'],['../classlsMakeGeometry.html#a3256e05d1dec7d632f0ea1edef69f7b5',1,'lsMakeGeometry::apply()'],['../classViewFactorProcess.html#a7a6fc684ffeb89ffaf23f2ffd220767f',1,'ViewFactorProcess::apply()'],['../classlsAdvect.html#a7b6f35f0b35133d40ceeb866b5c733f3',1,'lsAdvect::apply()'],['../classlsBooleanOperation.html#a5b2168e5f32f6893b832074ff32f6526',1,'lsBooleanOperation::apply()'],['../classlsCalculateCurvatures.html#a4a5bb7217d4680f7b9180bf7053d10b5',1,'lsCalculateCurvatures::apply()'],['../classlsCalculateNormalVectors.html#ad613a081f288a83097fdbcfeb5b20825',1,'lsCalculateNormalVectors::apply()'],['../classlsCheck.html#ae203104b7edaacd9bcc61c9bb930c90e',1,'lsCheck::apply()'],['../classlsConvexHull.html#a241c5e598fa84f5a393ad28a42d67fb8',1,'lsConvexHull::apply()'],['../classlsDetectFeatures.html#adbdb153c34bd669c4b19bb93ff69e190',1,'lsDetectFeatures::apply()'],['../classlsExpand.html#af252c81a9cc628c837afb285a8834353',1,'lsExpand::apply()'],['../classlsFromMesh.html#a228a27a3e4f0101b9a99280c194b7016',1,'lsFromMesh::apply()'],['../classlsFromSurfaceMesh.html#a76fce6385cab0be5293718be04979086',1,'lsFromSurfaceMesh::apply()'],['../classlsFromVolumeMesh.html#a08f3315b80ae24108b2ad794d6e0d3a4',1,'lsFromVolumeMesh::apply()'],['../classlsGeometricAdvect.html#a798451757892dcb34d02e6b263780581',1,'lsGeometricAdvect::apply()'],['../classlsWriteVisualizationMesh.html#ae1674518ec3ce27c909ca832c68c38e7',1,'lsWriteVisualizationMesh::apply()'],['../classlsMarkVoidPoints.html#a843e2f3333c62eec585d8eb765a07a3c',1,'lsMarkVoidPoints::apply()'],['../classlsPrune.html#a4c7c29b4fd19be9990e5910c6d16c625',1,'lsPrune::apply()'],['../classlsReader.html#a5c9cdd618ebb3b6332499b41aee9d8ad',1,'lsReader::apply()'],['../classlsReduce.html#a637a2597465ce102c290b5e7d1f7c547',1,'lsReduce::apply()'],['../classlsRemoveStrayPoints.html#a157bfc95ec2563b89148956da10df897',1,'lsRemoveStrayPoints::apply()'],['../classlsToDiskMesh.html#a810c62ca12326e03c1610ad2350a261c',1,'lsToDiskMesh::apply()'],['../classlsToMesh.html#a7c671e886e5336f66a688a2066fd0ea1',1,'lsToMesh::apply()'],['../classlsToSurfaceMesh.html#a4e035b7d07ce2ef93442ba8e45856ee4',1,'lsToSurfaceMesh::apply()'],['../classlsToVoxelMesh.html#a95c11589b8c4928c11ce4feb44995499',1,'lsToVoxelMesh::apply()'],['../classlsTransformMesh.html#acdb5c39d30a367341a5189b177dbd836',1,'lsTransformMesh::apply()'],['../classlsVTKReader.html#aefb14ecf00954c0f8aa90a934eec4eb2',1,'lsVTKReader::apply()'],['../classlsVTKWriter.html#a905f6ada26f0e2eda0229a8549b8d763',1,'lsVTKWriter::apply()'],['../classlsWriter.html#a58d76dd0c0e1e49ce7ff03e3dd494fee',1,'lsWriter::apply()']]]
-];
diff --git a/docs/doxygen/html/search/functions_1.html b/docs/doxygen/html/search/functions_1.html
deleted file mode 100644
index 3b96b900..00000000
--- a/docs/doxygen/html/search/functions_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_1.js b/docs/doxygen/html/search/functions_1.js
deleted file mode 100644
index 26ee3a30..00000000
--- a/docs/doxygen/html/search/functions_1.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['begin_0',['begin',['../classlsPointCloud.html#a4b0a5ae4ab4a0ba5fb2245814d87ac93',1,'lsPointCloud::begin()'],['../classlsPointCloud.html#a4b0a5ae4ab4a0ba5fb2245814d87ac93',1,'lsPointCloud::begin()']]],
- ['bigstencilfromiterator_1',['bigStencilFromIterator',['../namespacelsInternal.html#ac5bacaf552b09c8044841756c5de4e1b',1,'lsInternal']]]
-];
diff --git a/docs/doxygen/html/search/functions_10.html b/docs/doxygen/html/search/functions_10.html
deleted file mode 100644
index f0fe4893..00000000
--- a/docs/doxygen/html/search/functions_10.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_10.js b/docs/doxygen/html/search/functions_10.js
deleted file mode 100644
index abb2bf96..00000000
--- a/docs/doxygen/html/search/functions_10.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var searchData=
-[
- ['viewfactor_0',['viewfactor',['../classViewFactorDistribution.html#aeecd38282f6ba0d8fb2d0ae4fc980d63',1,'ViewFactorDistribution']]],
- ['viewfactordistribution_1',['ViewFactorDistribution',['../classViewFactorDistribution.html#ab53f7fe83da78517f7c7b51be3d03288',1,'ViewFactorDistribution']]],
- ['viewfactorprocess_2',['ViewFactorProcess',['../classViewFactorProcess.html#ac40efbfa916cdc1431c6b3b9f4bcd17a',1,'ViewFactorProcess::ViewFactorProcess()'],['../classViewFactorProcess.html#acc54f7ab2e10ff4fbf2a7973ecc9fdfe',1,'ViewFactorProcess::ViewFactorProcess(LSPtrType passedSubstrate)']]]
-];
diff --git a/docs/doxygen/html/search/functions_11.html b/docs/doxygen/html/search/functions_11.html
deleted file mode 100644
index fb95b058..00000000
--- a/docs/doxygen/html/search/functions_11.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_11.js b/docs/doxygen/html/search/functions_11.js
deleted file mode 100644
index a72bcd12..00000000
--- a/docs/doxygen/html/search/functions_11.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var searchData=
-[
- ['weno3_0',['weno3',['../classlsInternal_1_1lsFiniteDifferences.html#a79d98864e22c1e1f124e334ba6c0387e',1,'lsInternal::lsFiniteDifferences::weno3(const T *x, T delta, bool plus, T eps=1e-6)'],['../classlsInternal_1_1lsFiniteDifferences.html#a79d98864e22c1e1f124e334ba6c0387e',1,'lsInternal::lsFiniteDifferences::weno3(const T *x, T delta, bool plus, T eps=1e-6)']]],
- ['weno5_1',['weno5',['../classlsInternal_1_1lsFiniteDifferences.html#ab0b417ce562ed42a8b484dd7214e8a13',1,'lsInternal::lsFiniteDifferences::weno5(const T *x, T dx, bool plus, T eps=1e-6)'],['../classlsInternal_1_1lsFiniteDifferences.html#ab0b417ce562ed42a8b484dd7214e8a13',1,'lsInternal::lsFiniteDifferences::weno5(const T *x, T dx, bool plus, T eps=1e-6)']]],
- ['what_2',['what',['../classlsCheck.html#aeb83d0fe006beb8f5d78e8b3c9872f2e',1,'lsCheck::what() const'],['../classlsCheck.html#aeb83d0fe006beb8f5d78e8b3c9872f2e',1,'lsCheck::what() const']]]
-];
diff --git a/docs/doxygen/html/search/functions_12.html b/docs/doxygen/html/search/functions_12.html
deleted file mode 100644
index 292fd4a7..00000000
--- a/docs/doxygen/html/search/functions_12.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_12.js b/docs/doxygen/html/search/functions_12.js
deleted file mode 100644
index cee4e5c1..00000000
--- a/docs/doxygen/html/search/functions_12.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['_7elsgeometricadvectdistribution_0',['~lsGeometricAdvectDistribution',['../classlsGeometricAdvectDistribution.html#af1cac2fe8eb887b30165fe636b719d67',1,'lsGeometricAdvectDistribution::~lsGeometricAdvectDistribution()'],['../classlsGeometricAdvectDistribution.html#af1cac2fe8eb887b30165fe636b719d67',1,'lsGeometricAdvectDistribution::~lsGeometricAdvectDistribution()']]],
- ['_7elsvelocityfield_1',['~lsVelocityField',['../classlsVelocityField.html#a584c90d1d3e35d43e657a57ecaa12d45',1,'lsVelocityField::~lsVelocityField()'],['../classlsVelocityField.html#a584c90d1d3e35d43e657a57ecaa12d45',1,'lsVelocityField::~lsVelocityField()']]]
-];
diff --git a/docs/doxygen/html/search/functions_2.html b/docs/doxygen/html/search/functions_2.html
deleted file mode 100644
index 1f16d2ae..00000000
--- a/docs/doxygen/html/search/functions_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_2.js b/docs/doxygen/html/search/functions_2.js
deleted file mode 100644
index a125a12e..00000000
--- a/docs/doxygen/html/search/functions_2.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var searchData=
-[
- ['calculategradient_0',['calculateGradient',['../classlsInternal_1_1lsFiniteDifferences.html#a4d0e845db587f2dd7d624d53b893f72f',1,'lsInternal::lsFiniteDifferences::calculateGradient(const T *values, const double &delta)'],['../classlsInternal_1_1lsFiniteDifferences.html#a4d0e845db587f2dd7d624d53b893f72f',1,'lsInternal::lsFiniteDifferences::calculateGradient(const T *values, const double &delta)']]],
- ['calculategradientdiff_1',['calculateGradientDiff',['../classlsInternal_1_1lsFiniteDifferences.html#a602e63e25f54ece3466a5d3e391fc55f',1,'lsInternal::lsFiniteDifferences::calculateGradientDiff(const T *values, const double &delta)'],['../classlsInternal_1_1lsFiniteDifferences.html#a602e63e25f54ece3466a5d3e391fc55f',1,'lsInternal::lsFiniteDifferences::calculateGradientDiff(const T *values, const double &delta)']]],
- ['clear_2',['clear',['../classlsMesh.html#a04b852bf429a4022800b59515e64a43a',1,'lsMesh::clear()'],['../classlsPointData.html#ae4605de670b5af2def0b3efdb048a942',1,'lsPointData::clear()'],['../classlsMesh.html#a04b852bf429a4022800b59515e64a43a',1,'lsMesh::clear()'],['../classlsPointData.html#ae4605de670b5af2def0b3efdb048a942',1,'lsPointData::clear()']]],
- ['clearmetadata_3',['clearMetaData',['../classlsDomain.html#a335f146054c0610326fc51436ae620bc',1,'lsDomain::clearMetaData()'],['../classlsDomain.html#a335f146054c0610326fc51436ae620bc',1,'lsDomain::clearMetaData()']]]
-];
diff --git a/docs/doxygen/html/search/functions_3.html b/docs/doxygen/html/search/functions_3.html
deleted file mode 100644
index 0b37ee2f..00000000
--- a/docs/doxygen/html/search/functions_3.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_3.js b/docs/doxygen/html/search/functions_3.js
deleted file mode 100644
index 6ac1b577..00000000
--- a/docs/doxygen/html/search/functions_3.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var searchData=
-[
- ['deepcopy_0',['deepCopy',['../classlsDomain.html#a32213467746efd0977a84b7a5d7de743',1,'lsDomain::deepCopy(const lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsDomain.html#a32213467746efd0977a84b7a5d7de743',1,'lsDomain::deepCopy(const lsSmartPointer< lsDomain< T, D > > passedlsDomain)']]],
- ['deserialize_1',['deserialize',['../classlsDomain.html#aebe97f435fd89c0d10f0b12f747f8dee',1,'lsDomain::deserialize()'],['../classlsPointData.html#a682ceb0ce5c8d13d38957a74d96a252e',1,'lsPointData::deserialize()'],['../classlsDomain.html#aebe97f435fd89c0d10f0b12f747f8dee',1,'lsDomain::deserialize()'],['../classlsPointData.html#a682ceb0ce5c8d13d38957a74d96a252e',1,'lsPointData::deserialize()']]],
- ['differencenegative_2',['differenceNegative',['../classlsInternal_1_1lsFiniteDifferences.html#a7d255b73875af1f1345aec82db1df762',1,'lsInternal::lsFiniteDifferences::differenceNegative(const T *values, const double &delta)'],['../classlsInternal_1_1lsFiniteDifferences.html#a7d255b73875af1f1345aec82db1df762',1,'lsInternal::lsFiniteDifferences::differenceNegative(const T *values, const double &delta)']]],
- ['differencepositive_3',['differencePositive',['../classlsInternal_1_1lsFiniteDifferences.html#aee7d45bd89a59a4b42f21748f6641cdd',1,'lsInternal::lsFiniteDifferences::differencePositive(const T *values, const double &delta)'],['../classlsInternal_1_1lsFiniteDifferences.html#aee7d45bd89a59a4b42f21748f6641cdd',1,'lsInternal::lsFiniteDifferences::differencePositive(const T *values, const double &delta)']]],
- ['dot_4',['dot',['../classViewFactorDistribution.html#afc281981f5357ca2d8763306c43c9364',1,'ViewFactorDistribution']]],
- ['drdt_5',['drdt',['../classViewFactorDistribution.html#a3b97e7c3cd0a77b3a0116e50e08366cb',1,'ViewFactorDistribution']]]
-];
diff --git a/docs/doxygen/html/search/functions_4.html b/docs/doxygen/html/search/functions_4.html
deleted file mode 100644
index 0eaf2b4a..00000000
--- a/docs/doxygen/html/search/functions_4.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_4.js b/docs/doxygen/html/search/functions_4.js
deleted file mode 100644
index e813992b..00000000
--- a/docs/doxygen/html/search/functions_4.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var searchData=
-[
- ['empty_0',['empty',['../classlsPointData.html#a94ecd32b8ef890831d819453abf5258d',1,'lsPointData::empty()'],['../classlsPointData.html#a94ecd32b8ef890831d819453abf5258d',1,'lsPointData::empty()']]],
- ['end_1',['end',['../classlsPointCloud.html#a3aaad3c6ad7258cbad18b8dc17c675c0',1,'lsPointCloud::end()'],['../classlsPointCloud.html#a3aaad3c6ad7258cbad18b8dc17c675c0',1,'lsPointCloud::end()']]],
- ['erasescalardata_2',['eraseScalarData',['../classlsPointData.html#ab61572daa79898ed3c84377c4af739b1',1,'lsPointData::eraseScalarData(int index)'],['../classlsPointData.html#ab61572daa79898ed3c84377c4af739b1',1,'lsPointData::eraseScalarData(int index)']]],
- ['erasevectordata_3',['eraseVectorData',['../classlsPointData.html#ade244809d00be4e306c320c0ce729feb',1,'lsPointData::eraseVectorData(int index)'],['../classlsPointData.html#ade244809d00be4e306c320c0ce729feb',1,'lsPointData::eraseVectorData(int index)']]]
-];
diff --git a/docs/doxygen/html/search/functions_5.html b/docs/doxygen/html/search/functions_5.html
deleted file mode 100644
index eaa27697..00000000
--- a/docs/doxygen/html/search/functions_5.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_5.js b/docs/doxygen/html/search/functions_5.js
deleted file mode 100644
index 71752650..00000000
--- a/docs/doxygen/html/search/functions_5.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['finalize_0',['finalize',['../classlsDomain.html#a413380ae4d497ab06c56e28aaea6c2ce',1,'lsDomain::finalize(int newWidth)'],['../classlsDomain.html#ad3d4f7ece6737806c42f642aa42d8309',1,'lsDomain::finalize()'],['../classlsDomain.html#a413380ae4d497ab06c56e28aaea6c2ce',1,'lsDomain::finalize(int newWidth)'],['../classlsDomain.html#ad3d4f7ece6737806c42f642aa42d8309',1,'lsDomain::finalize()']]]
-];
diff --git a/docs/doxygen/html/search/functions_6.html b/docs/doxygen/html/search/functions_6.html
deleted file mode 100644
index 25d1cc81..00000000
--- a/docs/doxygen/html/search/functions_6.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_6.js b/docs/doxygen/html/search/functions_6.js
deleted file mode 100644
index cb187304..00000000
--- a/docs/doxygen/html/search/functions_6.js
+++ /dev/null
@@ -1,40 +0,0 @@
-var searchData=
-[
- ['gaussiancurvature_0',['gaussianCurvature',['../namespacelsInternal.html#abee0952a38ee9d2dd729b2c5b6006591',1,'lsInternal']]],
- ['gaussiancurvature3d_1',['gaussianCurvature3D',['../namespacelsInternal.html#a8408b8dfc9c76d40f01093cb33091c81',1,'lsInternal']]],
- ['getadvectedtime_2',['getAdvectedTime',['../classlsAdvect.html#ab3aa1882d86169065989b55c839f061a',1,'lsAdvect::getAdvectedTime()'],['../classlsAdvect.html#ab3aa1882d86169065989b55c839f061a',1,'lsAdvect::getAdvectedTime()']]],
- ['getbounds_3',['getBounds',['../classlsSphereDistribution.html#a61215c7801d27584e84e0e54388601d8',1,'lsSphereDistribution::getBounds()'],['../classViewFactorDistribution.html#a195e3eed6d467b738b7cfde6fe3e47fc',1,'ViewFactorDistribution::getBounds()'],['../classlsBoxDistribution.html#a62d0122283bdf5c697ffe8b9c8b2cc89',1,'lsBoxDistribution::getBounds()'],['../classlsGeometricAdvectDistribution.html#a5e074d9fc15e80cd8370e3b1ab5f7d67',1,'lsGeometricAdvectDistribution::getBounds() const =0'],['../classlsGeometricAdvectDistribution.html#a5e074d9fc15e80cd8370e3b1ab5f7d67',1,'lsGeometricAdvectDistribution::getBounds() const =0'],['../classlsBoxDistribution.html#a62d0122283bdf5c697ffe8b9c8b2cc89',1,'lsBoxDistribution::getBounds()'],['../classlsSphereDistribution.html#a61215c7801d27584e84e0e54388601d8',1,'lsSphereDistribution::getBounds()']]],
- ['getcalculatenormalvectors_4',['getCalculateNormalVectors',['../classlsAdvect.html#a8a9e64c2f053d28d459d5742f18f424b',1,'lsAdvect::getCalculateNormalVectors()'],['../classlsAdvect.html#a8a9e64c2f053d28d459d5742f18f424b',1,'lsAdvect::getCalculateNormalVectors()']]],
- ['getcelldata_5',['getCellData',['../classlsMesh.html#a04bfb7899869f4db02cf7c84abc5528c',1,'lsMesh::getCellData()'],['../classlsMesh.html#ad8c7e5b4b0e85ed270dbb583d6c8d982',1,'lsMesh::getCellData() const'],['../classlsMesh.html#ad8c7e5b4b0e85ed270dbb583d6c8d982',1,'lsMesh::getCellData() const'],['../classlsMesh.html#a04bfb7899869f4db02cf7c84abc5528c',1,'lsMesh::getCellData()']]],
- ['getconnectedcomponents_6',['getConnectedComponents',['../classlsInternal_1_1lsGraph.html#a1f527a0458bb34272eab42c4be5c3d16',1,'lsInternal::lsGraph::getConnectedComponents()'],['../classlsInternal_1_1lsGraph.html#a1f527a0458bb34272eab42c4be5c3d16',1,'lsInternal::lsGraph::getConnectedComponents()']]],
- ['getdissipationalpha_7',['getDissipationAlpha',['../classlsVelocityField.html#a9e95150133beb47249897d05d2c4d9da',1,'lsVelocityField::getDissipationAlpha(int, int, const std::array< T, 3 > &)'],['../classlsVelocityField.html#a9e95150133beb47249897d05d2c4d9da',1,'lsVelocityField::getDissipationAlpha(int, int, const std::array< T, 3 > &)']]],
- ['getdomain_8',['getDomain',['../classlsDomain.html#ae5f3309a965ef29eb6ebcb14be21ee99',1,'lsDomain::getDomain()'],['../classlsDomain.html#af46c231822a856d950b55ddb680fb2df',1,'lsDomain::getDomain() const'],['../classlsDomain.html#af46c231822a856d950b55ddb680fb2df',1,'lsDomain::getDomain() const'],['../classlsDomain.html#ae5f3309a965ef29eb6ebcb14be21ee99',1,'lsDomain::getDomain()']]],
- ['getelements_9',['getElements',['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()'],['../classlsMesh.html#a78f5b29730b0687f9dae0bd60967c140',1,'lsMesh::getElements()']]],
- ['getfinalalphas_10',['getFinalAlphas',['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#ae382f43756d180c92a121df814ed513c',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::getFinalAlphas() const'],['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#ae382f43756d180c92a121df814ed513c',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::getFinalAlphas() const']]],
- ['getgrid_11',['getGrid',['../classlsDomain.html#a5ea7f6fa1b93f12330a281c4dcfbe381',1,'lsDomain::getGrid() const'],['../classlsDomain.html#a5ea7f6fa1b93f12330a281c4dcfbe381',1,'lsDomain::getGrid() const'],['../classlsDomain.html#ae31267c5027a4919be7f3c2d910a595e',1,'lsDomain::getGrid()'],['../classlsDomain.html#ae31267c5027a4919be7f3c2d910a595e',1,'lsDomain::getGrid()']]],
- ['getinstance_12',['getInstance',['../classlsMessage.html#a9e7b99f0901b5e4eac55c9a2145090f7',1,'lsMessage::getInstance()'],['../classlsMessage.html#a9e7b99f0901b5e4eac55c9a2145090f7',1,'lsMessage::getInstance()']]],
- ['getlevelsets_13',['getLevelSets',['../classlsFromVolumeMesh.html#adb06e9d1bda604e4d8a246904a3e099e',1,'lsFromVolumeMesh::getLevelSets() const'],['../classlsFromVolumeMesh.html#adb06e9d1bda604e4d8a246904a3e099e',1,'lsFromVolumeMesh::getLevelSets() const']]],
- ['getlevelsetwidth_14',['getLevelSetWidth',['../classlsDomain.html#a7c41c369debd2f5eeddfc7d4586d7116',1,'lsDomain::getLevelSetWidth() const'],['../classlsDomain.html#a7c41c369debd2f5eeddfc7d4586d7116',1,'lsDomain::getLevelSetWidth() const']]],
- ['getnodes_15',['getNodes',['../classlsMesh.html#a0e366bb9304308085a5c37e5da6e99ae',1,'lsMesh::getNodes() const'],['../classlsMesh.html#a0e366bb9304308085a5c37e5da6e99ae',1,'lsMesh::getNodes() const'],['../classlsMesh.html#a2d3570f65acdd84cbacd75d4352d6962',1,'lsMesh::getNodes()'],['../classlsMesh.html#a2d3570f65acdd84cbacd75d4352d6962',1,'lsMesh::getNodes()']]],
- ['getnumberofpoints_16',['getNumberOfPoints',['../classlsDomain.html#aeaedf9b83e01197f5e1ccf744364f25e',1,'lsDomain::getNumberOfPoints() const'],['../classlsDomain.html#aeaedf9b83e01197f5e1ccf744364f25e',1,'lsDomain::getNumberOfPoints() const']]],
- ['getnumberofsegments_17',['getNumberOfSegments',['../classlsDomain.html#a392c3fcfc0a5c09d19cc1c319c49e49d',1,'lsDomain::getNumberOfSegments() const'],['../classlsDomain.html#a392c3fcfc0a5c09d19cc1c319c49e49d',1,'lsDomain::getNumberOfSegments() const']]],
- ['getnumberoftimesteps_18',['getNumberOfTimeSteps',['../classlsAdvect.html#a77a15f986e3037afa870d4a5aab5162b',1,'lsAdvect::getNumberOfTimeSteps()'],['../classlsAdvect.html#a77a15f986e3037afa870d4a5aab5162b',1,'lsAdvect::getNumberOfTimeSteps()']]],
- ['getnumberofvalues_19',['getNumberOfValues',['../classlsInternal_1_1lsFiniteDifferences.html#a6ba90da7aa5d1d5d86c2ca3f7724a298',1,'lsInternal::lsFiniteDifferences::getNumberOfValues(DifferentiationSchemeEnum s)'],['../classlsInternal_1_1lsFiniteDifferences.html#a6ba90da7aa5d1d5d86c2ca3f7724a298',1,'lsInternal::lsFiniteDifferences::getNumberOfValues(DifferentiationSchemeEnum s)']]],
- ['getpointdata_20',['getPointData',['../classlsDomain.html#aeda612a44a8559e9ce421cc30834fed4',1,'lsDomain::getPointData()'],['../classlsDomain.html#aa92b3eede588844d1a8c89248862548d',1,'lsDomain::getPointData() const'],['../classlsMesh.html#a2454ee7aaa24c3d0dd31d87e6d0d65cc',1,'lsMesh::getPointData() const'],['../classlsMesh.html#a40b10e197a1594e6753091e9633b8a9b',1,'lsMesh::getPointData()'],['../classlsDomain.html#aeda612a44a8559e9ce421cc30834fed4',1,'lsDomain::getPointData()'],['../classlsDomain.html#aa92b3eede588844d1a8c89248862548d',1,'lsDomain::getPointData() const'],['../classlsMesh.html#a40b10e197a1594e6753091e9633b8a9b',1,'lsMesh::getPointData()'],['../classlsMesh.html#a2454ee7aaa24c3d0dd31d87e6d0d65cc',1,'lsMesh::getPointData() const']]],
- ['getscalardata_21',['getScalarData',['../classlsPointData.html#ab72bdc64972141ddc7551929c5a42830',1,'lsPointData::getScalarData(int index)'],['../classlsPointData.html#a11c4a9f39063845186eee1008865cf2c',1,'lsPointData::getScalarData(int index) const'],['../classlsPointData.html#ad33491760b48b855bdb6ede8cac9bd59',1,'lsPointData::getScalarData(std::string searchLabel)'],['../classlsPointData.html#a55fab9dff3511e65e1e1d50a181ef946',1,'lsPointData::getScalarData(std::string searchLabel) const'],['../classlsPointData.html#ab72bdc64972141ddc7551929c5a42830',1,'lsPointData::getScalarData(int index)'],['../classlsPointData.html#a11c4a9f39063845186eee1008865cf2c',1,'lsPointData::getScalarData(int index) const'],['../classlsPointData.html#ad33491760b48b855bdb6ede8cac9bd59',1,'lsPointData::getScalarData(std::string searchLabel)'],['../classlsPointData.html#a55fab9dff3511e65e1e1d50a181ef946',1,'lsPointData::getScalarData(std::string searchLabel) const']]],
- ['getscalardataindex_22',['getScalarDataIndex',['../classlsPointData.html#a116178c711b1d123952fff1631420b9f',1,'lsPointData::getScalarDataIndex(std::string searchLabel) const'],['../classlsPointData.html#a116178c711b1d123952fff1631420b9f',1,'lsPointData::getScalarDataIndex(std::string searchLabel) const']]],
- ['getscalardatalabel_23',['getScalarDataLabel',['../classlsPointData.html#a146172a79edbd51b8144c80ecc121177',1,'lsPointData::getScalarDataLabel(int index) const'],['../classlsPointData.html#a146172a79edbd51b8144c80ecc121177',1,'lsPointData::getScalarDataLabel(int index) const']]],
- ['getscalardatasize_24',['getScalarDataSize',['../classlsPointData.html#af34badefacc0fa40d24043dbb666220b',1,'lsPointData::getScalarDataSize() const'],['../classlsPointData.html#af34badefacc0fa40d24043dbb666220b',1,'lsPointData::getScalarDataSize() const']]],
- ['getscalarvelocity_25',['getScalarVelocity',['../classAirGapDeposition_1_1velocityField.html#a813cdcf72647f935971d8f464880bddc',1,'AirGapDeposition.velocityField.getScalarVelocity()'],['../classDeposition_1_1velocityField.html#ace0f1476f38402737f2a99a7c979b3ea',1,'Deposition.velocityField.getScalarVelocity()'],['../classlsVelocityField.html#a6bbdbe1f20c0236d92e444324a692244',1,'lsVelocityField::getScalarVelocity(const std::array< T, 3 > &, int, const std::array< T, 3 > &, unsigned long)'],['../classlsVelocityField.html#a6bbdbe1f20c0236d92e444324a692244',1,'lsVelocityField::getScalarVelocity(const std::array< T, 3 > &, int, const std::array< T, 3 > &, unsigned long)']]],
- ['getsigneddistance_26',['getSignedDistance',['../classViewFactorDistribution.html#a5e24f847c839dda1330bd0d165aaa6f9',1,'ViewFactorDistribution::getSignedDistance()'],['../classlsGeometricAdvectDistribution.html#a8c5148a2fe6d13dbb7bdfacd71bbb157',1,'lsGeometricAdvectDistribution::getSignedDistance()'],['../classlsSphereDistribution.html#a853bd24d56571eebd9853c3ca6b6bef1',1,'lsSphereDistribution::getSignedDistance()'],['../classlsBoxDistribution.html#a13f9c5a7fc74ee3e8388fee5490b34c4',1,'lsBoxDistribution::getSignedDistance()'],['../classlsGeometricAdvectDistribution.html#a8c5148a2fe6d13dbb7bdfacd71bbb157',1,'lsGeometricAdvectDistribution::getSignedDistance()'],['../classlsSphereDistribution.html#a853bd24d56571eebd9853c3ca6b6bef1',1,'lsSphereDistribution::getSignedDistance()'],['../classlsBoxDistribution.html#a13f9c5a7fc74ee3e8388fee5490b34c4',1,'lsBoxDistribution::getSignedDistance()']]],
- ['getstatus_27',['getStatus',['../classlsCheck.html#aeb3baf5265da7e0c4985d9258fb01e91',1,'lsCheck::getStatus() const'],['../classlsCheck.html#aeb3baf5265da7e0c4985d9258fb01e91',1,'lsCheck::getStatus() const']]],
- ['getthickness_28',['getThickness',['../classViewFactorDistribution.html#a5072d54621471c8812895badcef07e13',1,'ViewFactorDistribution']]],
- ['gettimestepratio_29',['getTimeStepRatio',['../classlsAdvect.html#a65951348ca5870a5b0caa8196358bdc2',1,'lsAdvect::getTimeStepRatio()'],['../classlsAdvect.html#a65951348ca5870a5b0caa8196358bdc2',1,'lsAdvect::getTimeStepRatio()']]],
- ['gettopthickness_30',['getTopThickness',['../classViewFactorDistribution.html#a91fb7799b50c5d8dc7c0162dfd8ab32a',1,'ViewFactorDistribution']]],
- ['getvectordata_31',['getVectorData',['../classlsPointData.html#afe6a833ac90a8aaff961cddf11f884a3',1,'lsPointData::getVectorData(int index)'],['../classlsPointData.html#ad5e79212bd807ca6c0e0ef032e5f4c00',1,'lsPointData::getVectorData(int index) const'],['../classlsPointData.html#ae11f864e5dea6630315cb680c4ec048f',1,'lsPointData::getVectorData(std::string searchLabel)'],['../classlsPointData.html#a46802ce3e9260ed5bdee7d97d45effaa',1,'lsPointData::getVectorData(std::string searchLabel) const'],['../classlsPointData.html#afe6a833ac90a8aaff961cddf11f884a3',1,'lsPointData::getVectorData(int index)'],['../classlsPointData.html#ad5e79212bd807ca6c0e0ef032e5f4c00',1,'lsPointData::getVectorData(int index) const'],['../classlsPointData.html#ae11f864e5dea6630315cb680c4ec048f',1,'lsPointData::getVectorData(std::string searchLabel)'],['../classlsPointData.html#a46802ce3e9260ed5bdee7d97d45effaa',1,'lsPointData::getVectorData(std::string searchLabel) const']]],
- ['getvectordataindex_32',['getVectorDataIndex',['../classlsPointData.html#aca5bf284b079052ed4cff4a642a21a89',1,'lsPointData::getVectorDataIndex(std::string searchLabel) const'],['../classlsPointData.html#aca5bf284b079052ed4cff4a642a21a89',1,'lsPointData::getVectorDataIndex(std::string searchLabel) const']]],
- ['getvectordatalabel_33',['getVectorDataLabel',['../classlsPointData.html#ae346fe438cbe799dae89c1a2ba576ded',1,'lsPointData::getVectorDataLabel(int index) const'],['../classlsPointData.html#ae346fe438cbe799dae89c1a2ba576ded',1,'lsPointData::getVectorDataLabel(int index) const']]],
- ['getvectordatasize_34',['getVectorDataSize',['../classlsPointData.html#aa70073aa2a8e950744d5234748b58f0c',1,'lsPointData::getVectorDataSize() const'],['../classlsPointData.html#aa70073aa2a8e950744d5234748b58f0c',1,'lsPointData::getVectorDataSize() const']]],
- ['getvectorvelocity_35',['getVectorVelocity',['../classAirGapDeposition_1_1velocityField.html#af34c19141117f6019e4d473de45347eb',1,'AirGapDeposition.velocityField.getVectorVelocity()'],['../classDeposition_1_1velocityField.html#a9e6dee2a9d23b4d5c214d2e3146488d6',1,'Deposition.velocityField.getVectorVelocity()'],['../classlsVelocityField.html#a74bf62969a1c05342f7bb18dc7a5eec4',1,'lsVelocityField::getVectorVelocity(const std::array< T, 3 > &, int, const std::array< T, 3 > &, unsigned long)'],['../classlsVelocityField.html#a74bf62969a1c05342f7bb18dc7a5eec4',1,'lsVelocityField::getVectorVelocity(const std::array< T, 3 > &, int, const std::array< T, 3 > &, unsigned long)']]],
- ['getvoidpointmarkers_36',['getVoidPointMarkers',['../classlsDomain.html#a704c7dbdc386293ea8f2a58e038ce662',1,'lsDomain::getVoidPointMarkers()'],['../classlsDomain.html#afd8f7a7f7142cfd91e8307b891be8ff8',1,'lsDomain::getVoidPointMarkers() const'],['../classlsDomain.html#a704c7dbdc386293ea8f2a58e038ce662',1,'lsDomain::getVoidPointMarkers()'],['../classlsDomain.html#afd8f7a7f7142cfd91e8307b891be8ff8',1,'lsDomain::getVoidPointMarkers() const']]]
-];
diff --git a/docs/doxygen/html/search/functions_7.html b/docs/doxygen/html/search/functions_7.html
deleted file mode 100644
index b6392eaa..00000000
--- a/docs/doxygen/html/search/functions_7.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_7.js b/docs/doxygen/html/search/functions_7.js
deleted file mode 100644
index 05170f4c..00000000
--- a/docs/doxygen/html/search/functions_7.js
+++ /dev/null
@@ -1,21 +0,0 @@
-var searchData=
-[
- ['insertnextedge_0',['insertNextEdge',['../classlsInternal_1_1lsGraph.html#aa641503c10309eed575c0a0a354f65ff',1,'lsInternal::lsGraph::insertNextEdge(std::size_t vertex1, std::size_t vertex2)'],['../classlsInternal_1_1lsGraph.html#aa641503c10309eed575c0a0a354f65ff',1,'lsInternal::lsGraph::insertNextEdge(std::size_t vertex1, std::size_t vertex2)']]],
- ['insertnextelement_1',['insertNextElement',['../classlsMesh.html#aeb03ebf9d3e05eb21e889e269b035d0f',1,'lsMesh::insertNextElement(const std::array< unsigned, 3 > &triangle)'],['../classlsMesh.html#ae2949ce1c86f0b6c866053471041d502',1,'lsMesh::insertNextElement(const std::array< unsigned, 8 > &hexa)'],['../classlsMesh.html#a4e4fc766b6f02aaa25c107ced8fbd297',1,'lsMesh::insertNextElement(const std::array< unsigned, 4 > &tetra)'],['../classlsMesh.html#ab5d02b8c2fd38f0db716ec1d197c4cb1',1,'lsMesh::insertNextElement(const std::array< unsigned, 2 > &line)'],['../classlsMesh.html#afaf91c842d170f9af2723550bc042ab6',1,'lsMesh::insertNextElement(const std::array< unsigned, 1 > &vertex)'],['../classlsMesh.html#ae2949ce1c86f0b6c866053471041d502',1,'lsMesh::insertNextElement(const std::array< unsigned, 8 > &hexa)'],['../classlsMesh.html#a4e4fc766b6f02aaa25c107ced8fbd297',1,'lsMesh::insertNextElement(const std::array< unsigned, 4 > &tetra)'],['../classlsMesh.html#aeb03ebf9d3e05eb21e889e269b035d0f',1,'lsMesh::insertNextElement(const std::array< unsigned, 3 > &triangle)'],['../classlsMesh.html#ab5d02b8c2fd38f0db716ec1d197c4cb1',1,'lsMesh::insertNextElement(const std::array< unsigned, 2 > &line)'],['../classlsMesh.html#afaf91c842d170f9af2723550bc042ab6',1,'lsMesh::insertNextElement(const std::array< unsigned, 1 > &vertex)']]],
- ['insertnexthexa_2',['insertNextHexa',['../classlsMesh.html#a52083651d8f1c17fd932948a26c36eb8',1,'lsMesh::insertNextHexa(const std::array< unsigned, 8 > &hexa)'],['../classlsMesh.html#a52083651d8f1c17fd932948a26c36eb8',1,'lsMesh::insertNextHexa(const std::array< unsigned, 8 > &hexa)']]],
- ['insertnextlevelset_3',['insertNextLevelSet',['../classlsToDiskMesh.html#a9503c21139281d91281274d8914470fa',1,'lsToDiskMesh::insertNextLevelSet()'],['../classlsWriteVisualizationMesh.html#aecf42877c3c1455668dfd69d7e284892',1,'lsWriteVisualizationMesh::insertNextLevelSet()'],['../classlsToVoxelMesh.html#a46711ad5c1ac168a631d560ff6470d08',1,'lsToVoxelMesh::insertNextLevelSet()'],['../classlsToDiskMesh.html#a9503c21139281d91281274d8914470fa',1,'lsToDiskMesh::insertNextLevelSet()'],['../classlsAdvect.html#a7d63f7b5dc62228e734223f5855a9c8f',1,'lsAdvect::insertNextLevelSet()'],['../classlsWriteVisualizationMesh.html#aecf42877c3c1455668dfd69d7e284892',1,'lsWriteVisualizationMesh::insertNextLevelSet()'],['../classlsToVoxelMesh.html#a46711ad5c1ac168a631d560ff6470d08',1,'lsToVoxelMesh::insertNextLevelSet()'],['../classlsAdvect.html#a7d63f7b5dc62228e734223f5855a9c8f',1,'lsAdvect::insertNextLevelSet()']]],
- ['insertnextline_4',['insertNextLine',['../classlsMesh.html#ad312684b5ee902221eb8230f807c0ce7',1,'lsMesh::insertNextLine(const std::array< unsigned, 2 > &line)'],['../classlsMesh.html#ad312684b5ee902221eb8230f807c0ce7',1,'lsMesh::insertNextLine(const std::array< unsigned, 2 > &line)']]],
- ['insertnextnode_5',['insertNextNode',['../classlsMesh.html#a54083a0fd1af79c2b899e685bf0eac1e',1,'lsMesh::insertNextNode(const std::array< T, 3 > &node)'],['../classlsMesh.html#a54083a0fd1af79c2b899e685bf0eac1e',1,'lsMesh::insertNextNode(const std::array< T, 3 > &node)']]],
- ['insertnextpoint_6',['insertNextPoint',['../classlsPointCloud.html#a98602a8018f9325b574a0b0220fb9d1f',1,'lsPointCloud::insertNextPoint(const std::vector< T > &newPoint)'],['../classlsPointCloud.html#a2cf5f098f6c488b4674f331510e62dac',1,'lsPointCloud::insertNextPoint(const std::array< T, D > newPoint)'],['../classlsPointCloud.html#ae04ce0224a95b6e243094775d3e59f7c',1,'lsPointCloud::insertNextPoint(T *newPoint)'],['../classlsPointCloud.html#aa4a02b2fc568419e193e9cc28b356386',1,'lsPointCloud::insertNextPoint(hrleVectorType< T, D > newPoint)'],['../classlsPointCloud.html#a2cf5f098f6c488b4674f331510e62dac',1,'lsPointCloud::insertNextPoint(const std::array< T, D > newPoint)'],['../classlsPointCloud.html#ae04ce0224a95b6e243094775d3e59f7c',1,'lsPointCloud::insertNextPoint(T *newPoint)'],['../classlsPointCloud.html#aa4a02b2fc568419e193e9cc28b356386',1,'lsPointCloud::insertNextPoint(hrleVectorType< T, D > newPoint)'],['../classlsPointCloud.html#a98602a8018f9325b574a0b0220fb9d1f',1,'lsPointCloud::insertNextPoint(const std::vector< T > &newPoint)']]],
- ['insertnextscalardata_7',['insertNextScalarData',['../classlsPointData.html#a419d3cfa0e992eb360b49477f4f1c8a5',1,'lsPointData::insertNextScalarData(const ScalarDataType &scalars, std::string label="Scalars")'],['../classlsPointData.html#a547554fbb15d9cac6737a278880d3568',1,'lsPointData::insertNextScalarData(ScalarDataType &&scalars, std::string label="Scalars")'],['../classlsPointData.html#a419d3cfa0e992eb360b49477f4f1c8a5',1,'lsPointData::insertNextScalarData(const ScalarDataType &scalars, std::string label="Scalars")'],['../classlsPointData.html#a547554fbb15d9cac6737a278880d3568',1,'lsPointData::insertNextScalarData(ScalarDataType &&scalars, std::string label="Scalars")']]],
- ['insertnexttetra_8',['insertNextTetra',['../classlsMesh.html#a6f6767d602c3ed66ce3b1a3b48359530',1,'lsMesh::insertNextTetra(const std::array< unsigned, 4 > &tetra)'],['../classlsMesh.html#a6f6767d602c3ed66ce3b1a3b48359530',1,'lsMesh::insertNextTetra(const std::array< unsigned, 4 > &tetra)']]],
- ['insertnexttriangle_9',['insertNextTriangle',['../classlsMesh.html#a97414ee5e2bbdca74c3769821eeaf36f',1,'lsMesh::insertNextTriangle(const std::array< unsigned, 3 > &triangle)'],['../classlsMesh.html#a97414ee5e2bbdca74c3769821eeaf36f',1,'lsMesh::insertNextTriangle(const std::array< unsigned, 3 > &triangle)']]],
- ['insertnextuniquepoint_10',['insertNextUniquePoint',['../classlsPointCloud.html#a8aafc9be8b01407dbf30f57ac2d3050a',1,'lsPointCloud::insertNextUniquePoint(hrleVectorType< T, D > newPoint)'],['../classlsPointCloud.html#a8aafc9be8b01407dbf30f57ac2d3050a',1,'lsPointCloud::insertNextUniquePoint(hrleVectorType< T, D > newPoint)']]],
- ['insertnextvectordata_11',['insertNextVectorData',['../classlsPointData.html#afd33aa3f404bc85d59a53894cc48cc8e',1,'lsPointData::insertNextVectorData(const VectorDataType &vectors, std::string label="Vectors")'],['../classlsPointData.html#a9f8905112fc5e616f8203ddb19b244f3',1,'lsPointData::insertNextVectorData(VectorDataType &&vectors, std::string label="Vectors")'],['../classlsPointData.html#afd33aa3f404bc85d59a53894cc48cc8e',1,'lsPointData::insertNextVectorData(const VectorDataType &vectors, std::string label="Vectors")'],['../classlsPointData.html#a9f8905112fc5e616f8203ddb19b244f3',1,'lsPointData::insertNextVectorData(VectorDataType &&vectors, std::string label="Vectors")']]],
- ['insertnextvertex_12',['insertNextVertex',['../classlsInternal_1_1lsGraph.html#a9dce145ce183b327cce81633ed5b0e19',1,'lsInternal::lsGraph::insertNextVertex()'],['../classlsMesh.html#a8b5c5533b6dab1a7f491350d11c4ea2b',1,'lsMesh::insertNextVertex(const std::array< unsigned, 1 > &vertex)'],['../classlsMesh.html#a8b5c5533b6dab1a7f491350d11c4ea2b',1,'lsMesh::insertNextVertex(const std::array< unsigned, 1 > &vertex)'],['../classlsInternal_1_1lsGraph.html#a9dce145ce183b327cce81633ed5b0e19',1,'lsInternal::lsGraph::insertNextVertex()']]],
- ['insertpoints_13',['insertPoints',['../classlsDomain.html#aafee5214479c6a4519c2ec2ec4e5671e',1,'lsDomain::insertPoints(PointValueVectorType pointData, bool sort=true)'],['../classlsDomain.html#aafee5214479c6a4519c2ec2ec4e5671e',1,'lsDomain::insertPoints(PointValueVectorType pointData, bool sort=true)']]],
- ['is_5ffinished_14',['is_finished',['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a2af42d0cf34305195a68a06f3967e36f',1,'lsFromSurfaceMesh::box::iterator::is_finished() const'],['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a2af42d0cf34305195a68a06f3967e36f',1,'lsFromSurfaceMesh::box::iterator::is_finished() const']]],
- ['isinside_15',['isInside',['../classlsSphereDistribution.html#a715191701b70de55d0420a7b0a03c00d',1,'lsSphereDistribution::isInside()'],['../classlsBoxDistribution.html#af169a5e556d57311c2207cc7560fbebf',1,'lsBoxDistribution::isInside()'],['../classlsSphereDistribution.html#a715191701b70de55d0420a7b0a03c00d',1,'lsSphereDistribution::isInside()'],['../classlsGeometricAdvectDistribution.html#a100184ca8c5fd3e7b53f1328e5aa5b30',1,'lsGeometricAdvectDistribution::isInside()'],['../classlsBoxDistribution.html#af169a5e556d57311c2207cc7560fbebf',1,'lsBoxDistribution::isInside()'],['../classlsGeometricAdvectDistribution.html#a100184ca8c5fd3e7b53f1328e5aa5b30',1,'lsGeometricAdvectDistribution::isInside()'],['../classViewFactorDistribution.html#af9e2e2dd4187bb96830122720f918265',1,'ViewFactorDistribution::isInside()']]],
- ['isvalid_16',['isValid',['../classlsCheck.html#a44a6cbe3c47a217c5c40020d248a443b',1,'lsCheck::isValid() const'],['../classlsCheck.html#a44a6cbe3c47a217c5c40020d248a443b',1,'lsCheck::isValid() const']]],
- ['iterator_17',['iterator',['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a1938cb8af1a7ceb59d909a4d7a829560',1,'lsFromSurfaceMesh::box::iterator::iterator(const box &bx)'],['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a1938cb8af1a7ceb59d909a4d7a829560',1,'lsFromSurfaceMesh::box::iterator::iterator(const box &bx)']]]
-];
diff --git a/docs/doxygen/html/search/functions_8.html b/docs/doxygen/html/search/functions_8.html
deleted file mode 100644
index ecf6a892..00000000
--- a/docs/doxygen/html/search/functions_8.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_8.js b/docs/doxygen/html/search/functions_8.js
deleted file mode 100644
index 628ce11f..00000000
--- a/docs/doxygen/html/search/functions_8.js
+++ /dev/null
@@ -1,51 +0,0 @@
-var searchData=
-[
- ['lsadvect_0',['lsAdvect',['../classlsAdvect.html#a2a519664b3d7b333fd4800692b0e13ad',1,'lsAdvect::lsAdvect(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsAdvect.html#a01d918cef7cb999db48fa93a96828f0d',1,'lsAdvect::lsAdvect(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< VelocityField > passedVelocities)'],['../classlsAdvect.html#a2368631b9ced18dd258ad92611058d6c',1,'lsAdvect::lsAdvect(lsSmartPointer< VelocityField > passedVelocities)'],['../classlsAdvect.html#a0237e760f65750ed22baf06a07b3e7ad',1,'lsAdvect::lsAdvect(std::vector< lsSmartPointer< lsDomain< T, D > > > passedlsDomains, lsSmartPointer< VelocityField > passedVelocities)'],['../classlsAdvect.html#a04133cfc8f477fa8357e8ebda371dc1d',1,'lsAdvect::lsAdvect()'],['../classlsAdvect.html#a2a519664b3d7b333fd4800692b0e13ad',1,'lsAdvect::lsAdvect(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsAdvect.html#a01d918cef7cb999db48fa93a96828f0d',1,'lsAdvect::lsAdvect(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< VelocityField > passedVelocities)'],['../classlsAdvect.html#a2368631b9ced18dd258ad92611058d6c',1,'lsAdvect::lsAdvect(lsSmartPointer< VelocityField > passedVelocities)'],['../classlsAdvect.html#a0237e760f65750ed22baf06a07b3e7ad',1,'lsAdvect::lsAdvect(std::vector< lsSmartPointer< lsDomain< T, D > > > passedlsDomains, lsSmartPointer< VelocityField > passedVelocities)'],['../classlsAdvect.html#a04133cfc8f477fa8357e8ebda371dc1d',1,'lsAdvect::lsAdvect()']]],
- ['lsbooleanoperation_1',['lsBooleanOperation',['../classlsBooleanOperation.html#aefd8406e5c83b55a6504970f7381926b',1,'lsBooleanOperation::lsBooleanOperation(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsBooleanOperationEnum passedOperation=lsBooleanOperationEnum::INVERT)'],['../classlsBooleanOperation.html#a3b97795ee76dbef7bf13fcb49310b3f1',1,'lsBooleanOperation::lsBooleanOperation(lsSmartPointer< lsDomain< T, D > > passedlsDomainA, lsSmartPointer< lsDomain< T, D > > passedlsDomainB, lsBooleanOperationEnum passedOperation=lsBooleanOperationEnum::INTERSECT)'],['../classlsBooleanOperation.html#a97ba78a60c2bb752108bafe824a8ba64',1,'lsBooleanOperation::lsBooleanOperation()'],['../classlsBooleanOperation.html#a3b97795ee76dbef7bf13fcb49310b3f1',1,'lsBooleanOperation::lsBooleanOperation(lsSmartPointer< lsDomain< T, D > > passedlsDomainA, lsSmartPointer< lsDomain< T, D > > passedlsDomainB, lsBooleanOperationEnum passedOperation=lsBooleanOperationEnum::INTERSECT)'],['../classlsBooleanOperation.html#aefd8406e5c83b55a6504970f7381926b',1,'lsBooleanOperation::lsBooleanOperation(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsBooleanOperationEnum passedOperation=lsBooleanOperationEnum::INVERT)'],['../classlsBooleanOperation.html#a97ba78a60c2bb752108bafe824a8ba64',1,'lsBooleanOperation::lsBooleanOperation()']]],
- ['lsbox_2',['lsBox',['../classlsBox.html#ae9c2f72de7a9b9368faa23bedd338fd9',1,'lsBox::lsBox()'],['../classlsBox.html#a9e48a66eb1360c3d9f3861d44c79c02d',1,'lsBox::lsBox(hrleVectorType< T, D > passedMinCorner, hrleVectorType< T, D > passedMaxCorner)'],['../classlsBox.html#a917a45d47f87ce7a01f085daa46640b4',1,'lsBox::lsBox(const T *passedMinCorner, const T *passedMaxCorner)'],['../classlsBox.html#ae99ac1d4398fe4cfdf1e801d6aec0842',1,'lsBox::lsBox(const std::vector< T > &passedMinCorner, const std::vector< T > &passedMaxCorner)'],['../classlsBox.html#ae9c2f72de7a9b9368faa23bedd338fd9',1,'lsBox::lsBox()'],['../classlsBox.html#a9e48a66eb1360c3d9f3861d44c79c02d',1,'lsBox::lsBox(hrleVectorType< T, D > passedMinCorner, hrleVectorType< T, D > passedMaxCorner)'],['../classlsBox.html#a917a45d47f87ce7a01f085daa46640b4',1,'lsBox::lsBox(const T *passedMinCorner, const T *passedMaxCorner)'],['../classlsBox.html#ae99ac1d4398fe4cfdf1e801d6aec0842',1,'lsBox::lsBox(const std::vector< T > &passedMinCorner, const std::vector< T > &passedMaxCorner)']]],
- ['lsboxdistribution_3',['lsBoxDistribution',['../classlsBoxDistribution.html#a137264971002f2feb6bfc044e3b8e4ab',1,'lsBoxDistribution::lsBoxDistribution(const std::array< T, 3 > &halfAxes, const T delta)'],['../classlsBoxDistribution.html#a137264971002f2feb6bfc044e3b8e4ab',1,'lsBoxDistribution::lsBoxDistribution(const std::array< T, 3 > &halfAxes, const T delta)']]],
- ['lscalculatecurvatures_4',['lsCalculateCurvatures',['../classlsCalculateCurvatures.html#ab51f7c32a0c4b426ef83e9a5b2ab7853',1,'lsCalculateCurvatures::lsCalculateCurvatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsCurvatureEnum method)'],['../classlsCalculateCurvatures.html#ab51f7c32a0c4b426ef83e9a5b2ab7853',1,'lsCalculateCurvatures::lsCalculateCurvatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsCurvatureEnum method)'],['../classlsCalculateCurvatures.html#a447d8b9199ecad0985ea16e859ee3bed',1,'lsCalculateCurvatures::lsCalculateCurvatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsCalculateCurvatures.html#ad69f10b701811787960502f3096111ac',1,'lsCalculateCurvatures::lsCalculateCurvatures()'],['../classlsCalculateCurvatures.html#a447d8b9199ecad0985ea16e859ee3bed',1,'lsCalculateCurvatures::lsCalculateCurvatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsCalculateCurvatures.html#ad69f10b701811787960502f3096111ac',1,'lsCalculateCurvatures::lsCalculateCurvatures()']]],
- ['lscalculatenormalvectors_5',['lsCalculateNormalVectors',['../classlsCalculateNormalVectors.html#a83f4d828940212da64e23c9e13849839',1,'lsCalculateNormalVectors::lsCalculateNormalVectors()'],['../classlsCalculateNormalVectors.html#a2f699d4d686ac31a8849a1d1e669552f',1,'lsCalculateNormalVectors::lsCalculateNormalVectors(lsSmartPointer< lsDomain< T, D > > passedLevelSet, T passedMaxValue=0.5)'],['../classlsCalculateNormalVectors.html#a83f4d828940212da64e23c9e13849839',1,'lsCalculateNormalVectors::lsCalculateNormalVectors()'],['../classlsCalculateNormalVectors.html#a2f699d4d686ac31a8849a1d1e669552f',1,'lsCalculateNormalVectors::lsCalculateNormalVectors(lsSmartPointer< lsDomain< T, D > > passedLevelSet, T passedMaxValue=0.5)']]],
- ['lscheck_6',['lsCheck',['../classlsCheck.html#ab57ee7a75936ca725172236c80a0e8ae',1,'lsCheck::lsCheck()'],['../classlsCheck.html#aea6ad1bd976ece48e7a6f8fa051c152c',1,'lsCheck::lsCheck(lsSmartPointer< lsDomain< T, D > > passedLevelSet, bool print=false)'],['../classlsCheck.html#ab57ee7a75936ca725172236c80a0e8ae',1,'lsCheck::lsCheck()'],['../classlsCheck.html#aea6ad1bd976ece48e7a6f8fa051c152c',1,'lsCheck::lsCheck(lsSmartPointer< lsDomain< T, D > > passedLevelSet, bool print=false)']]],
- ['lsconvexhull_7',['lsConvexHull',['../classlsConvexHull.html#a98387dd99751fcdfe0e53ae8bdeece20',1,'lsConvexHull::lsConvexHull(lsSmartPointer< lsMesh< T > > passedMesh, lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)'],['../classlsConvexHull.html#a98387dd99751fcdfe0e53ae8bdeece20',1,'lsConvexHull::lsConvexHull(lsSmartPointer< lsMesh< T > > passedMesh, lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)'],['../classlsConvexHull.html#a08cf7b9bf7a6ecceb0f61ccdd4c632f7',1,'lsConvexHull::lsConvexHull()'],['../classlsConvexHull.html#a08cf7b9bf7a6ecceb0f61ccdd4c632f7',1,'lsConvexHull::lsConvexHull()']]],
- ['lscylinder_8',['lsCylinder',['../classlsCylinder.html#af643ce05e56fefac5b6da22f937f3a56',1,'lsCylinder::lsCylinder()'],['../classlsCylinder.html#af9588284f25743ccba22a33df82d2baa',1,'lsCylinder::lsCylinder(hrleVectorType< T, D > passedOrigin, hrleVectorType< T, D > passedAxisDirection, T passedHeight, T passedRadius)'],['../classlsCylinder.html#a0347bd3d992cf8065424d7676a915190',1,'lsCylinder::lsCylinder(const T *passedOrigin, const T *passedAxisDirection, const T passedHeight, const T passedRadius)'],['../classlsCylinder.html#ab416149af6baadf7b60f00897869b325',1,'lsCylinder::lsCylinder(std::vector< T > passedOrigin, std::vector< T > passedAxisDirection, T passedHeight, T passedRadius)'],['../classlsCylinder.html#af643ce05e56fefac5b6da22f937f3a56',1,'lsCylinder::lsCylinder()'],['../classlsCylinder.html#af9588284f25743ccba22a33df82d2baa',1,'lsCylinder::lsCylinder(hrleVectorType< T, D > passedOrigin, hrleVectorType< T, D > passedAxisDirection, T passedHeight, T passedRadius)'],['../classlsCylinder.html#a0347bd3d992cf8065424d7676a915190',1,'lsCylinder::lsCylinder(const T *passedOrigin, const T *passedAxisDirection, const T passedHeight, const T passedRadius)'],['../classlsCylinder.html#ab416149af6baadf7b60f00897869b325',1,'lsCylinder::lsCylinder(std::vector< T > passedOrigin, std::vector< T > passedAxisDirection, T passedHeight, T passedRadius)']]],
- ['lsdetectfeatures_9',['lsDetectFeatures',['../classlsDetectFeatures.html#a62f51df8b1aecf6ce09f273d376a36aa',1,'lsDetectFeatures::lsDetectFeatures()'],['../classlsDetectFeatures.html#a0b4bb5f64ba586721065a732417cfc38',1,'lsDetectFeatures::lsDetectFeatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsDetectFeatures.html#ac17abe7fc4a5f9f46212e8ef9d38f881',1,'lsDetectFeatures::lsDetectFeatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet, T passedLimit, lsFeatureDetectionEnum passedMethod)'],['../classlsDetectFeatures.html#a9e3e676a1891b4f43596af452f21179a',1,'lsDetectFeatures::lsDetectFeatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet, T passedLimit)'],['../classlsDetectFeatures.html#a9e3e676a1891b4f43596af452f21179a',1,'lsDetectFeatures::lsDetectFeatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet, T passedLimit)'],['../classlsDetectFeatures.html#ac17abe7fc4a5f9f46212e8ef9d38f881',1,'lsDetectFeatures::lsDetectFeatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet, T passedLimit, lsFeatureDetectionEnum passedMethod)'],['../classlsDetectFeatures.html#a0b4bb5f64ba586721065a732417cfc38',1,'lsDetectFeatures::lsDetectFeatures(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsDetectFeatures.html#a62f51df8b1aecf6ce09f273d376a36aa',1,'lsDetectFeatures::lsDetectFeatures()']]],
- ['lsdomain_10',['lsDomain',['../classlsDomain.html#ae4d8f81852411480790eca52f704c101',1,'lsDomain::lsDomain(hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#a1b93737819bb59987f11239a38d26d1c',1,'lsDomain::lsDomain(hrleCoordType *bounds, BoundaryType *boundaryConditions, hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#a154f6f7b177bd272d5f7769cb94ac7e5',1,'lsDomain::lsDomain(std::vector< hrleCoordType > bounds, std::vector< unsigned > boundaryConditions, hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#aa1b62b9875d64df99915f943a802fdec',1,'lsDomain::lsDomain(PointValueVectorType pointData, hrleCoordType *bounds, BoundaryType *boundaryConditions, hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#a58c7ef76498ba1a3d0979f64b32f4af6',1,'lsDomain::lsDomain(GridType passedGrid)'],['../classlsDomain.html#a4fde36ee0f4be9bf270f5ea1f6334bf0',1,'lsDomain::lsDomain(lsSmartPointer< lsDomain > passedDomain)'],['../classlsDomain.html#ae4d8f81852411480790eca52f704c101',1,'lsDomain::lsDomain(hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#a1b93737819bb59987f11239a38d26d1c',1,'lsDomain::lsDomain(hrleCoordType *bounds, BoundaryType *boundaryConditions, hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#a154f6f7b177bd272d5f7769cb94ac7e5',1,'lsDomain::lsDomain(std::vector< hrleCoordType > bounds, std::vector< unsigned > boundaryConditions, hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#aa1b62b9875d64df99915f943a802fdec',1,'lsDomain::lsDomain(PointValueVectorType pointData, hrleCoordType *bounds, BoundaryType *boundaryConditions, hrleCoordType gridDelta=1.0)'],['../classlsDomain.html#a58c7ef76498ba1a3d0979f64b32f4af6',1,'lsDomain::lsDomain(GridType passedGrid)'],['../classlsDomain.html#a4fde36ee0f4be9bf270f5ea1f6334bf0',1,'lsDomain::lsDomain(lsSmartPointer< lsDomain > passedDomain)']]],
- ['lsenquistosher_11',['lsEnquistOsher',['../classlsInternal_1_1lsEnquistOsher.html#a29b54fd14d2e09d4977be9ebb5db19e2',1,'lsInternal::lsEnquistOsher::lsEnquistOsher(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, bool calcNormal=true)'],['../classlsInternal_1_1lsEnquistOsher.html#a29b54fd14d2e09d4977be9ebb5db19e2',1,'lsInternal::lsEnquistOsher::lsEnquistOsher(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, bool calcNormal=true)']]],
- ['lsexpand_12',['lsExpand',['../classlsExpand.html#aee5561b9b273fd27770803e23be36f9c',1,'lsExpand::lsExpand()'],['../classlsExpand.html#a0bd5712bade51bbf5926c2edeb2428c6',1,'lsExpand::lsExpand(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsExpand.html#a53cd677c947c70c2208a76d143e2971a',1,'lsExpand::lsExpand(lsSmartPointer< lsDomain< T, D > > passedlsDomain, int passedWidth)'],['../classlsExpand.html#aee5561b9b273fd27770803e23be36f9c',1,'lsExpand::lsExpand()'],['../classlsExpand.html#a0bd5712bade51bbf5926c2edeb2428c6',1,'lsExpand::lsExpand(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsExpand.html#a53cd677c947c70c2208a76d143e2971a',1,'lsExpand::lsExpand(lsSmartPointer< lsDomain< T, D > > passedlsDomain, int passedWidth)']]],
- ['lsfinalizestencillocallaxfriedrichs_13',['lsFinalizeStencilLocalLaxFriedrichs',['../include_2lsStencilLocalLaxFriedrichsScalar_8hpp.html#a58c910097615dd0b0f42992f53ee5944',1,'lsFinalizeStencilLocalLaxFriedrichs(std::vector< lsSmartPointer< lsDomain< T, D > > > &levelSets): lsStencilLocalLaxFriedrichsScalar.hpp'],['../install_2ViennaLS_2include_2lsStencilLocalLaxFriedrichsScalar_8hpp.html#a58c910097615dd0b0f42992f53ee5944',1,'lsFinalizeStencilLocalLaxFriedrichs(std::vector< lsSmartPointer< lsDomain< T, D > > > &levelSets): lsStencilLocalLaxFriedrichsScalar.hpp']]],
- ['lsfinitedifferences_14',['lsFiniteDifferences',['../classlsInternal_1_1lsFiniteDifferences.html#a6fabd9feca85eed3d96379388139b6c9',1,'lsInternal::lsFiniteDifferences::lsFiniteDifferences()'],['../classlsInternal_1_1lsFiniteDifferences.html#a6fabd9feca85eed3d96379388139b6c9',1,'lsInternal::lsFiniteDifferences::lsFiniteDifferences()']]],
- ['lsfrommesh_15',['lsFromMesh',['../classlsFromMesh.html#a08ce952f855e641f5d2969db138ff7f6',1,'lsFromMesh::lsFromMesh()'],['../classlsFromMesh.html#ad5746c68b154ea5a6ce6071f69f1f2dd',1,'lsFromMesh::lsFromMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, const lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsFromMesh.html#a08ce952f855e641f5d2969db138ff7f6',1,'lsFromMesh::lsFromMesh()'],['../classlsFromMesh.html#ad5746c68b154ea5a6ce6071f69f1f2dd',1,'lsFromMesh::lsFromMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, const lsSmartPointer< lsMesh< T > > passedMesh)']]],
- ['lsfromsurfacemesh_16',['lsFromSurfaceMesh',['../classlsFromSurfaceMesh.html#a63380e5acb9d12c82ae9df19ab83d989',1,'lsFromSurfaceMesh::lsFromSurfaceMesh()'],['../classlsFromSurfaceMesh.html#a2f39a13fbef50a60fbac2e8bad0a8e88',1,'lsFromSurfaceMesh::lsFromSurfaceMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh, bool passedRemoveBoundaryTriangles=true)'],['../classlsFromSurfaceMesh.html#a2f39a13fbef50a60fbac2e8bad0a8e88',1,'lsFromSurfaceMesh::lsFromSurfaceMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh, bool passedRemoveBoundaryTriangles=true)'],['../classlsFromSurfaceMesh.html#a63380e5acb9d12c82ae9df19ab83d989',1,'lsFromSurfaceMesh::lsFromSurfaceMesh()']]],
- ['lsfromvolumemesh_17',['lsFromVolumeMesh',['../classlsFromVolumeMesh.html#a20b46d7c3a16302892bbda1403045d23',1,'lsFromVolumeMesh::lsFromVolumeMesh()'],['../classlsFromVolumeMesh.html#a5f7f0aee54ea687506ec4a7f028b2b3b',1,'lsFromVolumeMesh::lsFromVolumeMesh(const GridType &passedGrid, lsSmartPointer< lsMesh< T > > passedMesh, bool passedRemoveBoundaryTriangles=true)'],['../classlsFromVolumeMesh.html#a20b46d7c3a16302892bbda1403045d23',1,'lsFromVolumeMesh::lsFromVolumeMesh()'],['../classlsFromVolumeMesh.html#a5f7f0aee54ea687506ec4a7f028b2b3b',1,'lsFromVolumeMesh::lsFromVolumeMesh(const GridType &passedGrid, lsSmartPointer< lsMesh< T > > passedMesh, bool passedRemoveBoundaryTriangles=true)']]],
- ['lsgeometricadvect_18',['lsGeometricAdvect',['../classlsGeometricAdvect.html#a6485495590f6edf953cd77785f65ebfd',1,'lsGeometricAdvect::lsGeometricAdvect()'],['../classlsGeometricAdvect.html#a6c29e806852fd047c5f796bcb4fbcfa2',1,'lsGeometricAdvect::lsGeometricAdvect(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< DistType > passedDist, lsSmartPointer< lsDomain< T, D > > passedMaskLevelSet=nullptr)'],['../classlsGeometricAdvect.html#a6485495590f6edf953cd77785f65ebfd',1,'lsGeometricAdvect::lsGeometricAdvect()'],['../classlsGeometricAdvect.html#a6c29e806852fd047c5f796bcb4fbcfa2',1,'lsGeometricAdvect::lsGeometricAdvect(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< DistType > passedDist, lsSmartPointer< lsDomain< T, D > > passedMaskLevelSet=nullptr)']]],
- ['lsgeometricadvectdistribution_19',['lsGeometricAdvectDistribution',['../classlsGeometricAdvectDistribution.html#acba0b149a25e30d4e8d8c8dd02fa063c',1,'lsGeometricAdvectDistribution::lsGeometricAdvectDistribution()'],['../classlsGeometricAdvectDistribution.html#acba0b149a25e30d4e8d8c8dd02fa063c',1,'lsGeometricAdvectDistribution::lsGeometricAdvectDistribution()']]],
- ['lslaxfriedrichs_20',['lsLaxFriedrichs',['../classlsInternal_1_1lsLaxFriedrichs.html#a7f83d5755ed973824d5c2570319052e7',1,'lsInternal::lsLaxFriedrichs::lsLaxFriedrichs(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, bool calcNormal=true, double a=1.0)'],['../classlsInternal_1_1lsLaxFriedrichs.html#a7f83d5755ed973824d5c2570319052e7',1,'lsInternal::lsLaxFriedrichs::lsLaxFriedrichs(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, bool calcNormal=true, double a=1.0)']]],
- ['lslocallaxfriedrichs_21',['lsLocalLaxFriedrichs',['../classlsInternal_1_1lsLocalLaxFriedrichs.html#aaa1b09a0c1d3b20acf8f5cce0cff7fa1',1,'lsInternal::lsLocalLaxFriedrichs::lsLocalLaxFriedrichs(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, double a=1.0)'],['../classlsInternal_1_1lsLocalLaxFriedrichs.html#aaa1b09a0c1d3b20acf8f5cce0cff7fa1',1,'lsInternal::lsLocalLaxFriedrichs::lsLocalLaxFriedrichs(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, double a=1.0)']]],
- ['lslocallaxfriedrichsanalytical_22',['lsLocalLaxFriedrichsAnalytical',['../classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html#a0d5dcb57d2e66aeb06e564f26e791726',1,'lsInternal::lsLocalLaxFriedrichsAnalytical::lsLocalLaxFriedrichsAnalytical(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel)'],['../classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html#a0d5dcb57d2e66aeb06e564f26e791726',1,'lsInternal::lsLocalLaxFriedrichsAnalytical::lsLocalLaxFriedrichsAnalytical(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel)']]],
- ['lslocallocallaxfriedrichs_23',['lsLocalLocalLaxFriedrichs',['../classlsInternal_1_1lsLocalLocalLaxFriedrichs.html#afe5c1c19d9a99ce7963f8f69e3b32e40',1,'lsInternal::lsLocalLocalLaxFriedrichs::lsLocalLocalLaxFriedrichs(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, double a=1.0)'],['../classlsInternal_1_1lsLocalLocalLaxFriedrichs.html#afe5c1c19d9a99ce7963f8f69e3b32e40',1,'lsInternal::lsLocalLocalLaxFriedrichs::lsLocalLocalLaxFriedrichs(lsSmartPointer< lsDomain< T, D > > passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, double a=1.0)']]],
- ['lsmakegeometry_24',['lsMakeGeometry',['../classlsMakeGeometry.html#a47bb6021ec005fd8bf4d60151fec65ab',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)'],['../classlsMakeGeometry.html#a177f440c08aa6867f251ae4bb482e5db',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsCylinder< T, D > > passedCylinder)'],['../classlsMakeGeometry.html#a3c458267f0987706742edc616446ffa9',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsBox< T, D > > passedBox)'],['../classlsMakeGeometry.html#ad6a10a763e0acbeb6cbe5eea7bf15155',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsPlane< T, D > > passedPlane)'],['../classlsMakeGeometry.html#aa3282b309cf2aa0978a5b46e069e67cc',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsSphere< T, D > > passedSphere)'],['../classlsMakeGeometry.html#abd3af6f55d7c0de0893df34c329df696',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsMakeGeometry.html#a47bb6021ec005fd8bf4d60151fec65ab',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)'],['../classlsMakeGeometry.html#abd3af6f55d7c0de0893df34c329df696',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsMakeGeometry.html#ada31a7c9a98ed26b204749f86b2df79a',1,'lsMakeGeometry::lsMakeGeometry()'],['../classlsMakeGeometry.html#ada31a7c9a98ed26b204749f86b2df79a',1,'lsMakeGeometry::lsMakeGeometry()'],['../classlsMakeGeometry.html#aa3282b309cf2aa0978a5b46e069e67cc',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsSphere< T, D > > passedSphere)'],['../classlsMakeGeometry.html#a177f440c08aa6867f251ae4bb482e5db',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsCylinder< T, D > > passedCylinder)'],['../classlsMakeGeometry.html#a3c458267f0987706742edc616446ffa9',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsBox< T, D > > passedBox)'],['../classlsMakeGeometry.html#ad6a10a763e0acbeb6cbe5eea7bf15155',1,'lsMakeGeometry::lsMakeGeometry(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsPlane< T, D > > passedPlane)']]],
- ['lsmarkvoidpoints_25',['lsMarkVoidPoints',['../classlsMarkVoidPoints.html#a6da00087a58710deba7fa89ce5fd22fd',1,'lsMarkVoidPoints::lsMarkVoidPoints()'],['../classlsMarkVoidPoints.html#aa440ceeb5eb5e23faa9d0b552c3d9365',1,'lsMarkVoidPoints::lsMarkVoidPoints(lsSmartPointer< lsDomain< T, D > > passedlsDomain, bool passedReverseVoidDetection=false)'],['../classlsMarkVoidPoints.html#a6da00087a58710deba7fa89ce5fd22fd',1,'lsMarkVoidPoints::lsMarkVoidPoints()'],['../classlsMarkVoidPoints.html#aa440ceeb5eb5e23faa9d0b552c3d9365',1,'lsMarkVoidPoints::lsMarkVoidPoints(lsSmartPointer< lsDomain< T, D > > passedlsDomain, bool passedReverseVoidDetection=false)']]],
- ['lsmessage_26',['lsMessage',['../classlsMessage.html#a2603de3902261fab485de97fc69be1ea',1,'lsMessage::lsMessage(const lsMessage &)=delete'],['../classlsMessage.html#a2603de3902261fab485de97fc69be1ea',1,'lsMessage::lsMessage(const lsMessage &)=delete']]],
- ['lsplane_27',['lsPlane',['../classlsPlane.html#a40463fe01a70ee60c501968240803157',1,'lsPlane::lsPlane(hrleVectorType< T, D > passedOrigin, hrleVectorType< T, D > passedNormal)'],['../classlsPlane.html#a21a4a8b21410f6d916c082e552ceb971',1,'lsPlane::lsPlane(const std::vector< T > &passedOrigin, const std::vector< T > &passedNormal)'],['../classlsPlane.html#a49bd6ff0e9f90f508f11ac9f852ca705',1,'lsPlane::lsPlane(const T *passedOrigin, const T *passedNormal)'],['../classlsPlane.html#aa59fb2b3c42723ddf881e118d9bf3f84',1,'lsPlane::lsPlane()'],['../classlsPlane.html#a21a4a8b21410f6d916c082e552ceb971',1,'lsPlane::lsPlane(const std::vector< T > &passedOrigin, const std::vector< T > &passedNormal)'],['../classlsPlane.html#a49bd6ff0e9f90f508f11ac9f852ca705',1,'lsPlane::lsPlane(const T *passedOrigin, const T *passedNormal)'],['../classlsPlane.html#a40463fe01a70ee60c501968240803157',1,'lsPlane::lsPlane(hrleVectorType< T, D > passedOrigin, hrleVectorType< T, D > passedNormal)'],['../classlsPlane.html#aa59fb2b3c42723ddf881e118d9bf3f84',1,'lsPlane::lsPlane()']]],
- ['lspointcloud_28',['lsPointCloud',['../classlsPointCloud.html#a76f5f725653b5fe6f21a671c61ecda09',1,'lsPointCloud::lsPointCloud()'],['../classlsPointCloud.html#a5610c9621469b306f0a25ee486b4388c',1,'lsPointCloud::lsPointCloud(std::vector< hrleVectorType< T, D > > passedPoints)'],['../classlsPointCloud.html#aafb5deb59dc218da5c1cba8981468588',1,'lsPointCloud::lsPointCloud(const std::vector< std::vector< T > > &passedPoints)'],['../classlsPointCloud.html#a76f5f725653b5fe6f21a671c61ecda09',1,'lsPointCloud::lsPointCloud()'],['../classlsPointCloud.html#a5610c9621469b306f0a25ee486b4388c',1,'lsPointCloud::lsPointCloud(std::vector< hrleVectorType< T, D > > passedPoints)'],['../classlsPointCloud.html#aafb5deb59dc218da5c1cba8981468588',1,'lsPointCloud::lsPointCloud(const std::vector< std::vector< T > > &passedPoints)']]],
- ['lspreparestencillocallaxfriedrichs_29',['lsPrepareStencilLocalLaxFriedrichs',['../include_2lsStencilLocalLaxFriedrichsScalar_8hpp.html#ac62b360418afca0068bf2f067a9b6c0b',1,'lsPrepareStencilLocalLaxFriedrichs(std::vector< lsSmartPointer< lsDomain< T, D > > > &levelSets, std::vector< bool > isDepo): lsStencilLocalLaxFriedrichsScalar.hpp'],['../install_2ViennaLS_2include_2lsStencilLocalLaxFriedrichsScalar_8hpp.html#ac62b360418afca0068bf2f067a9b6c0b',1,'lsPrepareStencilLocalLaxFriedrichs(std::vector< lsSmartPointer< lsDomain< T, D > > > &levelSets, std::vector< bool > isDepo): lsStencilLocalLaxFriedrichsScalar.hpp']]],
- ['lsprune_30',['lsPrune',['../classlsPrune.html#a31cc4e017b099f2af82922469fcf9bed',1,'lsPrune::lsPrune()'],['../classlsPrune.html#a58ceb2d5148f1134aa039e3b454e9d54',1,'lsPrune::lsPrune(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsPrune.html#a31cc4e017b099f2af82922469fcf9bed',1,'lsPrune::lsPrune()'],['../classlsPrune.html#a58ceb2d5148f1134aa039e3b454e9d54',1,'lsPrune::lsPrune(lsSmartPointer< lsDomain< T, D > > passedlsDomain)']]],
- ['lsreader_31',['lsReader',['../classlsReader.html#a343a67a4089dd3ad538eb3fda0837a03',1,'lsReader::lsReader(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsReader.html#a2020c8d262dba202b045dab0b219b731',1,'lsReader::lsReader(lsSmartPointer< lsDomain< T, D > > passedLevelSet, std::string passedFileName)'],['../classlsReader.html#ac0928e71e719a3b7fa1677142ebead93',1,'lsReader::lsReader()'],['../classlsReader.html#a2020c8d262dba202b045dab0b219b731',1,'lsReader::lsReader(lsSmartPointer< lsDomain< T, D > > passedLevelSet, std::string passedFileName)'],['../classlsReader.html#ac0928e71e719a3b7fa1677142ebead93',1,'lsReader::lsReader()'],['../classlsReader.html#a343a67a4089dd3ad538eb3fda0837a03',1,'lsReader::lsReader(lsSmartPointer< lsDomain< T, D > > passedLevelSet)']]],
- ['lsreduce_32',['lsReduce',['../classlsReduce.html#a0f69e06b5514aca84eaed1c8453d6fce',1,'lsReduce::lsReduce()'],['../classlsReduce.html#a0b9d3a095785ffa7c932dca166043951',1,'lsReduce::lsReduce(lsSmartPointer< lsDomain< T, D > > passedlsDomain, int passedWidth, bool passedNoNewSegment=false)'],['../classlsReduce.html#a4bb70e2e510585a140ff3afef4418edc',1,'lsReduce::lsReduce(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsReduce.html#a0b9d3a095785ffa7c932dca166043951',1,'lsReduce::lsReduce(lsSmartPointer< lsDomain< T, D > > passedlsDomain, int passedWidth, bool passedNoNewSegment=false)'],['../classlsReduce.html#a0f69e06b5514aca84eaed1c8453d6fce',1,'lsReduce::lsReduce()'],['../classlsReduce.html#a4bb70e2e510585a140ff3afef4418edc',1,'lsReduce::lsReduce(lsSmartPointer< lsDomain< T, D > > passedlsDomain)']]],
- ['lsremovestraypoints_33',['lsRemoveStrayPoints',['../classlsRemoveStrayPoints.html#a3dc9a7c9cb042a0f733b81deaf7ab893',1,'lsRemoveStrayPoints::lsRemoveStrayPoints()'],['../classlsRemoveStrayPoints.html#aa903de9dc604862d4de4df762ef7d1ed',1,'lsRemoveStrayPoints::lsRemoveStrayPoints(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsRemoveStrayPoints.html#a3dc9a7c9cb042a0f733b81deaf7ab893',1,'lsRemoveStrayPoints::lsRemoveStrayPoints()'],['../classlsRemoveStrayPoints.html#aa903de9dc604862d4de4df762ef7d1ed',1,'lsRemoveStrayPoints::lsRemoveStrayPoints(lsSmartPointer< lsDomain< T, D > > passedLevelSet)']]],
- ['lssmartpointer_34',['lsSmartPointer',['../classlsSmartPointer.html#af10e097abae27769f7dcd5cadfe7eaaa',1,'lsSmartPointer::lsSmartPointer(Args &&...args)'],['../classlsSmartPointer.html#ae686eaaf7c7e7abe4523fe53e452405e',1,'lsSmartPointer::lsSmartPointer(Args &&... args)']]],
- ['lssphere_35',['lsSphere',['../classlsSphere.html#a45578bd9ec9a252f166139d11cda46fd',1,'lsSphere::lsSphere()'],['../classlsSphere.html#aa131fdb973f837cf5a37ce6e24c20393',1,'lsSphere::lsSphere(const std::vector< T > &passedOrigin, T passedRadius)'],['../classlsSphere.html#a4ab43c9b4fa568e7b6d631a8a896e79e',1,'lsSphere::lsSphere(hrleVectorType< T, D > passedOrigin, T passedRadius)'],['../classlsSphere.html#a4ab43c9b4fa568e7b6d631a8a896e79e',1,'lsSphere::lsSphere(hrleVectorType< T, D > passedOrigin, T passedRadius)'],['../classlsSphere.html#afc65b4af1d306091efde3430f7265b6d',1,'lsSphere::lsSphere(T *passedOrigin, T passedRadius)'],['../classlsSphere.html#aa131fdb973f837cf5a37ce6e24c20393',1,'lsSphere::lsSphere(const std::vector< T > &passedOrigin, T passedRadius)'],['../classlsSphere.html#a45578bd9ec9a252f166139d11cda46fd',1,'lsSphere::lsSphere()'],['../classlsSphere.html#afc65b4af1d306091efde3430f7265b6d',1,'lsSphere::lsSphere(T *passedOrigin, T passedRadius)']]],
- ['lsspheredistribution_36',['lsSphereDistribution',['../classlsSphereDistribution.html#a0071db703db6ef1992c7e4493966ed14',1,'lsSphereDistribution::lsSphereDistribution(const T passedRadius, const T delta)'],['../classlsSphereDistribution.html#a0071db703db6ef1992c7e4493966ed14',1,'lsSphereDistribution::lsSphereDistribution(const T passedRadius, const T delta)']]],
- ['lsstencillocallaxfriedrichsscalar_37',['lsStencilLocalLaxFriedrichsScalar',['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#adcbdc1a5a11ac79488a6b1d26aea7366',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::lsStencilLocalLaxFriedrichsScalar(LevelSetType passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, double a=1.0, DifferentiationSchemeEnum scheme=DifferentiationSchemeEnum::FIRST_ORDER)'],['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#adcbdc1a5a11ac79488a6b1d26aea7366',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::lsStencilLocalLaxFriedrichsScalar(LevelSetType passedlsDomain, lsSmartPointer< lsVelocityField< T > > vel, double a=1.0, DifferentiationSchemeEnum scheme=DifferentiationSchemeEnum::FIRST_ORDER)']]],
- ['lstodiskmesh_38',['lsToDiskMesh',['../classlsToDiskMesh.html#a1cba051b6604932265219222152d0e74',1,'lsToDiskMesh::lsToDiskMesh()'],['../classlsToDiskMesh.html#a42fa06a5f099a4ec8a702f19f9847280',1,'lsToDiskMesh::lsToDiskMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< N > > passedMesh, lsSmartPointer< TranslatorType > passedTranslator, T passedMaxValue=0.5)'],['../classlsToDiskMesh.html#ae323e48b3a73752c3b754abd3d0ff271',1,'lsToDiskMesh::lsToDiskMesh(lsSmartPointer< lsMesh< N > > passedMesh, T passedMaxValue=0.5)'],['../classlsToDiskMesh.html#ae323e48b3a73752c3b754abd3d0ff271',1,'lsToDiskMesh::lsToDiskMesh(lsSmartPointer< lsMesh< N > > passedMesh, T passedMaxValue=0.5)'],['../classlsToDiskMesh.html#ae31401d943219e815332afc2071436b9',1,'lsToDiskMesh::lsToDiskMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< N > > passedMesh, T passedMaxValue=0.5)'],['../classlsToDiskMesh.html#a42fa06a5f099a4ec8a702f19f9847280',1,'lsToDiskMesh::lsToDiskMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< N > > passedMesh, lsSmartPointer< TranslatorType > passedTranslator, T passedMaxValue=0.5)'],['../classlsToDiskMesh.html#a1cba051b6604932265219222152d0e74',1,'lsToDiskMesh::lsToDiskMesh()'],['../classlsToDiskMesh.html#ae31401d943219e815332afc2071436b9',1,'lsToDiskMesh::lsToDiskMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< N > > passedMesh, T passedMaxValue=0.5)']]],
- ['lstomesh_39',['lsToMesh',['../classlsToMesh.html#aa29aa019be9d55040b2ca26802371249',1,'lsToMesh::lsToMesh(const lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh, bool passedOnlyDefined=true, bool passedOnlyActive=false)'],['../classlsToMesh.html#a13ff52503ffe9a602d41c8ce4925653f',1,'lsToMesh::lsToMesh()'],['../classlsToMesh.html#aa29aa019be9d55040b2ca26802371249',1,'lsToMesh::lsToMesh(const lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh, bool passedOnlyDefined=true, bool passedOnlyActive=false)'],['../classlsToMesh.html#a13ff52503ffe9a602d41c8ce4925653f',1,'lsToMesh::lsToMesh()']]],
- ['lstosurfacemesh_40',['lsToSurfaceMesh',['../classlsToSurfaceMesh.html#aac753633d2f8da94ecabf86ea2e2e346',1,'lsToSurfaceMesh::lsToSurfaceMesh(double eps=1e-12)'],['../classlsToSurfaceMesh.html#a5cfece17354ca1bc59a6c66434ed06c2',1,'lsToSurfaceMesh::lsToSurfaceMesh(const lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh, double eps=1e-12)'],['../classlsToSurfaceMesh.html#aac753633d2f8da94ecabf86ea2e2e346',1,'lsToSurfaceMesh::lsToSurfaceMesh(double eps=1e-12)'],['../classlsToSurfaceMesh.html#a5cfece17354ca1bc59a6c66434ed06c2',1,'lsToSurfaceMesh::lsToSurfaceMesh(const lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh, double eps=1e-12)']]],
- ['lstovoxelmesh_41',['lsToVoxelMesh',['../classlsToVoxelMesh.html#a6ea93057fbfd9896d48fb9d71d31cc62',1,'lsToVoxelMesh::lsToVoxelMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsToVoxelMesh.html#ae0aa7bef004cad8cc6d15a3c5fd2aacb',1,'lsToVoxelMesh::lsToVoxelMesh()'],['../classlsToVoxelMesh.html#afcc9d61f63c2b1a195b7feeb2b12037c',1,'lsToVoxelMesh::lsToVoxelMesh(const std::vector< lsSmartPointer< lsDomain< T, D > > > passedLevelSets, lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsToVoxelMesh.html#a6ea93057fbfd9896d48fb9d71d31cc62',1,'lsToVoxelMesh::lsToVoxelMesh(lsSmartPointer< lsDomain< T, D > > passedLevelSet, lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsToVoxelMesh.html#acff43277ae78cd011e5cdad129094a72',1,'lsToVoxelMesh::lsToVoxelMesh(lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsToVoxelMesh.html#afcc9d61f63c2b1a195b7feeb2b12037c',1,'lsToVoxelMesh::lsToVoxelMesh(const std::vector< lsSmartPointer< lsDomain< T, D > > > passedLevelSets, lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsToVoxelMesh.html#ae0aa7bef004cad8cc6d15a3c5fd2aacb',1,'lsToVoxelMesh::lsToVoxelMesh()'],['../classlsToVoxelMesh.html#acff43277ae78cd011e5cdad129094a72',1,'lsToVoxelMesh::lsToVoxelMesh(lsSmartPointer< lsMesh< T > > passedMesh)']]],
- ['lstransformmesh_42',['lsTransformMesh',['../classlsTransformMesh.html#ab3ddd1536adc93ad4081d7739fb51709',1,'lsTransformMesh::lsTransformMesh(lsSmartPointer< lsMesh< T > > passedMesh, lsTransformEnum passedTransform=lsTransformEnum::TRANSLATION, std::array< double, 3 > passedTransformVector={}, double passedAngle=0.0)'],['../classlsTransformMesh.html#a55f012c7a7e252bd866aff50f7aaad9b',1,'lsTransformMesh::lsTransformMesh(lsSmartPointer< lsMesh< T > > passedMesh, lsTransformEnum passedTransform=lsTransformEnum::TRANSLATION, hrleVectorType< double, 3 > passedTransformVector={}, double passedAngle=0.0)'],['../classlsTransformMesh.html#ab3ddd1536adc93ad4081d7739fb51709',1,'lsTransformMesh::lsTransformMesh(lsSmartPointer< lsMesh< T > > passedMesh, lsTransformEnum passedTransform=lsTransformEnum::TRANSLATION, std::array< double, 3 > passedTransformVector={}, double passedAngle=0.0)'],['../classlsTransformMesh.html#a55f012c7a7e252bd866aff50f7aaad9b',1,'lsTransformMesh::lsTransformMesh(lsSmartPointer< lsMesh< T > > passedMesh, lsTransformEnum passedTransform=lsTransformEnum::TRANSLATION, hrleVectorType< double, 3 > passedTransformVector={}, double passedAngle=0.0)']]],
- ['lsvelocityfield_43',['lsVelocityField',['../classlsVelocityField.html#a0e78edc56bdb3f2ed2d27827a4388ff3',1,'lsVelocityField::lsVelocityField()'],['../classlsVelocityField.html#a0e78edc56bdb3f2ed2d27827a4388ff3',1,'lsVelocityField::lsVelocityField()']]],
- ['lsvtkreader_44',['lsVTKReader',['../classlsVTKReader.html#a6072c9029878869db0a02295566087e8',1,'lsVTKReader::lsVTKReader()'],['../classlsVTKReader.html#a0597eeebd0b2d13888e890b2fba1c09e',1,'lsVTKReader::lsVTKReader(lsSmartPointer< lsMesh<> > passedMesh, lsFileFormatEnum passedFormat, std::string passedFileName)'],['../classlsVTKReader.html#a3fcbcfb680787f7517d8ee0ecf1b082e',1,'lsVTKReader::lsVTKReader(lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsVTKReader.html#a3fcbcfb680787f7517d8ee0ecf1b082e',1,'lsVTKReader::lsVTKReader(lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsVTKReader.html#aa7a5ad72e9540304ec3769e800f19601',1,'lsVTKReader::lsVTKReader(lsSmartPointer< lsMesh< T > > passedMesh, std::string passedFileName)'],['../classlsVTKReader.html#a0597eeebd0b2d13888e890b2fba1c09e',1,'lsVTKReader::lsVTKReader(lsSmartPointer< lsMesh<> > passedMesh, lsFileFormatEnum passedFormat, std::string passedFileName)'],['../classlsVTKReader.html#a6072c9029878869db0a02295566087e8',1,'lsVTKReader::lsVTKReader()'],['../classlsVTKReader.html#aa7a5ad72e9540304ec3769e800f19601',1,'lsVTKReader::lsVTKReader(lsSmartPointer< lsMesh< T > > passedMesh, std::string passedFileName)']]],
- ['lsvtkwriter_45',['lsVTKWriter',['../classlsVTKWriter.html#a1652db574c0c65c401194a2b1f92ff25',1,'lsVTKWriter::lsVTKWriter()'],['../classlsVTKWriter.html#a1652db574c0c65c401194a2b1f92ff25',1,'lsVTKWriter::lsVTKWriter()'],['../classlsVTKWriter.html#a74b1c49dbae3f74cafe051e8b583552b',1,'lsVTKWriter::lsVTKWriter(lsSmartPointer< lsMesh< T > > passedMesh, lsFileFormatEnum passedFormat, std::string passedFileName)'],['../classlsVTKWriter.html#ae133381037906aa7bba5101a9a6d0c14',1,'lsVTKWriter::lsVTKWriter(lsSmartPointer< lsMesh< T > > passedMesh, std::string passedFileName)'],['../classlsVTKWriter.html#ae133381037906aa7bba5101a9a6d0c14',1,'lsVTKWriter::lsVTKWriter(lsSmartPointer< lsMesh< T > > passedMesh, std::string passedFileName)'],['../classlsVTKWriter.html#a29705717bfe75acef5d02e579bd04bf2',1,'lsVTKWriter::lsVTKWriter(lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsVTKWriter.html#a29705717bfe75acef5d02e579bd04bf2',1,'lsVTKWriter::lsVTKWriter(lsSmartPointer< lsMesh< T > > passedMesh)'],['../classlsVTKWriter.html#a74b1c49dbae3f74cafe051e8b583552b',1,'lsVTKWriter::lsVTKWriter(lsSmartPointer< lsMesh< T > > passedMesh, lsFileFormatEnum passedFormat, std::string passedFileName)']]],
- ['lswriter_46',['lsWriter',['../classlsWriter.html#acf6a29e6d8f1c5900c17179333640294',1,'lsWriter::lsWriter(lsSmartPointer< lsDomain< T, D > > passedLevelSet, std::string passedFileName)'],['../classlsWriter.html#a5de4871b57de4fa7b297d6b3fcaa6bc2',1,'lsWriter::lsWriter()'],['../classlsWriter.html#a687387dcad4d5b10103ffec6d98b4d99',1,'lsWriter::lsWriter(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsWriter.html#acf6a29e6d8f1c5900c17179333640294',1,'lsWriter::lsWriter(lsSmartPointer< lsDomain< T, D > > passedLevelSet, std::string passedFileName)'],['../classlsWriter.html#a5de4871b57de4fa7b297d6b3fcaa6bc2',1,'lsWriter::lsWriter()'],['../classlsWriter.html#a687387dcad4d5b10103ffec6d98b4d99',1,'lsWriter::lsWriter(lsSmartPointer< lsDomain< T, D > > passedLevelSet)']]],
- ['lswritevisualizationmesh_47',['lsWriteVisualizationMesh',['../classlsWriteVisualizationMesh.html#ae94323fb9a6461cc62d1d6f566eb1a05',1,'lsWriteVisualizationMesh::lsWriteVisualizationMesh()'],['../classlsWriteVisualizationMesh.html#a9e51120446adfec0f5d5037b6808dad3',1,'lsWriteVisualizationMesh::lsWriteVisualizationMesh(lsSmartPointer< lsDomain< T, D > > levelSet)'],['../classlsWriteVisualizationMesh.html#ae94323fb9a6461cc62d1d6f566eb1a05',1,'lsWriteVisualizationMesh::lsWriteVisualizationMesh()'],['../classlsWriteVisualizationMesh.html#a9e51120446adfec0f5d5037b6808dad3',1,'lsWriteVisualizationMesh::lsWriteVisualizationMesh(lsSmartPointer< lsDomain< T, D > > levelSet)']]]
-];
diff --git a/docs/doxygen/html/search/functions_9.html b/docs/doxygen/html/search/functions_9.html
deleted file mode 100644
index cd70e2b7..00000000
--- a/docs/doxygen/html/search/functions_9.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_9.js b/docs/doxygen/html/search/functions_9.js
deleted file mode 100644
index c16e6921..00000000
--- a/docs/doxygen/html/search/functions_9.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var searchData=
-[
- ['mag_0',['mag',['../classViewFactorDistribution.html#a36393e8847409fb644003f6c99ce4a4d',1,'ViewFactorDistribution']]],
- ['main_1',['main',['../AirGapDeposition_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): AirGapDeposition.cpp'],['../Deposition_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): Deposition.cpp'],['../GeometricAdvection_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): GeometricAdvection.cpp'],['../PatternedSubstrate_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): PatternedSubstrate.cpp'],['../PeriodicBoundary_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): PeriodicBoundary.cpp'],['../SharedLib_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): SharedLib.cpp'],['../SquareEtch_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): SquareEtch.cpp'],['../ViewFactor_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): ViewFactor.cpp'],['../VoidEtching_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4',1,'main(): VoidEtching.cpp'],['../VolumeToLevelSets_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97',1,'main(int argc, char *argv[]): VolumeToLevelSets.cpp']]],
- ['makeroundcone_2',['makeRoundCone',['../PatternedSubstrate_8cpp.html#aef2c56104ca1ad1de87257fa940fff30',1,'PatternedSubstrate.cpp']]],
- ['maketaperedtrench_3',['makeTaperedTrench',['../ViewFactor_8cpp.html#aa95872ecbf3551b03003ddfe5705da39',1,'ViewFactor.cpp']]],
- ['meancurvature_4',['meanCurvature',['../namespacelsInternal.html#aeef0c3f29a30bccb29b6bb7b72cddd8e',1,'lsInternal']]],
- ['meancurvature2d_5',['meanCurvature2D',['../namespacelsInternal.html#aa3e9fd90bb8afd29f44df8da2701150d',1,'lsInternal']]],
- ['meancurvature3d_6',['meanCurvature3D',['../namespacelsInternal.html#af5d2622bd1a287a6f3ca0000cc1821e7',1,'lsInternal']]]
-];
diff --git a/docs/doxygen/html/search/functions_a.html b/docs/doxygen/html/search/functions_a.html
deleted file mode 100644
index d2a3de90..00000000
--- a/docs/doxygen/html/search/functions_a.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_a.js b/docs/doxygen/html/search/functions_a.js
deleted file mode 100644
index 8d1cc6e1..00000000
--- a/docs/doxygen/html/search/functions_a.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['new_0',['New',['../classlsSmartPointer.html#ae58c9ee92c03b933f07228fd4e79b849',1,'lsSmartPointer::New(TArgs &&... targs)'],['../classlsSmartPointer.html#abc42fbab727d1b3ff0a04ae68a3e5f7a',1,'lsSmartPointer::New(TArgs &&...targs)']]]
-];
diff --git a/docs/doxygen/html/search/functions_b.html b/docs/doxygen/html/search/functions_b.html
deleted file mode 100644
index e6f34bb2..00000000
--- a/docs/doxygen/html/search/functions_b.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_b.js b/docs/doxygen/html/search/functions_b.js
deleted file mode 100644
index ca5ef556..00000000
--- a/docs/doxygen/html/search/functions_b.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var searchData=
-[
- ['operator_28_29_0',['operator()',['../classlsInternal_1_1lsLaxFriedrichs.html#aac3ab80f2383064aad4d9846f2dc777f',1,'lsInternal::lsLaxFriedrichs::operator()()'],['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#a728551b121bc7a4a2f254d8614e140fd',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::operator()()'],['../classlsInternal_1_1lsLocalLocalLaxFriedrichs.html#ab96d4eaf584ebca2f3415234654c83f4',1,'lsInternal::lsLocalLocalLaxFriedrichs::operator()()'],['../classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html#a7924d0f2c37442ba6cf2f200663d8c05',1,'lsInternal::lsLocalLaxFriedrichsAnalytical::operator()()'],['../classlsInternal_1_1lsLocalLaxFriedrichs.html#a0334cb3bae261e2def92af86b7898728',1,'lsInternal::lsLocalLaxFriedrichs::operator()()'],['../classlsInternal_1_1lsLaxFriedrichs.html#aac3ab80f2383064aad4d9846f2dc777f',1,'lsInternal::lsLaxFriedrichs::operator()()'],['../classlsInternal_1_1lsEnquistOsher.html#aa88cbd689a670a83d9a38aef86dd4019',1,'lsInternal::lsEnquistOsher::operator()()'],['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#a728551b121bc7a4a2f254d8614e140fd',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::operator()()'],['../classlsInternal_1_1lsLocalLocalLaxFriedrichs.html#ab96d4eaf584ebca2f3415234654c83f4',1,'lsInternal::lsLocalLocalLaxFriedrichs::operator()()'],['../classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html#a7924d0f2c37442ba6cf2f200663d8c05',1,'lsInternal::lsLocalLaxFriedrichsAnalytical::operator()()'],['../classlsInternal_1_1lsLocalLaxFriedrichs.html#a0334cb3bae261e2def92af86b7898728',1,'lsInternal::lsLocalLaxFriedrichs::operator()()'],['../classlsInternal_1_1lsEnquistOsher.html#aa88cbd689a670a83d9a38aef86dd4019',1,'lsInternal::lsEnquistOsher::operator()()']]],
- ['operator_2a_1',['operator*',['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a6b70e49130f27b00f717f28afae1b7ff',1,'lsFromSurfaceMesh::box::iterator::operator*() const'],['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a6b70e49130f27b00f717f28afae1b7ff',1,'lsFromSurfaceMesh::box::iterator::operator*() const']]],
- ['operator_2b_2b_2',['operator++',['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#ad4fdf9de98d8608fc495517a0c8e3d01',1,'lsFromSurfaceMesh::box::iterator::operator++()'],['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a4a914d0865dd415b095a0b12b465fc75',1,'lsFromSurfaceMesh::box::iterator::operator++(int)'],['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#ad4fdf9de98d8608fc495517a0c8e3d01',1,'lsFromSurfaceMesh::box::iterator::operator++()'],['../classlsFromSurfaceMesh_1_1box_1_1iterator.html#a4a914d0865dd415b095a0b12b465fc75',1,'lsFromSurfaceMesh::box::iterator::operator++(int)']]],
- ['operator_3d_3',['operator=',['../classlsMessage.html#a2eb16a1651607dd1ad012734ced81bcb',1,'lsMessage::operator=(const lsMessage &)=delete'],['../classlsMessage.html#a2eb16a1651607dd1ad012734ced81bcb',1,'lsMessage::operator=(const lsMessage &)=delete']]],
- ['operator_5b_5d_4',['operator[]',['../classlsPointCloud.html#a6158baabfcc7cc3e4cbc6fb9f91ad694',1,'lsPointCloud::operator[](std::size_t i)'],['../classlsPointCloud.html#a6158baabfcc7cc3e4cbc6fb9f91ad694',1,'lsPointCloud::operator[](std::size_t i)']]]
-];
diff --git a/docs/doxygen/html/search/functions_c.html b/docs/doxygen/html/search/functions_c.html
deleted file mode 100644
index 87b4ce26..00000000
--- a/docs/doxygen/html/search/functions_c.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_c.js b/docs/doxygen/html/search/functions_c.js
deleted file mode 100644
index 99739146..00000000
--- a/docs/doxygen/html/search/functions_c.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var searchData=
-[
- ['polygonize2d_0',['polygonize2d',['../classlsInternal_1_1lsMarchingCubes.html#ad30219b168adae74cd60826057f33b96',1,'lsInternal::lsMarchingCubes::polygonize2d(unsigned int signs)'],['../classlsInternal_1_1lsMarchingCubes.html#ad30219b168adae74cd60826057f33b96',1,'lsInternal::lsMarchingCubes::polygonize2d(unsigned int signs)']]],
- ['polygonize3d_1',['polygonize3d',['../classlsInternal_1_1lsMarchingCubes.html#a21e70660e994e01a7d1ad4b5e96da3aa',1,'lsInternal::lsMarchingCubes::polygonize3d(unsigned int signs)'],['../classlsInternal_1_1lsMarchingCubes.html#a21e70660e994e01a7d1ad4b5e96da3aa',1,'lsInternal::lsMarchingCubes::polygonize3d(unsigned int signs)']]],
- ['precompile_5fprecision_2',['PRECOMPILE_PRECISION',['../install_2ViennaLS_2include_2lsPointData_8hpp.html#aed7d44d1cda4f26773f3edf03aff100b',1,'PRECOMPILE_PRECISION(lsPointData): lsPointData.hpp'],['../install_2ViennaLS_2include_2lsMesh_8hpp.html#a8d1dc953994a70ec3336eb78e1012b79',1,'PRECOMPILE_PRECISION(lsMesh): lsMesh.hpp'],['../include_2lsPointData_8hpp.html#aed7d44d1cda4f26773f3edf03aff100b',1,'PRECOMPILE_PRECISION(lsPointData): lsPointData.hpp'],['../include_2lsMesh_8hpp.html#a8d1dc953994a70ec3336eb78e1012b79',1,'PRECOMPILE_PRECISION(lsMesh): lsMesh.hpp']]],
- ['preparels_3',['prepareLS',['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#a9260560e786cd1affde73df39954cab3',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::prepareLS()'],['../classlsInternal_1_1lsEnquistOsher.html#ab32d98257c224d9869e79afa9f8cf383',1,'lsInternal::lsEnquistOsher::prepareLS()'],['../classlsInternal_1_1lsLaxFriedrichs.html#a611136c4d8ef0b5c520f012e2ee55f4e',1,'lsInternal::lsLaxFriedrichs::prepareLS()'],['../classlsInternal_1_1lsLocalLaxFriedrichs.html#a7f353cb97e92cb9c2939cf0b24303573',1,'lsInternal::lsLocalLaxFriedrichs::prepareLS()'],['../classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html#a6fc042f5d37c4711b5b51a15772bc4e2',1,'lsInternal::lsLocalLaxFriedrichsAnalytical::prepareLS()'],['../classlsInternal_1_1lsStencilLocalLaxFriedrichsScalar.html#a9260560e786cd1affde73df39954cab3',1,'lsInternal::lsStencilLocalLaxFriedrichsScalar::prepareLS()'],['../classlsInternal_1_1lsLocalLocalLaxFriedrichs.html#a989159116f393d1c76c673f82362a1ec',1,'lsInternal::lsLocalLocalLaxFriedrichs::prepareLS()'],['../classlsInternal_1_1lsLocalLaxFriedrichsAnalytical.html#a6fc042f5d37c4711b5b51a15772bc4e2',1,'lsInternal::lsLocalLaxFriedrichsAnalytical::prepareLS()'],['../classlsInternal_1_1lsLocalLaxFriedrichs.html#a7f353cb97e92cb9c2939cf0b24303573',1,'lsInternal::lsLocalLaxFriedrichs::prepareLS()'],['../classlsInternal_1_1lsLaxFriedrichs.html#a611136c4d8ef0b5c520f012e2ee55f4e',1,'lsInternal::lsLaxFriedrichs::prepareLS()'],['../classlsInternal_1_1lsEnquistOsher.html#ab32d98257c224d9869e79afa9f8cf383',1,'lsInternal::lsEnquistOsher::prepareLS()'],['../classlsInternal_1_1lsLocalLocalLaxFriedrichs.html#a989159116f393d1c76c673f82362a1ec',1,'lsInternal::lsLocalLocalLaxFriedrichs::prepareLS()']]],
- ['print_4',['print',['../classlsDomain.html#acd24851408ebf57b1e98c8577b5a4676',1,'lsDomain::print()'],['../classlsInternal_1_1lsGraph.html#ab8d1efbe073e9ca21f95845e790ebe17',1,'lsInternal::lsGraph::print()'],['../classlsMesh.html#a32b0311db368cccb62d2ff8eee1a10a4',1,'lsMesh::print()'],['../classlsMessage.html#a180aade911695157f8efdd325e4aaf42',1,'lsMessage::print()'],['../classlsDomain.html#acd24851408ebf57b1e98c8577b5a4676',1,'lsDomain::print()'],['../classlsInternal_1_1lsGraph.html#ab8d1efbe073e9ca21f95845e790ebe17',1,'lsInternal::lsGraph::print()'],['../classlsMesh.html#a32b0311db368cccb62d2ff8eee1a10a4',1,'lsMesh::print()'],['../classlsMessage.html#a180aade911695157f8efdd325e4aaf42',1,'lsMessage::print()']]]
-];
diff --git a/docs/doxygen/html/search/functions_d.html b/docs/doxygen/html/search/functions_d.html
deleted file mode 100644
index ada2b817..00000000
--- a/docs/doxygen/html/search/functions_d.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_d.js b/docs/doxygen/html/search/functions_d.js
deleted file mode 100644
index 64476a6a..00000000
--- a/docs/doxygen/html/search/functions_d.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var searchData=
-[
- ['reducetimestephamiltonjacobi_0',['reduceTimeStepHamiltonJacobi',['../namespacelsInternal_1_1advect.html#a55518456d0d4959c618121a07da6ff22',1,'lsInternal::advect']]],
- ['removeduplicatenodes_1',['removeDuplicateNodes',['../classlsMesh.html#ab4e41a44cea55b071f652302bc2249a4',1,'lsMesh::removeDuplicateNodes()'],['../classlsMesh.html#ab4e41a44cea55b071f652302bc2249a4',1,'lsMesh::removeDuplicateNodes()']]],
- ['rootsumsquarepow3_2',['rootSumSquarePow3',['../namespacelsInternal.html#af475b51c8bd1acca4e2723a1d4db79e8',1,'lsInternal']]]
-];
diff --git a/docs/doxygen/html/search/functions_e.html b/docs/doxygen/html/search/functions_e.html
deleted file mode 100644
index 12977150..00000000
--- a/docs/doxygen/html/search/functions_e.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_e.js b/docs/doxygen/html/search/functions_e.js
deleted file mode 100644
index 4b5278b9..00000000
--- a/docs/doxygen/html/search/functions_e.js
+++ /dev/null
@@ -1,60 +0,0 @@
-var searchData=
-[
- ['serialize_0',['serialize',['../classlsPointData.html#a10c65b8990f36d866f51cd6d4860eb79',1,'lsPointData::serialize()'],['../classlsDomain.html#a6e8a316b00c046168c2ee64336b48e7f',1,'lsDomain::serialize()'],['../classlsPointData.html#a10c65b8990f36d866f51cd6d4860eb79',1,'lsPointData::serialize()'],['../classlsDomain.html#a6e8a316b00c046168c2ee64336b48e7f',1,'lsDomain::serialize()']]],
- ['setadvectiondistribution_1',['setAdvectionDistribution',['../classlsGeometricAdvect.html#a5dcfef14087ec1ae3459f192f197921b',1,'lsGeometricAdvect::setAdvectionDistribution(lsSmartPointer< DistType > passedDist)'],['../classlsGeometricAdvect.html#a5dcfef14087ec1ae3459f192f197921b',1,'lsGeometricAdvect::setAdvectionDistribution(lsSmartPointer< DistType > passedDist)']]],
- ['setadvectiontime_2',['setAdvectionTime',['../classlsAdvect.html#ad0504339e8d545dfec417acd5c6b0eb7',1,'lsAdvect::setAdvectionTime(double time)'],['../classlsAdvect.html#ad0504339e8d545dfec417acd5c6b0eb7',1,'lsAdvect::setAdvectionTime(double time)']]],
- ['setbooleanoperation_3',['setBooleanOperation',['../classlsBooleanOperation.html#ac904f34f63ebc791b392e04f0bb98a0f',1,'lsBooleanOperation::setBooleanOperation(lsBooleanOperationEnum passedOperation)'],['../classlsBooleanOperation.html#ac904f34f63ebc791b392e04f0bb98a0f',1,'lsBooleanOperation::setBooleanOperation(lsBooleanOperationEnum passedOperation)']]],
- ['setbooleanoperationcomparator_4',['setBooleanOperationComparator',['../classlsBooleanOperation.html#ad0897af105fa3ff9decf2ee7a78849e4',1,'lsBooleanOperation::setBooleanOperationComparator(ComparatorType passedOperationComp)'],['../classlsBooleanOperation.html#ad0897af105fa3ff9decf2ee7a78849e4',1,'lsBooleanOperation::setBooleanOperationComparator(ComparatorType passedOperationComp)']]],
- ['setcalculatenormalvectors_5',['setCalculateNormalVectors',['../classlsAdvect.html#aa2aba91f9cccd19247a5017d9b1b4142',1,'lsAdvect::setCalculateNormalVectors(bool cnv)'],['../classlsAdvect.html#aa2aba91f9cccd19247a5017d9b1b4142',1,'lsAdvect::setCalculateNormalVectors(bool cnv)']]],
- ['setcurvaturetype_6',['setCurvatureType',['../classlsCalculateCurvatures.html#aee1468901a7d14fade9ddb8a3e1d3028',1,'lsCalculateCurvatures::setCurvatureType(lsCurvatureEnum passedType)'],['../classlsCalculateCurvatures.html#aee1468901a7d14fade9ddb8a3e1d3028',1,'lsCalculateCurvatures::setCurvatureType(lsCurvatureEnum passedType)']]],
- ['setdetectionmethod_7',['setDetectionMethod',['../classlsDetectFeatures.html#aa629b0e8866d889f03745fc7a99aab2f',1,'lsDetectFeatures::setDetectionMethod(lsFeatureDetectionEnum passedMethod)'],['../classlsDetectFeatures.html#aa629b0e8866d889f03745fc7a99aab2f',1,'lsDetectFeatures::setDetectionMethod(lsFeatureDetectionEnum passedMethod)']]],
- ['setdetectionthreshold_8',['setDetectionThreshold',['../classlsDetectFeatures.html#a717d46c6f74c61a002950dc5438ebc52',1,'lsDetectFeatures::setDetectionThreshold(T threshold)'],['../classlsDetectFeatures.html#a717d46c6f74c61a002950dc5438ebc52',1,'lsDetectFeatures::setDetectionThreshold(T threshold)']]],
- ['setdetectlargestsurface_9',['setDetectLargestSurface',['../classlsMarkVoidPoints.html#a243d5e532bf4e9b43f533e813e1bd580',1,'lsMarkVoidPoints::setDetectLargestSurface(bool passedDetect)'],['../classlsMarkVoidPoints.html#a243d5e532bf4e9b43f533e813e1bd580',1,'lsMarkVoidPoints::setDetectLargestSurface(bool passedDetect)']]],
- ['setdissipationalpha_10',['setDissipationAlpha',['../classlsAdvect.html#af644ebf0efd6dbef33865a9c5c61988c',1,'lsAdvect::setDissipationAlpha(const double &a)'],['../classlsAdvect.html#af644ebf0efd6dbef33865a9c5c61988c',1,'lsAdvect::setDissipationAlpha(const double &a)']]],
- ['setextracthullmesh_11',['setExtractHullMesh',['../classlsWriteVisualizationMesh.html#a4e7c4966242b49a485339c033bfee7c6',1,'lsWriteVisualizationMesh::setExtractHullMesh(bool passedExtractHullMesh)'],['../classlsWriteVisualizationMesh.html#a4e7c4966242b49a485339c033bfee7c6',1,'lsWriteVisualizationMesh::setExtractHullMesh(bool passedExtractHullMesh)']]],
- ['setextractvolumemesh_12',['setExtractVolumeMesh',['../classlsWriteVisualizationMesh.html#a6e9ff4fb3603a1f0f43c71b85a972997',1,'lsWriteVisualizationMesh::setExtractVolumeMesh(bool passedExtractVolumeMesh)'],['../classlsWriteVisualizationMesh.html#a6e9ff4fb3603a1f0f43c71b85a972997',1,'lsWriteVisualizationMesh::setExtractVolumeMesh(bool passedExtractVolumeMesh)']]],
- ['setfileformat_13',['setFileFormat',['../classlsVTKWriter.html#a2230804fecd34e03f9df7630a83e1127',1,'lsVTKWriter::setFileFormat(lsFileFormatEnum passedFormat)'],['../classlsVTKWriter.html#a2230804fecd34e03f9df7630a83e1127',1,'lsVTKWriter::setFileFormat(lsFileFormatEnum passedFormat)'],['../classlsVTKReader.html#a4eb7135b138c7cc8ae7f8699b3955792',1,'lsVTKReader::setFileFormat(lsFileFormatEnum passedFormat)'],['../classlsVTKReader.html#a4eb7135b138c7cc8ae7f8699b3955792',1,'lsVTKReader::setFileFormat(lsFileFormatEnum passedFormat)']]],
- ['setfilename_14',['setFileName',['../classlsWriteVisualizationMesh.html#adf13ee153843fdc4336a2209a0167ad6',1,'lsWriteVisualizationMesh::setFileName()'],['../classlsWriter.html#a6967cd115c75e3d295c63e1f19d7528f',1,'lsWriter::setFileName()'],['../classlsVTKWriter.html#a4ae62b592bed4f6d213ac155d1d310f8',1,'lsVTKWriter::setFileName()'],['../classlsVTKReader.html#af94bb5b08cee78c16cb059381241872f',1,'lsVTKReader::setFileName()'],['../classlsReader.html#ab6fb71c3c52d774d4a5240999ef46a2d',1,'lsReader::setFileName()'],['../classlsWriteVisualizationMesh.html#adf13ee153843fdc4336a2209a0167ad6',1,'lsWriteVisualizationMesh::setFileName()'],['../classlsWriter.html#a6967cd115c75e3d295c63e1f19d7528f',1,'lsWriter::setFileName()'],['../classlsVTKWriter.html#a4ae62b592bed4f6d213ac155d1d310f8',1,'lsVTKWriter::setFileName()'],['../classlsVTKReader.html#af94bb5b08cee78c16cb059381241872f',1,'lsVTKReader::setFileName()'],['../classlsReader.html#ab6fb71c3c52d774d4a5240999ef46a2d',1,'lsReader::setFileName()']]],
- ['setgeometry_15',['setGeometry',['../classlsMakeGeometry.html#a2eb2ded44c6e812aaab713805403f2f7',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsSphere< T, D > > passedSphere)'],['../classlsMakeGeometry.html#a49baefee65e4caf5a016a6e5ede98294',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsPlane< T, D > > passedPlane)'],['../classlsMakeGeometry.html#a300aefa23081546b6f36e4cc1bdc0a69',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsBox< T, D > > passedBox)'],['../classlsMakeGeometry.html#ae8a3d7a7b3a6307fe10e9f5fd74f944d',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsCylinder< T, D > > passedCylinder)'],['../classlsMakeGeometry.html#a1237597a324b1fead8ebddb13cefdae2',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)'],['../classlsMakeGeometry.html#a2eb2ded44c6e812aaab713805403f2f7',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsSphere< T, D > > passedSphere)'],['../classlsMakeGeometry.html#a49baefee65e4caf5a016a6e5ede98294',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsPlane< T, D > > passedPlane)'],['../classlsMakeGeometry.html#a300aefa23081546b6f36e4cc1bdc0a69',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsBox< T, D > > passedBox)'],['../classlsMakeGeometry.html#ae8a3d7a7b3a6307fe10e9f5fd74f944d',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsCylinder< T, D > > passedCylinder)'],['../classlsMakeGeometry.html#a1237597a324b1fead8ebddb13cefdae2',1,'lsMakeGeometry::setGeometry(lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)']]],
- ['setgrid_16',['setGrid',['../classlsFromVolumeMesh.html#a7c19a58c41c41ea995eba128c947a2bc',1,'lsFromVolumeMesh::setGrid(const GridType &passedGrid)'],['../classlsFromVolumeMesh.html#a7c19a58c41c41ea995eba128c947a2bc',1,'lsFromVolumeMesh::setGrid(const GridType &passedGrid)']]],
- ['setignoreboundaryconditions_17',['setIgnoreBoundaryConditions',['../classlsMakeGeometry.html#a33c32a76da73eb4bb4a8bee39695c680',1,'lsMakeGeometry::setIgnoreBoundaryConditions(bool passedIgnoreBoundaryConditions)'],['../classlsMakeGeometry.html#a17f1b69119d2c13483b1679ba80f05cc',1,'lsMakeGeometry::setIgnoreBoundaryConditions(std::array< bool, N > passedIgnoreBoundaryConditions)'],['../classlsMakeGeometry.html#a33c32a76da73eb4bb4a8bee39695c680',1,'lsMakeGeometry::setIgnoreBoundaryConditions(bool passedIgnoreBoundaryConditions)'],['../classlsMakeGeometry.html#a17f1b69119d2c13483b1679ba80f05cc',1,'lsMakeGeometry::setIgnoreBoundaryConditions(std::array< bool, N > passedIgnoreBoundaryConditions)']]],
- ['setignorevoids_18',['setIgnoreVoids',['../classlsAdvect.html#a520e28feacd2655a4eff2a33e1d7f92d',1,'lsAdvect::setIgnoreVoids(bool iV)'],['../classlsAdvect.html#a520e28feacd2655a4eff2a33e1d7f92d',1,'lsAdvect::setIgnoreVoids(bool iV)']]],
- ['setintegrationscheme_19',['setIntegrationScheme',['../classlsAdvect.html#a5f46e20b204edca8a987514909e34907',1,'lsAdvect::setIntegrationScheme(lsIntegrationSchemeEnum scheme)'],['../classlsAdvect.html#a5f46e20b204edca8a987514909e34907',1,'lsAdvect::setIntegrationScheme(lsIntegrationSchemeEnum scheme)']]],
- ['setlevelset_20',['setLevelSet',['../classlsMakeGeometry.html#a2ac9a93fae272254438aeefa8b3af64f',1,'lsMakeGeometry::setLevelSet()'],['../classlsCalculateCurvatures.html#abbbf1ab5d0812ca4edc0cc23b835ccab',1,'lsCalculateCurvatures::setLevelSet()'],['../classlsGeometricAdvect.html#addaab4d1b849441b549c0b383d2e2507',1,'lsGeometricAdvect::setLevelSet()'],['../classlsFromSurfaceMesh.html#aa504298e7bb5512c49af4f3ac440e283',1,'lsFromSurfaceMesh::setLevelSet()'],['../classlsFromMesh.html#a1833593eb956deb6701d6fb7c4345afb',1,'lsFromMesh::setLevelSet()'],['../classlsExpand.html#ae076432f719f6098286376e6d148d3c8',1,'lsExpand::setLevelSet()'],['../classlsCheck.html#aeda6fbde3665a7a65153527595efbace',1,'lsCheck::setLevelSet()'],['../classlsCalculateNormalVectors.html#adacb5ae1ec8eb349c17c95cd4d22b4d8',1,'lsCalculateNormalVectors::setLevelSet()'],['../classlsToMesh.html#a94c62571bdc746bd46e19fba607cb5e8',1,'lsToMesh::setLevelSet()'],['../classlsMarkVoidPoints.html#a748bebbc84d590b304c97b57b2f89aee',1,'lsMarkVoidPoints::setLevelSet()'],['../classlsPrune.html#ab2d51c7308d612aaf392b0ae91302735',1,'lsPrune::setLevelSet()'],['../classlsReader.html#a2e1f872ba70b54007c32e812069a894f',1,'lsReader::setLevelSet()'],['../classlsReduce.html#ab70e84ea1c25a5221130f0b1e9898530',1,'lsReduce::setLevelSet()'],['../classlsRemoveStrayPoints.html#aac847111ad0aceaafcedb19cb36f552b',1,'lsRemoveStrayPoints::setLevelSet()'],['../classlsToDiskMesh.html#a145dd8efe0bd06d935d356ca3e847252',1,'lsToDiskMesh::setLevelSet()'],['../classlsToMesh.html#a94c62571bdc746bd46e19fba607cb5e8',1,'lsToMesh::setLevelSet()'],['../classlsToSurfaceMesh.html#a548d339bbe631f125c9109bc78664d19',1,'lsToSurfaceMesh::setLevelSet()'],['../classlsWriter.html#aa84f60af9f8f5c0fefe7566f4f788aa5',1,'lsWriter::setLevelSet(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsWriter.html#aa84f60af9f8f5c0fefe7566f4f788aa5',1,'lsWriter::setLevelSet(lsSmartPointer< lsDomain< T, D > > passedLevelSet)'],['../classlsBooleanOperation.html#a615c4ca23805b39d7e7d12b8cd45c2bb',1,'lsBooleanOperation::setLevelSet()'],['../classlsCalculateCurvatures.html#abbbf1ab5d0812ca4edc0cc23b835ccab',1,'lsCalculateCurvatures::setLevelSet()'],['../classlsCalculateNormalVectors.html#adacb5ae1ec8eb349c17c95cd4d22b4d8',1,'lsCalculateNormalVectors::setLevelSet()'],['../classlsCheck.html#aeda6fbde3665a7a65153527595efbace',1,'lsCheck::setLevelSet()'],['../classlsExpand.html#ae076432f719f6098286376e6d148d3c8',1,'lsExpand::setLevelSet()'],['../classlsFromMesh.html#a1833593eb956deb6701d6fb7c4345afb',1,'lsFromMesh::setLevelSet()'],['../classlsFromSurfaceMesh.html#aa504298e7bb5512c49af4f3ac440e283',1,'lsFromSurfaceMesh::setLevelSet()'],['../classlsGeometricAdvect.html#addaab4d1b849441b549c0b383d2e2507',1,'lsGeometricAdvect::setLevelSet()'],['../classlsMakeGeometry.html#a2ac9a93fae272254438aeefa8b3af64f',1,'lsMakeGeometry::setLevelSet()'],['../classlsMarkVoidPoints.html#a748bebbc84d590b304c97b57b2f89aee',1,'lsMarkVoidPoints::setLevelSet()'],['../classlsPrune.html#ab2d51c7308d612aaf392b0ae91302735',1,'lsPrune::setLevelSet()'],['../classlsReader.html#a2e1f872ba70b54007c32e812069a894f',1,'lsReader::setLevelSet()'],['../classlsReduce.html#ab70e84ea1c25a5221130f0b1e9898530',1,'lsReduce::setLevelSet()'],['../classlsRemoveStrayPoints.html#aac847111ad0aceaafcedb19cb36f552b',1,'lsRemoveStrayPoints::setLevelSet()'],['../classlsToDiskMesh.html#a145dd8efe0bd06d935d356ca3e847252',1,'lsToDiskMesh::setLevelSet()'],['../classlsToSurfaceMesh.html#a548d339bbe631f125c9109bc78664d19',1,'lsToSurfaceMesh::setLevelSet()'],['../classlsBooleanOperation.html#a615c4ca23805b39d7e7d12b8cd45c2bb',1,'lsBooleanOperation::setLevelSet()']]],
- ['setlevelsetwidth_21',['setLevelSetWidth',['../classlsDomain.html#a615d5361183773a25292ead3c3a6ef08',1,'lsDomain::setLevelSetWidth(int width)'],['../classlsDomain.html#a615d5361183773a25292ead3c3a6ef08',1,'lsDomain::setLevelSetWidth(int width)']]],
- ['setmasklevelset_22',['setMaskLevelSet',['../classlsGeometricAdvect.html#a1f174312eeb260817eea7f02131e5ab6',1,'lsGeometricAdvect::setMaskLevelSet(lsSmartPointer< lsDomain< T, D > > passedMaskLevelSet)'],['../classlsGeometricAdvect.html#a1f174312eeb260817eea7f02131e5ab6',1,'lsGeometricAdvect::setMaskLevelSet(lsSmartPointer< lsDomain< T, D > > passedMaskLevelSet)']]],
- ['setmaxvalue_23',['setMaxValue',['../classlsCalculateCurvatures.html#a939081a3cd9dd253181c14a33e313464',1,'lsCalculateCurvatures::setMaxValue()'],['../classlsToDiskMesh.html#a7e3e5102273b013af75c4bb6a190ead6',1,'lsToDiskMesh::setMaxValue()'],['../classlsCalculateNormalVectors.html#a92100e8acaca1a49e4f15e8dd1be7689',1,'lsCalculateNormalVectors::setMaxValue()'],['../classlsToDiskMesh.html#a7e3e5102273b013af75c4bb6a190ead6',1,'lsToDiskMesh::setMaxValue()'],['../classlsCalculateCurvatures.html#a939081a3cd9dd253181c14a33e313464',1,'lsCalculateCurvatures::setMaxValue()'],['../classlsCalculateNormalVectors.html#a92100e8acaca1a49e4f15e8dd1be7689',1,'lsCalculateNormalVectors::setMaxValue()']]],
- ['setmesh_24',['setMesh',['../classlsConvexHull.html#abd6b029f56e1bc91aa3e3f99cfde44a1',1,'lsConvexHull::setMesh()'],['../classlsVTKWriter.html#a3abeca7dfc8d22c29ec6605528db6b7b',1,'lsVTKWriter::setMesh()'],['../classlsVTKReader.html#af26177365584de61224dc344dd7f7d36',1,'lsVTKReader::setMesh()'],['../classlsToVoxelMesh.html#ab2217769b1b5e09dca03f39fc4e56b53',1,'lsToVoxelMesh::setMesh()'],['../classlsToSurfaceMesh.html#aaaf1a854f85dfd75b966f9d18bacda17',1,'lsToSurfaceMesh::setMesh()'],['../classlsToMesh.html#ad501660c40efd3b98dce022251fd4017',1,'lsToMesh::setMesh()'],['../classlsToDiskMesh.html#a2808196cb03c20e9759e9d59f871b673',1,'lsToDiskMesh::setMesh()'],['../classlsFromVolumeMesh.html#ab7e2b04fd398a5ee5a135aa85ad72992',1,'lsFromVolumeMesh::setMesh()'],['../classlsFromSurfaceMesh.html#ae9ce0569134d7a955ee4e44f11abe61d',1,'lsFromSurfaceMesh::setMesh()'],['../classlsFromMesh.html#a0ea2cfb6e39b9185e24daae66198642b',1,'lsFromMesh::setMesh()'],['../classlsConvexHull.html#abd6b029f56e1bc91aa3e3f99cfde44a1',1,'lsConvexHull::setMesh()'],['../classlsVTKWriter.html#a3abeca7dfc8d22c29ec6605528db6b7b',1,'lsVTKWriter::setMesh()'],['../classlsVTKReader.html#af26177365584de61224dc344dd7f7d36',1,'lsVTKReader::setMesh()'],['../classlsToVoxelMesh.html#ab2217769b1b5e09dca03f39fc4e56b53',1,'lsToVoxelMesh::setMesh()'],['../classlsToSurfaceMesh.html#aaaf1a854f85dfd75b966f9d18bacda17',1,'lsToSurfaceMesh::setMesh()'],['../classlsToMesh.html#ad501660c40efd3b98dce022251fd4017',1,'lsToMesh::setMesh()'],['../classlsToDiskMesh.html#a2808196cb03c20e9759e9d59f871b673',1,'lsToDiskMesh::setMesh()'],['../classlsFromVolumeMesh.html#ab7e2b04fd398a5ee5a135aa85ad72992',1,'lsFromVolumeMesh::setMesh()'],['../classlsFromSurfaceMesh.html#ae9ce0569134d7a955ee4e44f11abe61d',1,'lsFromSurfaceMesh::setMesh()'],['../classlsFromMesh.html#a0ea2cfb6e39b9185e24daae66198642b',1,'lsFromMesh::setMesh()']]],
- ['setnonewsegment_25',['setNoNewSegment',['../classlsReduce.html#a79b094f1253082aa9d7a0818b3bc9e17',1,'lsReduce::setNoNewSegment(bool passedNoNewSegment)'],['../classlsReduce.html#a79b094f1253082aa9d7a0818b3bc9e17',1,'lsReduce::setNoNewSegment(bool passedNoNewSegment)']]],
- ['setonlyactive_26',['setOnlyActive',['../classlsToMesh.html#acae91b8a8f912523b36bd7a4980d7cbb',1,'lsToMesh::setOnlyActive(bool passedOnlyActive)'],['../classlsToMesh.html#acae91b8a8f912523b36bd7a4980d7cbb',1,'lsToMesh::setOnlyActive(bool passedOnlyActive)']]],
- ['setonlydefined_27',['setOnlyDefined',['../classlsToMesh.html#a2e06030e5a2d621398d3104092cff1cb',1,'lsToMesh::setOnlyDefined(bool passedOnlyDefined)'],['../classlsToMesh.html#a2e06030e5a2d621398d3104092cff1cb',1,'lsToMesh::setOnlyDefined(bool passedOnlyDefined)']]],
- ['setpointcloud_28',['setPointCloud',['../classlsConvexHull.html#a07e0ad51f2fbe925bd2201dbd2e9ea1f',1,'lsConvexHull::setPointCloud(lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)'],['../classlsConvexHull.html#a07e0ad51f2fbe925bd2201dbd2e9ea1f',1,'lsConvexHull::setPointCloud(lsSmartPointer< lsPointCloud< T, D > > passedPointCloud)']]],
- ['setprintmessage_29',['setPrintMessage',['../classlsCheck.html#a4fc80ee1ad5d72af7d1ec8a5407d9095',1,'lsCheck::setPrintMessage(bool print)'],['../classlsCheck.html#a4fc80ee1ad5d72af7d1ec8a5407d9095',1,'lsCheck::setPrintMessage(bool print)']]],
- ['setprocesstime_30',['setProcessTime',['../classViewFactorProcess.html#af1d7c53a9b2a1248b01c627a7fab956e',1,'ViewFactorProcess']]],
- ['setpruneresult_31',['setPruneResult',['../classlsBooleanOperation.html#a2da3a198e269eb99886aa076f55d9a91',1,'lsBooleanOperation::setPruneResult(bool pR)'],['../classlsBooleanOperation.html#a2da3a198e269eb99886aa076f55d9a91',1,'lsBooleanOperation::setPruneResult(bool pR)']]],
- ['setremoveboundarytriangles_32',['setRemoveBoundaryTriangles',['../classlsFromSurfaceMesh.html#a88a91f1e8e9e872236654eb370b0f8c1',1,'lsFromSurfaceMesh::setRemoveBoundaryTriangles(bool passedRemoveBoundaryTriangles)'],['../classlsFromSurfaceMesh.html#a2b855261a82c28690f455420dc929123',1,'lsFromSurfaceMesh::setRemoveBoundaryTriangles(std::array< bool, N > passedRemoveBoundaryTriangles)'],['../classlsFromVolumeMesh.html#a6d01f44d80f05cef2ce836a6e1ae822c',1,'lsFromVolumeMesh::setRemoveBoundaryTriangles()'],['../classlsFromSurfaceMesh.html#a88a91f1e8e9e872236654eb370b0f8c1',1,'lsFromSurfaceMesh::setRemoveBoundaryTriangles(bool passedRemoveBoundaryTriangles)'],['../classlsFromSurfaceMesh.html#a2b855261a82c28690f455420dc929123',1,'lsFromSurfaceMesh::setRemoveBoundaryTriangles(std::array< bool, N > passedRemoveBoundaryTriangles)'],['../classlsFromVolumeMesh.html#a6d01f44d80f05cef2ce836a6e1ae822c',1,'lsFromVolumeMesh::setRemoveBoundaryTriangles()']]],
- ['setremovestrayzeros_33',['setRemoveStrayZeros',['../classlsPrune.html#a0e56c094eed1ec3088d03e365a00b227',1,'lsPrune::setRemoveStrayZeros(bool rsz)'],['../classlsPrune.html#a0e56c094eed1ec3088d03e365a00b227',1,'lsPrune::setRemoveStrayZeros(bool rsz)']]],
- ['setreversevoiddetection_34',['setReverseVoidDetection',['../classlsMarkVoidPoints.html#a74b6de628e2bbcfa932b43085955492f',1,'lsMarkVoidPoints::setReverseVoidDetection(bool passedReverseVoidDetection)'],['../classlsMarkVoidPoints.html#a74b6de628e2bbcfa932b43085955492f',1,'lsMarkVoidPoints::setReverseVoidDetection(bool passedReverseVoidDetection)']]],
- ['setsaveadvectionvelocities_35',['setSaveAdvectionVelocities',['../classlsAdvect.html#a1f78eb026aa00ec77cf420fe3674dd03',1,'lsAdvect::setSaveAdvectionVelocities(bool sAV)'],['../classlsAdvect.html#a1f78eb026aa00ec77cf420fe3674dd03',1,'lsAdvect::setSaveAdvectionVelocities(bool sAV)']]],
- ['setsavecomponentids_36',['setSaveComponentIds',['../classlsMarkVoidPoints.html#a7b9ae4f0778a684458fc98d50b4c556f',1,'lsMarkVoidPoints::setSaveComponentIds(bool scid)'],['../classlsMarkVoidPoints.html#a7b9ae4f0778a684458fc98d50b4c556f',1,'lsMarkVoidPoints::setSaveComponentIds(bool scid)']]],
- ['setscalardatalabel_37',['setScalarDataLabel',['../classlsPointData.html#a55bb6c76bade1d082affdbb83ff1e004',1,'lsPointData::setScalarDataLabel(int index, std::string newLabel)'],['../classlsPointData.html#a55bb6c76bade1d082affdbb83ff1e004',1,'lsPointData::setScalarDataLabel(int index, std::string newLabel)']]],
- ['setsecondlevelset_38',['setSecondLevelSet',['../classlsBooleanOperation.html#a054463b6dd648148ceb0e1b28633f8e2',1,'lsBooleanOperation::setSecondLevelSet(lsSmartPointer< lsDomain< T, D > > passedlsDomain)'],['../classlsBooleanOperation.html#a054463b6dd648148ceb0e1b28633f8e2',1,'lsBooleanOperation::setSecondLevelSet(lsSmartPointer< lsDomain< T, D > > passedlsDomain)']]],
- ['setsidewallnormal_39',['setSidewallNormal',['../classViewFactorProcess.html#a990795836ef045262d8fb85a7bbe1875',1,'ViewFactorProcess']]],
- ['setsinglestep_40',['setSingleStep',['../classlsAdvect.html#accf51dda5ac4830d9b54f1d4ef15ba57',1,'lsAdvect::setSingleStep(bool singleStep)'],['../classlsAdvect.html#accf51dda5ac4830d9b54f1d4ef15ba57',1,'lsAdvect::setSingleStep(bool singleStep)']]],
- ['setsortpointlist_41',['setSortPointList',['../classlsFromMesh.html#a508528bcbe5da9af9955376e716a8881',1,'lsFromMesh::setSortPointList(bool passedSortPointList)'],['../classlsFromMesh.html#a508528bcbe5da9af9955376e716a8881',1,'lsFromMesh::setSortPointList(bool passedSortPointList)']]],
- ['setsubstrate_42',['setSubstrate',['../classViewFactorProcess.html#a240a61d969e0bb05b31624d5fdf05e0e',1,'ViewFactorProcess']]],
- ['settimestep_43',['setTimeStep',['../classViewFactorProcess.html#a840c5d43aa814965606e5af87187dec4',1,'ViewFactorProcess']]],
- ['settimestepratio_44',['setTimeStepRatio',['../classlsAdvect.html#ac1ec99a52859c693e3c8741f50329a7e',1,'lsAdvect::setTimeStepRatio(const double &cfl)'],['../classlsAdvect.html#ac1ec99a52859c693e3c8741f50329a7e',1,'lsAdvect::setTimeStepRatio(const double &cfl)']]],
- ['settoprate_45',['setTopRate',['../classViewFactorProcess.html#a111cc7d2c23bb722f2d1d32fd1b803fa',1,'ViewFactorProcess']]],
- ['settranslator_46',['setTranslator',['../classlsToDiskMesh.html#a1924a3500c4dcdbedfea8919c028fdc3',1,'lsToDiskMesh::setTranslator(lsSmartPointer< TranslatorType > passedTranslator)'],['../classlsToDiskMesh.html#a1924a3500c4dcdbedfea8919c028fdc3',1,'lsToDiskMesh::setTranslator(lsSmartPointer< TranslatorType > passedTranslator)']]],
- ['settrenchdepth_47',['setTrenchDepth',['../classViewFactorProcess.html#ac48bbadbec41f511dfc7e167ed311ec3',1,'ViewFactorProcess']]],
- ['settrenchdiameter_48',['setTrenchDiameter',['../classViewFactorProcess.html#a478d2af1b30b8ffdeb2a5081b297448a',1,'ViewFactorProcess']]],
- ['setupdatepointdata_49',['setUpdatePointData',['../classlsToSurfaceMesh.html#ade3d85a6d3a8446f1c67aae91cbce69a',1,'lsToSurfaceMesh::setUpdatePointData()'],['../classlsReduce.html#a53211bd04c40297d39719fc9fdccbd6a',1,'lsReduce::setUpdatePointData()'],['../classlsPrune.html#a2b523272d509bf8da9559f1536277ea7',1,'lsPrune::setUpdatePointData(bool update)'],['../classlsPrune.html#a2b523272d509bf8da9559f1536277ea7',1,'lsPrune::setUpdatePointData(bool update)'],['../classlsExpand.html#a44cb42819fc0b8eae9ae0698b7346aa9',1,'lsExpand::setUpdatePointData()'],['../classlsBooleanOperation.html#ac16373cd720e46654721ca7f95fcbaff',1,'lsBooleanOperation::setUpdatePointData()'],['../classlsToSurfaceMesh.html#ade3d85a6d3a8446f1c67aae91cbce69a',1,'lsToSurfaceMesh::setUpdatePointData()'],['../classlsReduce.html#a53211bd04c40297d39719fc9fdccbd6a',1,'lsReduce::setUpdatePointData()'],['../classlsExpand.html#a44cb42819fc0b8eae9ae0698b7346aa9',1,'lsExpand::setUpdatePointData()'],['../classlsBooleanOperation.html#ac16373cd720e46654721ca7f95fcbaff',1,'lsBooleanOperation::setUpdatePointData()'],['../classlsAdvect.html#a58b680304b836eaf906539a86633b1ab',1,'lsAdvect::setUpdatePointData(bool update)'],['../classlsAdvect.html#a58b680304b836eaf906539a86633b1ab',1,'lsAdvect::setUpdatePointData(bool update)']]],
- ['setvectordatalabel_50',['setVectorDataLabel',['../classlsPointData.html#a252f30652d7d9bd2823bc2d73142ede7',1,'lsPointData::setVectorDataLabel(int index, std::string newLabel)'],['../classlsPointData.html#a252f30652d7d9bd2823bc2d73142ede7',1,'lsPointData::setVectorDataLabel(int index, std::string newLabel)']]],
- ['setvelocityfield_51',['setVelocityField',['../classlsAdvect.html#a33f8966aac303d434345cca2b6139815',1,'lsAdvect::setVelocityField(lsSmartPointer< VelocityField > passedVelocities)'],['../classlsAdvect.html#a33f8966aac303d434345cca2b6139815',1,'lsAdvect::setVelocityField(lsSmartPointer< VelocityField > passedVelocities)']]],
- ['setvoidtopsurface_52',['setVoidTopSurface',['../classlsRemoveStrayPoints.html#a7d484d9f3563f8d52bbc3a56afe14736',1,'lsRemoveStrayPoints::setVoidTopSurface(lsVoidTopSurfaceEnum topSurface)'],['../classlsRemoveStrayPoints.html#a7d484d9f3563f8d52bbc3a56afe14736',1,'lsRemoveStrayPoints::setVoidTopSurface(lsVoidTopSurfaceEnum topSurface)'],['../classlsMarkVoidPoints.html#a501b738173e4aac1e8a6c67ab60f8461',1,'lsMarkVoidPoints::setVoidTopSurface(lsVoidTopSurfaceEnum topSurface)'],['../classlsMarkVoidPoints.html#a501b738173e4aac1e8a6c67ab60f8461',1,'lsMarkVoidPoints::setVoidTopSurface(lsVoidTopSurfaceEnum topSurface)']]],
- ['setwidth_53',['setWidth',['../classlsExpand.html#af347c11def96375fec96c6bbd192491c',1,'lsExpand::setWidth()'],['../classlsReduce.html#a7065af6add1b12483b135a1044e041af',1,'lsReduce::setWidth()'],['../classlsExpand.html#af347c11def96375fec96c6bbd192491c',1,'lsExpand::setWidth()'],['../classlsReduce.html#a7065af6add1b12483b135a1044e041af',1,'lsReduce::setWidth()']]],
- ['size_54',['size',['../classlsPointCloud.html#ac78a4af3b7efa9dc2ba1b3eb4873ad3e',1,'lsPointCloud::size()'],['../classlsPointCloud.html#ac78a4af3b7efa9dc2ba1b3eb4873ad3e',1,'lsPointCloud::size()']]],
- ['smallstencilfromiterator_55',['smallStencilFromIterator',['../namespacelsInternal.html#a354a75c75dbbe14b92815df6c365da7e',1,'lsInternal']]],
- ['squaresumsquare_56',['squareSumSquare',['../namespacelsInternal.html#a19cf4bf13e22b8ff3e4ce2eb618b2fca',1,'lsInternal']]]
-];
diff --git a/docs/doxygen/html/search/functions_f.html b/docs/doxygen/html/search/functions_f.html
deleted file mode 100644
index d2ae3cf5..00000000
--- a/docs/doxygen/html/search/functions_f.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/functions_f.js b/docs/doxygen/html/search/functions_f.js
deleted file mode 100644
index c594982c..00000000
--- a/docs/doxygen/html/search/functions_f.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['translatefromdata_0',['translateFromData',['../classlsPointData.html#aaf624f7d7e794bc592aecf65205fcb1a',1,'lsPointData::translateFromData(const lsPointData &source, const std::vector< unsigned > &indices)'],['../classlsPointData.html#aaf624f7d7e794bc592aecf65205fcb1a',1,'lsPointData::translateFromData(const lsPointData &source, const std::vector< unsigned > &indices)']]],
- ['translatefrommultidata_1',['translateFromMultiData',['../classlsPointData.html#a0412ae51f26063162d3ee73e3291d2cd',1,'lsPointData::translateFromMultiData(const lsPointData &source, const std::vector< std::vector< unsigned > > &indicesVector)'],['../classlsPointData.html#a0412ae51f26063162d3ee73e3291d2cd',1,'lsPointData::translateFromMultiData(const lsPointData &source, const std::vector< std::vector< unsigned > > &indicesVector)']]]
-];
diff --git a/docs/doxygen/html/search/mag_sel.svg b/docs/doxygen/html/search/mag_sel.svg
deleted file mode 100644
index 03626f64..00000000
--- a/docs/doxygen/html/search/mag_sel.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
-
- image/svg+xml
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/doxygen/html/search/namespaces_0.html b/docs/doxygen/html/search/namespaces_0.html
deleted file mode 100644
index c6a0d245..00000000
--- a/docs/doxygen/html/search/namespaces_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/namespaces_0.js b/docs/doxygen/html/search/namespaces_0.js
deleted file mode 100644
index 11235686..00000000
--- a/docs/doxygen/html/search/namespaces_0.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['airgapdeposition_0',['AirGapDeposition',['../namespaceAirGapDeposition.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/namespaces_1.html b/docs/doxygen/html/search/namespaces_1.html
deleted file mode 100644
index 4bf428c6..00000000
--- a/docs/doxygen/html/search/namespaces_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/namespaces_1.js b/docs/doxygen/html/search/namespaces_1.js
deleted file mode 100644
index 31ad681c..00000000
--- a/docs/doxygen/html/search/namespaces_1.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['deposition_0',['Deposition',['../namespaceDeposition.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/namespaces_2.html b/docs/doxygen/html/search/namespaces_2.html
deleted file mode 100644
index c7ad8a03..00000000
--- a/docs/doxygen/html/search/namespaces_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/namespaces_2.js b/docs/doxygen/html/search/namespaces_2.js
deleted file mode 100644
index 3a8ace57..00000000
--- a/docs/doxygen/html/search/namespaces_2.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['geometricadvection_0',['GeometricAdvection',['../namespaceGeometricAdvection.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/namespaces_3.html b/docs/doxygen/html/search/namespaces_3.html
deleted file mode 100644
index 8e9e2190..00000000
--- a/docs/doxygen/html/search/namespaces_3.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/namespaces_3.js b/docs/doxygen/html/search/namespaces_3.js
deleted file mode 100644
index e7201877..00000000
--- a/docs/doxygen/html/search/namespaces_3.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var searchData=
-[
- ['advect_0',['advect',['../namespacelsInternal_1_1advect.html',1,'lsInternal']]],
- ['lsconcepts_1',['lsConcepts',['../namespacelsConcepts.html',1,'']]],
- ['lsinternal_2',['lsInternal',['../namespacelsInternal.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/nomatches.html b/docs/doxygen/html/search/nomatches.html
deleted file mode 100644
index 2b9360b6..00000000
--- a/docs/doxygen/html/search/nomatches.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/doxygen/html/search/pages_0.html b/docs/doxygen/html/search/pages_0.html
deleted file mode 100644
index e53c280e..00000000
--- a/docs/doxygen/html/search/pages_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/pages_0.js b/docs/doxygen/html/search/pages_0.js
deleted file mode 100644
index 08449d6d..00000000
--- a/docs/doxygen/html/search/pages_0.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['contributing_0',['Contributing',['../md_CONTRIBUTING.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/pages_1.html b/docs/doxygen/html/search/pages_1.html
deleted file mode 100644
index 73d9bb19..00000000
--- a/docs/doxygen/html/search/pages_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/pages_1.js b/docs/doxygen/html/search/pages_1.js
deleted file mode 100644
index 8757662e..00000000
--- a/docs/doxygen/html/search/pages_1.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['viennals_0',['ViennaLS',['../index.html',1,'']]]
-];
diff --git a/docs/doxygen/html/search/search.css b/docs/doxygen/html/search/search.css
deleted file mode 100644
index 648a792f..00000000
--- a/docs/doxygen/html/search/search.css
+++ /dev/null
@@ -1,263 +0,0 @@
-/*---------------- Search Box */
-
-#MSearchBox {
- white-space : nowrap;
- background: white;
- border-radius: 0.65em;
- box-shadow: inset 0.5px 0.5px 3px 0px #555;
- z-index: 102;
-}
-
-#MSearchBox .left {
- display: inline-block;
- vertical-align: middle;
- height: 1.4em;
-}
-
-#MSearchSelect {
- display: inline-block;
- vertical-align: middle;
- height: 19px;
- padding: 0 0 0 0.3em;
- margin: 0;
-}
-
-#MSearchField {
- display: inline-block;
- vertical-align: middle;
- width: 7.5em;
- height: 19px;
- margin: 0 0.15em;
- padding: 0;
- line-height: 1em;
- border:none;
- color: #909090;
- outline: none;
- font-family: Arial, Verdana, sans-serif;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- background: none;
-}
-
-@media(hover: none) {
- /* to avoid zooming on iOS */
- #MSearchField {
- font-size: 16px;
- }
-}
-
-#MSearchBox .right {
- display: inline-block;
- vertical-align: middle;
- width: 1.4em;
- height: 1.4em;
-}
-
-#MSearchClose {
- display: none;
- font-size: inherit;
- background : none;
- border: none;
- margin: 0;
- padding: 0;
- outline: none;
-
-}
-
-#MSearchCloseImg {
- height: 1.4em;
- padding: 0.3em;
- margin: 0;
-}
-
-.MSearchBoxActive #MSearchField {
- color: #000000;
-}
-
-#main-menu > li:last-child {
- /* This object is the parent of the search bar */
- display: flex;
- justify-content: center;
- align-items: center;
- height: 36px;
- margin-right: 1em;
-}
-
-/*---------------- Search filter selection */
-
-#MSearchSelectWindow {
- display: none;
- position: absolute;
- left: 0; top: 0;
- border: 1px solid #90A5CE;
- background-color: #F9FAFC;
- z-index: 10001;
- padding-top: 4px;
- padding-bottom: 4px;
- -moz-border-radius: 4px;
- -webkit-border-top-left-radius: 4px;
- -webkit-border-top-right-radius: 4px;
- -webkit-border-bottom-left-radius: 4px;
- -webkit-border-bottom-right-radius: 4px;
- -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
-}
-
-.SelectItem {
- font: 8pt Arial, Verdana, sans-serif;
- padding-left: 2px;
- padding-right: 12px;
- border: 0px;
-}
-
-span.SelectionMark {
- margin-right: 4px;
- font-family: monospace;
- outline-style: none;
- text-decoration: none;
-}
-
-a.SelectItem {
- display: block;
- outline-style: none;
- color: #000000;
- text-decoration: none;
- padding-left: 6px;
- padding-right: 12px;
-}
-
-a.SelectItem:focus,
-a.SelectItem:active {
- color: #000000;
- outline-style: none;
- text-decoration: none;
-}
-
-a.SelectItem:hover {
- color: #FFFFFF;
- background-color: #3D578C;
- outline-style: none;
- text-decoration: none;
- cursor: pointer;
- display: block;
-}
-
-/*---------------- Search results window */
-
-iframe#MSearchResults {
- /*width: 60ex;*/
- height: 15em;
-}
-
-#MSearchResultsWindow {
- display: none;
- position: absolute;
- left: 0; top: 0;
- border: 1px solid #000;
- background-color: #EEF1F7;
- z-index:10000;
-}
-
-/* ----------------------------------- */
-
-
-#SRIndex {
- clear:both;
- padding-bottom: 15px;
-}
-
-.SREntry {
- font-size: 10pt;
- padding-left: 1ex;
-}
-
-.SRPage .SREntry {
- font-size: 8pt;
- padding: 1px 5px;
-}
-
-body.SRPage {
- margin: 5px 2px;
-}
-
-.SRChildren {
- padding-left: 3ex; padding-bottom: .5em
-}
-
-.SRPage .SRChildren {
- display: none;
-}
-
-.SRSymbol {
- font-weight: bold;
- color: #425E97;
- font-family: Arial, Verdana, sans-serif;
- text-decoration: none;
- outline: none;
-}
-
-a.SRScope {
- display: block;
- color: #425E97;
- font-family: Arial, Verdana, sans-serif;
- text-decoration: none;
- outline: none;
-}
-
-a.SRSymbol:focus, a.SRSymbol:active,
-a.SRScope:focus, a.SRScope:active {
- text-decoration: underline;
-}
-
-span.SRScope {
- padding-left: 4px;
- font-family: Arial, Verdana, sans-serif;
-}
-
-.SRPage .SRStatus {
- padding: 2px 5px;
- font-size: 8pt;
- font-style: italic;
- font-family: Arial, Verdana, sans-serif;
-}
-
-.SRResult {
- display: none;
-}
-
-div.searchresults {
- margin-left: 10px;
- margin-right: 10px;
-}
-
-/*---------------- External search page results */
-
-.searchresult {
- background-color: #F0F3F8;
-}
-
-.pages b {
- color: white;
- padding: 5px 5px 3px 5px;
- background-image: url("../tab_a.png");
- background-repeat: repeat-x;
- text-shadow: 0 1px 1px #000000;
-}
-
-.pages {
- line-height: 17px;
- margin-left: 4px;
- text-decoration: none;
-}
-
-.hl {
- font-weight: bold;
-}
-
-#searchresults {
- margin-bottom: 20px;
-}
-
-.searchpages {
- margin-top: 10px;
-}
-
diff --git a/docs/doxygen/html/search/search.js b/docs/doxygen/html/search/search.js
deleted file mode 100644
index ac8055d1..00000000
--- a/docs/doxygen/html/search/search.js
+++ /dev/null
@@ -1,794 +0,0 @@
-/*
- @licstart The following is the entire license notice for the JavaScript code in this file.
-
- The MIT License (MIT)
-
- Copyright (C) 1997-2020 by Dimitri van Heesch
-
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software
- and associated documentation files (the "Software"), to deal in the Software without restriction,
- including without limitation the rights to use, copy, modify, merge, publish, distribute,
- sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all copies or
- substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
- BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
- @licend The above is the entire license notice for the JavaScript code in this file
- */
-function convertToId(search)
-{
- var result = '';
- for (i=0;i do a search
- {
- this.Search();
- }
- }
-
- this.OnSearchSelectKey = function(evt)
- {
- var e = (evt) ? evt : window.event; // for IE
- if (e.keyCode==40 && this.searchIndex0) // Up
- {
- this.searchIndex--;
- this.OnSelectItem(this.searchIndex);
- }
- else if (e.keyCode==13 || e.keyCode==27)
- {
- this.OnSelectItem(this.searchIndex);
- this.CloseSelectionWindow();
- this.DOMSearchField().focus();
- }
- return false;
- }
-
- // --------- Actions
-
- // Closes the results window.
- this.CloseResultsWindow = function()
- {
- this.DOMPopupSearchResultsWindow().style.display = 'none';
- this.DOMSearchClose().style.display = 'none';
- this.Activate(false);
- }
-
- this.CloseSelectionWindow = function()
- {
- this.DOMSearchSelectWindow().style.display = 'none';
- }
-
- // Performs a search.
- this.Search = function()
- {
- this.keyTimeout = 0;
-
- // strip leading whitespace
- var searchValue = this.DOMSearchField().value.replace(/^ +/, "");
-
- var code = searchValue.toLowerCase().charCodeAt(0);
- var idxChar = searchValue.substr(0, 1).toLowerCase();
- if ( 0xD800 <= code && code <= 0xDBFF && searchValue > 1) // surrogate pair
- {
- idxChar = searchValue.substr(0, 2);
- }
-
- var resultsPage;
- var resultsPageWithSearch;
- var hasResultsPage;
-
- var idx = indexSectionsWithContent[this.searchIndex].indexOf(idxChar);
- if (idx!=-1)
- {
- var hexCode=idx.toString(16);
- resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + this.extension;
- resultsPageWithSearch = resultsPage+'?'+escape(searchValue);
- hasResultsPage = true;
- }
- else // nothing available for this search term
- {
- resultsPage = this.resultsPath + '/nomatches' + this.extension;
- resultsPageWithSearch = resultsPage;
- hasResultsPage = false;
- }
-
- window.frames.MSearchResults.location = resultsPageWithSearch;
- var domPopupSearchResultsWindow = this.DOMPopupSearchResultsWindow();
-
- if (domPopupSearchResultsWindow.style.display!='block')
- {
- var domSearchBox = this.DOMSearchBox();
- this.DOMSearchClose().style.display = 'inline-block';
- var domPopupSearchResults = this.DOMPopupSearchResults();
- var left = getXPos(domSearchBox) + 150; // domSearchBox.offsetWidth;
- var top = getYPos(domSearchBox) + 20; // domSearchBox.offsetHeight + 1;
- domPopupSearchResultsWindow.style.display = 'block';
- left -= domPopupSearchResults.offsetWidth;
- var maxWidth = document.body.clientWidth;
- var width = 400;
- if (left<10) left=10;
- if (width+left+8>maxWidth) width=maxWidth-left-8;
- domPopupSearchResultsWindow.style.top = top + 'px';
- domPopupSearchResultsWindow.style.left = left + 'px';
- domPopupSearchResultsWindow.style.width = width + 'px';
- }
-
- this.lastSearchValue = searchValue;
- this.lastResultsPage = resultsPage;
- }
-
- // -------- Activation Functions
-
- // Activates or deactivates the search panel, resetting things to
- // their default values if necessary.
- this.Activate = function(isActive)
- {
- if (isActive || // open it
- this.DOMPopupSearchResultsWindow().style.display == 'block'
- )
- {
- this.DOMSearchBox().className = 'MSearchBoxActive';
-
- var searchField = this.DOMSearchField();
-
- if (searchField.value == this.searchLabel) // clear "Search" term upon entry
- {
- searchField.value = '';
- this.searchActive = true;
- }
- }
- else if (!isActive) // directly remove the panel
- {
- this.DOMSearchBox().className = 'MSearchBoxInactive';
- this.DOMSearchField().value = this.searchLabel;
- this.searchActive = false;
- this.lastSearchValue = ''
- this.lastResultsPage = '';
- }
- }
-}
-
-// -----------------------------------------------------------------------
-
-// The class that handles everything on the search results page.
-function SearchResults(name)
-{
- // The number of matches from the last run of .
- this.lastMatchCount = 0;
- this.lastKey = 0;
- this.repeatOn = false;
-
- // Toggles the visibility of the passed element ID.
- this.FindChildElement = function(id)
- {
- var parentElement = document.getElementById(id);
- var element = parentElement.firstChild;
-
- while (element && element!=parentElement)
- {
- if (element.nodeName.toLowerCase() == 'div' && element.className == 'SRChildren')
- {
- return element;
- }
-
- if (element.nodeName.toLowerCase() == 'div' && element.hasChildNodes())
- {
- element = element.firstChild;
- }
- else if (element.nextSibling)
- {
- element = element.nextSibling;
- }
- else
- {
- do
- {
- element = element.parentNode;
- }
- while (element && element!=parentElement && !element.nextSibling);
-
- if (element && element!=parentElement)
- {
- element = element.nextSibling;
- }
- }
- }
- }
-
- this.Toggle = function(id)
- {
- var element = this.FindChildElement(id);
- if (element)
- {
- if (element.style.display == 'block')
- {
- element.style.display = 'none';
- }
- else
- {
- element.style.display = 'block';
- }
- }
- }
-
- // Searches for the passed string. If there is no parameter,
- // it takes it from the URL query.
- //
- // Always returns true, since other documents may try to call it
- // and that may or may not be possible.
- this.Search = function(search)
- {
- if (!search) // get search word from URL
- {
- search = window.location.search;
- search = search.substring(1); // Remove the leading '?'
- search = unescape(search);
- }
-
- search = search.replace(/^ +/, ""); // strip leading spaces
- search = search.replace(/ +$/, ""); // strip trailing spaces
- search = search.toLowerCase();
- search = convertToId(search);
-
- var resultRows = document.getElementsByTagName("div");
- var matches = 0;
-
- var i = 0;
- while (i < resultRows.length)
- {
- var row = resultRows.item(i);
- if (row.className == "SRResult")
- {
- var rowMatchName = row.id.toLowerCase();
- rowMatchName = rowMatchName.replace(/^sr\d*_/, ''); // strip 'sr123_'
-
- if (search.length<=rowMatchName.length &&
- rowMatchName.substr(0, search.length)==search)
- {
- row.style.display = 'block';
- matches++;
- }
- else
- {
- row.style.display = 'none';
- }
- }
- i++;
- }
- document.getElementById("Searching").style.display='none';
- if (matches == 0) // no results
- {
- document.getElementById("NoMatches").style.display='block';
- }
- else // at least one result
- {
- document.getElementById("NoMatches").style.display='none';
- }
- this.lastMatchCount = matches;
- return true;
- }
-
- // return the first item with index index or higher that is visible
- this.NavNext = function(index)
- {
- var focusItem;
- while (1)
- {
- var focusName = 'Item'+index;
- focusItem = document.getElementById(focusName);
- if (focusItem && focusItem.parentNode.parentNode.style.display=='block')
- {
- break;
- }
- else if (!focusItem) // last element
- {
- break;
- }
- focusItem=null;
- index++;
- }
- return focusItem;
- }
-
- this.NavPrev = function(index)
- {
- var focusItem;
- while (1)
- {
- var focusName = 'Item'+index;
- focusItem = document.getElementById(focusName);
- if (focusItem && focusItem.parentNode.parentNode.style.display=='block')
- {
- break;
- }
- else if (!focusItem) // last element
- {
- break;
- }
- focusItem=null;
- index--;
- }
- return focusItem;
- }
-
- this.ProcessKeys = function(e)
- {
- if (e.type == "keydown")
- {
- this.repeatOn = false;
- this.lastKey = e.keyCode;
- }
- else if (e.type == "keypress")
- {
- if (!this.repeatOn)
- {
- if (this.lastKey) this.repeatOn = true;
- return false; // ignore first keypress after keydown
- }
- }
- else if (e.type == "keyup")
- {
- this.lastKey = 0;
- this.repeatOn = false;
- }
- return this.lastKey!=0;
- }
-
- this.Nav = function(evt,itemIndex)
- {
- var e = (evt) ? evt : window.event; // for IE
- if (e.keyCode==13) return true;
- if (!this.ProcessKeys(e)) return false;
-
- if (this.lastKey==38) // Up
- {
- var newIndex = itemIndex-1;
- var focusItem = this.NavPrev(newIndex);
- if (focusItem)
- {
- var child = this.FindChildElement(focusItem.parentNode.parentNode.id);
- if (child && child.style.display == 'block') // children visible
- {
- var n=0;
- var tmpElem;
- while (1) // search for last child
- {
- tmpElem = document.getElementById('Item'+newIndex+'_c'+n);
- if (tmpElem)
- {
- focusItem = tmpElem;
- }
- else // found it!
- {
- break;
- }
- n++;
- }
- }
- }
- if (focusItem)
- {
- focusItem.focus();
- }
- else // return focus to search field
- {
- parent.document.getElementById("MSearchField").focus();
- }
- }
- else if (this.lastKey==40) // Down
- {
- var newIndex = itemIndex+1;
- var focusItem;
- var item = document.getElementById('Item'+itemIndex);
- var elem = this.FindChildElement(item.parentNode.parentNode.id);
- if (elem && elem.style.display == 'block') // children visible
- {
- focusItem = document.getElementById('Item'+itemIndex+'_c0');
- }
- if (!focusItem) focusItem = this.NavNext(newIndex);
- if (focusItem) focusItem.focus();
- }
- else if (this.lastKey==39) // Right
- {
- var item = document.getElementById('Item'+itemIndex);
- var elem = this.FindChildElement(item.parentNode.parentNode.id);
- if (elem) elem.style.display = 'block';
- }
- else if (this.lastKey==37) // Left
- {
- var item = document.getElementById('Item'+itemIndex);
- var elem = this.FindChildElement(item.parentNode.parentNode.id);
- if (elem) elem.style.display = 'none';
- }
- else if (this.lastKey==27) // Escape
- {
- parent.searchBox.CloseResultsWindow();
- parent.document.getElementById("MSearchField").focus();
- }
- else if (this.lastKey==13) // Enter
- {
- return true;
- }
- return false;
- }
-
- this.NavChild = function(evt,itemIndex,childIndex)
- {
- var e = (evt) ? evt : window.event; // for IE
- if (e.keyCode==13) return true;
- if (!this.ProcessKeys(e)) return false;
-
- if (this.lastKey==38) // Up
- {
- if (childIndex>0)
- {
- var newIndex = childIndex-1;
- document.getElementById('Item'+itemIndex+'_c'+newIndex).focus();
- }
- else // already at first child, jump to parent
- {
- document.getElementById('Item'+itemIndex).focus();
- }
- }
- else if (this.lastKey==40) // Down
- {
- var newIndex = childIndex+1;
- var elem = document.getElementById('Item'+itemIndex+'_c'+newIndex);
- if (!elem) // last child, jump to parent next parent
- {
- elem = this.NavNext(itemIndex+1);
- }
- if (elem)
- {
- elem.focus();
- }
- }
- else if (this.lastKey==27) // Escape
- {
- parent.searchBox.CloseResultsWindow();
- parent.document.getElementById("MSearchField").focus();
- }
- else if (this.lastKey==13) // Enter
- {
- return true;
- }
- return false;
- }
-}
-
-function setKeyActions(elem,action)
-{
- elem.setAttribute('onkeydown',action);
- elem.setAttribute('onkeypress',action);
- elem.setAttribute('onkeyup',action);
-}
-
-function setClassAttr(elem,attr)
-{
- elem.setAttribute('class',attr);
- elem.setAttribute('className',attr);
-}
-
-function createResults()
-{
- var results = document.getElementById("SRResults");
- for (var e=0; e
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/typedefs_0.js b/docs/doxygen/html/search/typedefs_0.js
deleted file mode 100644
index d36bed90..00000000
--- a/docs/doxygen/html/search/typedefs_0.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['assigntype_0',['AssignType',['../namespacelsConcepts.html#a9d79d35a70f9d4911671f5c2fb566ca4',1,'lsConcepts']]]
-];
diff --git a/docs/doxygen/html/search/typedefs_1.html b/docs/doxygen/html/search/typedefs_1.html
deleted file mode 100644
index 54ce58e1..00000000
--- a/docs/doxygen/html/search/typedefs_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/typedefs_1.js b/docs/doxygen/html/search/typedefs_1.js
deleted file mode 100644
index 700e45ce..00000000
--- a/docs/doxygen/html/search/typedefs_1.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['boundarytype_0',['BoundaryType',['../classlsDomain.html#a6e1ffa57ef6eeb9d79f204aae801f4e7',1,'lsDomain::BoundaryType()'],['../classlsDomain.html#a6e1ffa57ef6eeb9d79f204aae801f4e7',1,'lsDomain::BoundaryType()']]]
-];
diff --git a/docs/doxygen/html/search/typedefs_2.html b/docs/doxygen/html/search/typedefs_2.html
deleted file mode 100644
index 9fc36bdf..00000000
--- a/docs/doxygen/html/search/typedefs_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/typedefs_2.js b/docs/doxygen/html/search/typedefs_2.js
deleted file mode 100644
index 9abc8f8b..00000000
--- a/docs/doxygen/html/search/typedefs_2.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['comparatortype_0',['ComparatorType',['../classlsBooleanOperation.html#a60c213740c79909b47fea280b356d6ff',1,'lsBooleanOperation::ComparatorType()'],['../classlsBooleanOperation.html#a60c213740c79909b47fea280b356d6ff',1,'lsBooleanOperation::ComparatorType()']]]
-];
diff --git a/docs/doxygen/html/search/typedefs_3.html b/docs/doxygen/html/search/typedefs_3.html
deleted file mode 100644
index 05938a18..00000000
--- a/docs/doxygen/html/search/typedefs_3.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/typedefs_3.js b/docs/doxygen/html/search/typedefs_3.js
deleted file mode 100644
index 3cbc38ef..00000000
--- a/docs/doxygen/html/search/typedefs_3.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['domaintype_0',['DomainType',['../classlsDomain.html#a7e989b2c137e03c4f8e09c181b6311af',1,'lsDomain::DomainType()'],['../classlsDomain.html#a7e989b2c137e03c4f8e09c181b6311af',1,'lsDomain::DomainType()']]]
-];
diff --git a/docs/doxygen/html/search/typedefs_4.html b/docs/doxygen/html/search/typedefs_4.html
deleted file mode 100644
index db3b023d..00000000
--- a/docs/doxygen/html/search/typedefs_4.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/typedefs_4.js b/docs/doxygen/html/search/typedefs_4.js
deleted file mode 100644
index 051ad7b8..00000000
--- a/docs/doxygen/html/search/typedefs_4.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['gridtype_0',['GridType',['../classlsDomain.html#acd1ed71ed408b19ab82f4b33db28a20d',1,'lsDomain::GridType()'],['../classlsFromVolumeMesh.html#ae128378f34da6e6c0ca9141321a7f21a',1,'lsFromVolumeMesh::GridType()'],['../classlsDomain.html#acd1ed71ed408b19ab82f4b33db28a20d',1,'lsDomain::GridType()'],['../classlsFromVolumeMesh.html#ae128378f34da6e6c0ca9141321a7f21a',1,'lsFromVolumeMesh::GridType()']]]
-];
diff --git a/docs/doxygen/html/search/typedefs_5.html b/docs/doxygen/html/search/typedefs_5.html
deleted file mode 100644
index 66f92948..00000000
--- a/docs/doxygen/html/search/typedefs_5.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/typedefs_5.js b/docs/doxygen/html/search/typedefs_5.js
deleted file mode 100644
index 48a0ce0d..00000000
--- a/docs/doxygen/html/search/typedefs_5.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var searchData=
-[
- ['isbaseof_0',['IsBaseOf',['../namespacelsConcepts.html#a90d0ed377343607596475f042f71ae47',1,'lsConcepts']]],
- ['isfloatingpoint_1',['IsFloatingPoint',['../namespacelsConcepts.html#ab6faf524889c50de47df4a7cbf15a028',1,'lsConcepts']]],
- ['isnotsame_2',['IsNotSame',['../namespacelsConcepts.html#afe02d602414323eb189f366b54dd86bc',1,'lsConcepts']]],
- ['issame_3',['IsSame',['../namespacelsConcepts.html#a32ef11830a21da629bcaec40843917b5',1,'lsConcepts']]]
-];
diff --git a/docs/doxygen/html/search/typedefs_6.html b/docs/doxygen/html/search/typedefs_6.html
deleted file mode 100644
index c23af7c8..00000000
--- a/docs/doxygen/html/search/typedefs_6.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/typedefs_6.js b/docs/doxygen/html/search/typedefs_6.js
deleted file mode 100644
index 1112d53b..00000000
--- a/docs/doxygen/html/search/typedefs_6.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var searchData=
-[
- ['levelsetstype_0',['LevelSetsType',['../classlsFromVolumeMesh.html#a5267ebd5ef80db3e3ea9fa09a807c1a0',1,'lsFromVolumeMesh::LevelSetsType()'],['../classlsFromVolumeMesh.html#a5267ebd5ef80db3e3ea9fa09a807c1a0',1,'lsFromVolumeMesh::LevelSetsType()']]],
- ['levelsettype_1',['LevelSetType',['../classlsFromVolumeMesh.html#ae37f9ce3f8f06516c8a1894ddf85381b',1,'lsFromVolumeMesh::LevelSetType()'],['../classlsFromVolumeMesh.html#ae37f9ce3f8f06516c8a1894ddf85381b',1,'lsFromVolumeMesh::LevelSetType()']]],
- ['lsboundaryconditionenum_2',['lsBoundaryConditionEnum',['../include_2lsDomain_8hpp.html#a5f744444bbee7265e693abfcce25bf9f',1,'lsBoundaryConditionEnum(): lsDomain.hpp'],['../install_2ViennaLS_2include_2lsDomain_8hpp.html#a5f744444bbee7265e693abfcce25bf9f',1,'lsBoundaryConditionEnum(): lsDomain.hpp']]]
-];
diff --git a/docs/doxygen/html/search/typedefs_7.html b/docs/doxygen/html/search/typedefs_7.html
deleted file mode 100644
index 252b90bc..00000000
--- a/docs/doxygen/html/search/typedefs_7.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/typedefs_7.js b/docs/doxygen/html/search/typedefs_7.js
deleted file mode 100644
index 8668d0ee..00000000
--- a/docs/doxygen/html/search/typedefs_7.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['normalvectortype_0',['NormalVectorType',['../classlsDomain.html#a1b5387cd91551921f8f4b034aef54c80',1,'lsDomain::NormalVectorType()'],['../classlsDomain.html#a1b5387cd91551921f8f4b034aef54c80',1,'lsDomain::NormalVectorType()']]],
- ['numerictype_1',['NumericType',['../AirGapDeposition_8cpp.html#ac0710c31044c8dd3cf7a6ba75eb1df9f',1,'NumericType(): AirGapDeposition.cpp'],['../Deposition_8cpp.html#ac0710c31044c8dd3cf7a6ba75eb1df9f',1,'NumericType(): Deposition.cpp'],['../GeometricAdvection_8cpp.html#ac0710c31044c8dd3cf7a6ba75eb1df9f',1,'NumericType(): GeometricAdvection.cpp'],['../ViewFactor_8cpp.html#a14553a085b558f7ab8acb83e593290f8',1,'NumericType(): ViewFactor.cpp']]]
-];
diff --git a/docs/doxygen/html/search/typedefs_8.html b/docs/doxygen/html/search/typedefs_8.html
deleted file mode 100644
index 2e018fba..00000000
--- a/docs/doxygen/html/search/typedefs_8.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/typedefs_8.js b/docs/doxygen/html/search/typedefs_8.js
deleted file mode 100644
index 5d6d2f7c..00000000
--- a/docs/doxygen/html/search/typedefs_8.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['pointdatatype_0',['PointDataType',['../classlsDomain.html#a60bb8552260d6497f645bb4eb0f9af87',1,'lsDomain::PointDataType()'],['../classlsDomain.html#a60bb8552260d6497f645bb4eb0f9af87',1,'lsDomain::PointDataType()']]],
- ['pointvaluevectortype_1',['PointValueVectorType',['../classlsDomain.html#a81a5c708142e9a0b5bcf2a537934cf7f',1,'lsDomain::PointValueVectorType()'],['../classlsDomain.html#a81a5c708142e9a0b5bcf2a537934cf7f',1,'lsDomain::PointValueVectorType()']]]
-];
diff --git a/docs/doxygen/html/search/typedefs_9.html b/docs/doxygen/html/search/typedefs_9.html
deleted file mode 100644
index cab6c5e3..00000000
--- a/docs/doxygen/html/search/typedefs_9.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/typedefs_9.js b/docs/doxygen/html/search/typedefs_9.js
deleted file mode 100644
index 01055c38..00000000
--- a/docs/doxygen/html/search/typedefs_9.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['scalardatatype_0',['ScalarDataType',['../classlsPointData.html#ae16a499be075c2f8dd85f65b25bad982',1,'lsPointData::ScalarDataType()'],['../classlsPointData.html#ae16a499be075c2f8dd85f65b25bad982',1,'lsPointData::ScalarDataType()']]]
-];
diff --git a/docs/doxygen/html/search/typedefs_a.html b/docs/doxygen/html/search/typedefs_a.html
deleted file mode 100644
index f7d65bb9..00000000
--- a/docs/doxygen/html/search/typedefs_a.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/typedefs_a.js b/docs/doxygen/html/search/typedefs_a.js
deleted file mode 100644
index c7970ce5..00000000
--- a/docs/doxygen/html/search/typedefs_a.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['translatortype_0',['TranslatorType',['../classlsToDiskMesh.html#a739ec93498be7455d71e8241d93b1de8',1,'lsToDiskMesh::TranslatorType()'],['../classlsToDiskMesh.html#a739ec93498be7455d71e8241d93b1de8',1,'lsToDiskMesh::TranslatorType()']]]
-];
diff --git a/docs/doxygen/html/search/typedefs_b.html b/docs/doxygen/html/search/typedefs_b.html
deleted file mode 100644
index f051144b..00000000
--- a/docs/doxygen/html/search/typedefs_b.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/typedefs_b.js b/docs/doxygen/html/search/typedefs_b.js
deleted file mode 100644
index 9999b323..00000000
--- a/docs/doxygen/html/search/typedefs_b.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var searchData=
-[
- ['valuetype_0',['ValueType',['../classlsDomain.html#a0fd2ecbf57e7608ab81b6a38342f9e6f',1,'lsDomain::ValueType()'],['../classlsDomain.html#a0fd2ecbf57e7608ab81b6a38342f9e6f',1,'lsDomain::ValueType()']]],
- ['vectordatatype_1',['VectorDataType',['../classlsPointData.html#aabacd946ba7b56a2106350812b587633',1,'lsPointData::VectorDataType()'],['../classlsPointData.html#aabacd946ba7b56a2106350812b587633',1,'lsPointData::VectorDataType()']]],
- ['voidpointmarkerstype_2',['VoidPointMarkersType',['../classlsDomain.html#a6432176faa114eee197c3f70c3e6f775',1,'lsDomain::VoidPointMarkersType()'],['../classlsDomain.html#a6432176faa114eee197c3f70c3e6f775',1,'lsDomain::VoidPointMarkersType()']]]
-];
diff --git a/docs/doxygen/html/search/variables_0.html b/docs/doxygen/html/search/variables_0.html
deleted file mode 100644
index 950bfc5f..00000000
--- a/docs/doxygen/html/search/variables_0.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_0.js b/docs/doxygen/html/search/variables_0.js
deleted file mode 100644
index a265ff4f..00000000
--- a/docs/doxygen/html/search/variables_0.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var searchData=
-[
- ['advectionkernel_0',['advectionKernel',['../namespaceAirGapDeposition.html#a5b4e34f279dffcb1b991e19b37c690f0',1,'AirGapDeposition.advectionKernel()'],['../namespaceDeposition.html#a6f4170d2c9e1329b971b2ee1ae1d7164',1,'Deposition.advectionKernel()']]],
- ['assignable_1',['assignable',['../namespacelsConcepts.html#a4549b1a6ade0c70ac801ebd5971fe489',1,'lsConcepts']]],
- ['axisdirection_2',['axisDirection',['../classlsCylinder.html#afbc7df82236346b6e357dcedcc33747e',1,'lsCylinder']]]
-];
diff --git a/docs/doxygen/html/search/variables_1.html b/docs/doxygen/html/search/variables_1.html
deleted file mode 100644
index fed58a5d..00000000
--- a/docs/doxygen/html/search/variables_1.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_1.js b/docs/doxygen/html/search/variables_1.js
deleted file mode 100644
index 7b5a125a..00000000
--- a/docs/doxygen/html/search/variables_1.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['boundarycons_0',['boundaryCons',['../namespaceAirGapDeposition.html#a0a16a1d4a9f90f67f7251d38034723e0',1,'AirGapDeposition.boundaryCons()'],['../namespaceDeposition.html#aa65393a8f7e2b0fd80d5cf1cb7dcf951',1,'Deposition.boundaryCons()'],['../namespaceGeometricAdvection.html#a05401810b8dbf9a821a0c005e8148542',1,'GeometricAdvection.boundaryCons()']]],
- ['bounds_1',['bounds',['../namespaceAirGapDeposition.html#a4ed932eb04869593914daf91837d5e08',1,'AirGapDeposition.bounds()'],['../namespaceDeposition.html#a554727b209466cd83d3f7d3316d88d6c',1,'Deposition.bounds()'],['../namespaceGeometricAdvection.html#a9c2c0c61e3d4d0944b94d5189a173179',1,'GeometricAdvection.bounds()']]]
-];
diff --git a/docs/doxygen/html/search/variables_10.html b/docs/doxygen/html/search/variables_10.html
deleted file mode 100644
index e2896f58..00000000
--- a/docs/doxygen/html/search/variables_10.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_10.js b/docs/doxygen/html/search/variables_10.js
deleted file mode 100644
index 3aee5a56..00000000
--- a/docs/doxygen/html/search/variables_10.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var searchData=
-[
- ['velocities_0',['velocities',['../namespaceAirGapDeposition.html#ad5dc2abed0befd354f65157811efd227',1,'AirGapDeposition.velocities()'],['../namespaceDeposition.html#ae57e21d1dc9de847941bc81607c8849e',1,'Deposition.velocities()']]],
- ['velocitylabel_1',['velocityLabel',['../classlsAdvect.html#afae1b077486e6aa98c423cbe0b84c2e0',1,'lsAdvect']]],
- ['vertices_2',['vertices',['../classlsMesh.html#a138c81afd44ae5ae6d5110e4df0e9c0f',1,'lsMesh']]],
- ['voidpointlabel_3',['voidPointLabel',['../classlsMarkVoidPoints.html#a773f9839086125cbf3c6c0e8b52213ce',1,'lsMarkVoidPoints']]]
-];
diff --git a/docs/doxygen/html/search/variables_2.html b/docs/doxygen/html/search/variables_2.html
deleted file mode 100644
index 761c194a..00000000
--- a/docs/doxygen/html/search/variables_2.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_2.js b/docs/doxygen/html/search/variables_2.js
deleted file mode 100644
index 197cb931..00000000
--- a/docs/doxygen/html/search/variables_2.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var searchData=
-[
- ['celldata_0',['cellData',['../classlsMesh.html#a9dca591fdc28fe2790e5c50e46158adc',1,'lsMesh']]],
- ['closingtime_1',['closingTime',['../classViewFactorDistribution.html#ac564435da2b4a216f00ff31fce92def7',1,'ViewFactorDistribution']]],
- ['counter_2',['counter',['../namespaceDeposition.html#a832bc85f44adbf2f1ef86c55a5482e90',1,'Deposition']]]
-];
diff --git a/docs/doxygen/html/search/variables_3.html b/docs/doxygen/html/search/variables_3.html
deleted file mode 100644
index 78bfe03b..00000000
--- a/docs/doxygen/html/search/variables_3.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_3.js b/docs/doxygen/html/search/variables_3.js
deleted file mode 100644
index 78a0dc6f..00000000
--- a/docs/doxygen/html/search/variables_3.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var searchData=
-[
- ['data_0',['data',['../classViewFactorDistribution.html#a5f886b3b1c1f3e387dff54baee3db738',1,'ViewFactorDistribution']]],
- ['dimensions_1',['dimensions',['../classlsDomain.html#a23ca994a84325006116efc1f3e118b35',1,'lsDomain']]],
- ['dist_2',['dist',['../namespaceGeometricAdvection.html#aa8ac5422d5dca205d8003906cf3ed2da',1,'GeometricAdvection']]]
-];
diff --git a/docs/doxygen/html/search/variables_4.html b/docs/doxygen/html/search/variables_4.html
deleted file mode 100644
index 4d608da1..00000000
--- a/docs/doxygen/html/search/variables_4.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_4.js b/docs/doxygen/html/search/variables_4.js
deleted file mode 100644
index e86069f5..00000000
--- a/docs/doxygen/html/search/variables_4.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['extent_0',['extent',['../namespaceAirGapDeposition.html#ad57d3494da9650c7081894b7de007eba',1,'AirGapDeposition.extent()'],['../namespaceDeposition.html#a2091a9e8efc556060c6a3fe0e2a71191',1,'Deposition.extent()'],['../namespaceGeometricAdvection.html#afeac2948471fac1e758166cdb6990895',1,'GeometricAdvection.extent()']]]
-];
diff --git a/docs/doxygen/html/search/variables_5.html b/docs/doxygen/html/search/variables_5.html
deleted file mode 100644
index 6342402d..00000000
--- a/docs/doxygen/html/search/variables_5.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_5.js b/docs/doxygen/html/search/variables_5.js
deleted file mode 100644
index c982d84d..00000000
--- a/docs/doxygen/html/search/variables_5.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['featuremarkerslabel_0',['featureMarkersLabel',['../classlsDetectFeatures.html#a801249516b87df701910acbe3ff9132a',1,'lsDetectFeatures']]]
-];
diff --git a/docs/doxygen/html/search/variables_6.html b/docs/doxygen/html/search/variables_6.html
deleted file mode 100644
index 80db039f..00000000
--- a/docs/doxygen/html/search/variables_6.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_6.js b/docs/doxygen/html/search/variables_6.js
deleted file mode 100644
index c19e8189..00000000
--- a/docs/doxygen/html/search/variables_6.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['gaussiancurvaturelabel_0',['gaussianCurvatureLabel',['../classlsCalculateCurvatures.html#a6f88f3e5220441afde1fed9cf64f4c37',1,'lsCalculateCurvatures']]],
- ['griddelta_1',['gridDelta',['../structViewFactorProcessDataType.html#ac5f7efdbd85bdfa82e6897a8337c8473',1,'ViewFactorProcessDataType::gridDelta()'],['../classlsSphereDistribution.html#acff9f68f19a96bd7e54e9863a5ca1e7c',1,'lsSphereDistribution::gridDelta()'],['../classlsBoxDistribution.html#a96d3ff1948160d3b800ba880c896cef1',1,'lsBoxDistribution::gridDelta()'],['../namespaceAirGapDeposition.html#a2298757d8b928ab18a132ed7e268679b',1,'AirGapDeposition.gridDelta()'],['../namespaceDeposition.html#a388a3ed8b0b67bec94970f23ad4fe042',1,'Deposition.gridDelta()'],['../namespaceGeometricAdvection.html#a46b978bd5d91bddda4f40cf011b6d4ed',1,'GeometricAdvection.gridDelta()']]]
-];
diff --git a/docs/doxygen/html/search/variables_7.html b/docs/doxygen/html/search/variables_7.html
deleted file mode 100644
index bf8eb384..00000000
--- a/docs/doxygen/html/search/variables_7.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_7.js b/docs/doxygen/html/search/variables_7.js
deleted file mode 100644
index 99de3ae2..00000000
--- a/docs/doxygen/html/search/variables_7.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['height_0',['height',['../classlsCylinder.html#a8c1e8a7a6da15031bbd1b3b5ec0bf1db',1,'lsCylinder']]],
- ['hexas_1',['hexas',['../classlsMesh.html#a6fa110f111ac84650d9d3101860b59b2',1,'lsMesh']]]
-];
diff --git a/docs/doxygen/html/search/variables_8.html b/docs/doxygen/html/search/variables_8.html
deleted file mode 100644
index 92a55e9a..00000000
--- a/docs/doxygen/html/search/variables_8.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_8.js b/docs/doxygen/html/search/variables_8.js
deleted file mode 100644
index 2cd3cce2..00000000
--- a/docs/doxygen/html/search/variables_8.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['lines_0',['lines',['../classlsMesh.html#a9c6811eb25723030619f8a155c159a8c',1,'lsMesh']]],
- ['lock_1',['lock',['../ViewFactorDistribution_8hpp.html#af40eb81400ba119f112df5c19b60617f',1,'ViewFactorDistribution.hpp']]]
-];
diff --git a/docs/doxygen/html/search/variables_9.html b/docs/doxygen/html/search/variables_9.html
deleted file mode 100644
index 1aec7735..00000000
--- a/docs/doxygen/html/search/variables_9.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_9.js b/docs/doxygen/html/search/variables_9.js
deleted file mode 100644
index 83c61358..00000000
--- a/docs/doxygen/html/search/variables_9.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var searchData=
-[
- ['map_0',['map',['../classViewFactorDistribution.html#ad53f6bcc0f5d5e19c9ec9b78a11efbea',1,'ViewFactorDistribution']]],
- ['maxcorner_1',['maxCorner',['../classlsBox.html#a594716d10e208becc5de0690733349d0',1,'lsBox::maxCorner()'],['../namespaceAirGapDeposition.html#a7e6fb0e6e3965c24e43e33753cc4c2b4',1,'AirGapDeposition.maxCorner()'],['../namespaceDeposition.html#acfc1b4da91a51db88736546ef5d6ecaa',1,'Deposition.maxCorner()'],['../namespaceGeometricAdvection.html#a61784e26891726ae8a5decd60904d2ae',1,'GeometricAdvection.maxCorner()']]],
- ['maximumextent_2',['maximumExtent',['../classlsMesh.html#a8abd8564dc1d598bd8ee910297aa298e',1,'lsMesh']]],
- ['meancurvaturelabel_3',['meanCurvatureLabel',['../classlsCalculateCurvatures.html#aa3331a8bd3efce809f789bab054fcad8',1,'lsCalculateCurvatures']]],
- ['mesh_4',['mesh',['../namespaceAirGapDeposition.html#ab170b9d309c41a6a8f385caf53068bfa',1,'AirGapDeposition.mesh()'],['../namespaceDeposition.html#a8725affaf165a7612eae4f80807f9789',1,'Deposition.mesh()'],['../namespaceGeometricAdvection.html#ab3cac288eeef62da544cfa01e9d88691',1,'GeometricAdvection.mesh()']]],
- ['mincorner_5',['minCorner',['../classlsBox.html#ad42bdd6e0c610c2c03c0ffd559711aeb',1,'lsBox::minCorner()'],['../namespaceAirGapDeposition.html#ae202b9c552c69548274e05624dc8c47b',1,'AirGapDeposition.minCorner()'],['../namespaceDeposition.html#a871e02f9e0fc93e250d34bb0662f288b',1,'Deposition.minCorner()'],['../namespaceGeometricAdvection.html#a4bc967230cc6b0b1fd473860f144736c',1,'GeometricAdvection.minCorner()']]],
- ['minimumextent_6',['minimumExtent',['../classlsMesh.html#aadb5c6417f0720f7c3f7a3ee2942af9f',1,'lsMesh']]]
-];
diff --git a/docs/doxygen/html/search/variables_a.html b/docs/doxygen/html/search/variables_a.html
deleted file mode 100644
index 8090d16b..00000000
--- a/docs/doxygen/html/search/variables_a.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_a.js b/docs/doxygen/html/search/variables_a.js
deleted file mode 100644
index d8a8806c..00000000
--- a/docs/doxygen/html/search/variables_a.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var searchData=
-[
- ['neg_5fvalue_0',['NEG_VALUE',['../classlsDomain.html#acd59efb6dcdc1ccc8f48a17fdc4aa356',1,'lsDomain']]],
- ['newlayer_1',['newLayer',['../namespaceAirGapDeposition.html#ae4c15d7b109cfa0500c2e84e79c19ef6',1,'AirGapDeposition.newLayer()'],['../namespaceDeposition.html#a448222c801fb513e47426d6adcbadcbd',1,'Deposition.newLayer()'],['../namespaceGeometricAdvection.html#abd9a032068d19a191bc00596224a23fe',1,'GeometricAdvection.newLayer()']]],
- ['nodes_2',['nodes',['../classlsMesh.html#aef70c079c387114ba1f929cdc9d72f04',1,'lsMesh']]],
- ['normal_3',['normal',['../classlsPlane.html#a758faaa5fcfc68674040158a21511ef6',1,'lsPlane']]],
- ['normalvectorslabel_4',['normalVectorsLabel',['../classlsCalculateNormalVectors.html#a6008b54cf1c7c73f45479b2ecdf59f31',1,'lsCalculateNormalVectors']]],
- ['numberofsteps_5',['numberOfSteps',['../namespaceAirGapDeposition.html#aad04fd5c5532665c5eee936cd2681b74',1,'AirGapDeposition']]]
-];
diff --git a/docs/doxygen/html/search/variables_b.html b/docs/doxygen/html/search/variables_b.html
deleted file mode 100644
index 5ceb53fb..00000000
--- a/docs/doxygen/html/search/variables_b.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_b.js b/docs/doxygen/html/search/variables_b.js
deleted file mode 100644
index 935f90d1..00000000
--- a/docs/doxygen/html/search/variables_b.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var searchData=
-[
- ['origin_0',['origin',['../classlsSphere.html#aba0dc3001111b997ca98a79baf23ffba',1,'lsSphere::origin()'],['../classlsPlane.html#a8d04795ea979be3468c895efd84fb2b4',1,'lsPlane::origin()'],['../classlsCylinder.html#a5f69ab67fae5153465b95543405141ed',1,'lsCylinder::origin()'],['../namespaceAirGapDeposition.html#ae54fe602ea6ed9d4d67fc74791f536c5',1,'AirGapDeposition.origin()'],['../namespaceDeposition.html#acdb3f1e89daecbef98d6f71113c249fd',1,'Deposition.origin()'],['../namespaceGeometricAdvection.html#a24e2a92a06eed3283575cc671a99680f',1,'GeometricAdvection.origin()']]]
-];
diff --git a/docs/doxygen/html/search/variables_c.html b/docs/doxygen/html/search/variables_c.html
deleted file mode 100644
index 5dbea70b..00000000
--- a/docs/doxygen/html/search/variables_c.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_c.js b/docs/doxygen/html/search/variables_c.js
deleted file mode 100644
index 51afe69f..00000000
--- a/docs/doxygen/html/search/variables_c.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var searchData=
-[
- ['passedlevelset_0',['passedLevelSet',['../classViewFactorDistribution.html#a3e604940e27e1390df0199f68656c09e',1,'ViewFactorDistribution']]],
- ['passedtime_1',['passedTime',['../namespaceAirGapDeposition.html#a86904a08b62cc0d346f96b5a7609263e',1,'AirGapDeposition.passedTime()'],['../namespaceDeposition.html#a9df7fa526473e45109729f2dd37fbbb6',1,'Deposition.passedTime()']]],
- ['planenormal_2',['planeNormal',['../namespaceAirGapDeposition.html#a8f9a128eb4d3a446d178e6756691d08e',1,'AirGapDeposition.planeNormal()'],['../namespaceDeposition.html#a822cb2e71c77b4c9815adba4e890b8d7',1,'Deposition.planeNormal()'],['../namespaceGeometricAdvection.html#a08c9c6b2be2e81901d5bef9dbb609f2d',1,'GeometricAdvection.planeNormal()']]],
- ['pointdata_3',['pointData',['../classlsMesh.html#ab46cf561076266db74af72bebea8d402',1,'lsMesh']]],
- ['points_4',['points',['../classlsPointCloud.html#a811e6a9dfc2b8fbee7a45c03091a4edd',1,'lsPointCloud']]],
- ['pos_5fvalue_5',['POS_VALUE',['../classlsDomain.html#a9c130cd72fdf29fb0c281780faeff7ea',1,'lsDomain']]],
- ['posextent_6',['posExtent',['../classlsBoxDistribution.html#a4be7039fa78a256e91b2bb59c07e03d4',1,'lsBoxDistribution']]],
- ['processtime_7',['processTime',['../structViewFactorProcessDataType.html#a1d135635af66c2212dc657e8507ac050',1,'ViewFactorProcessDataType']]]
-];
diff --git a/docs/doxygen/html/search/variables_d.html b/docs/doxygen/html/search/variables_d.html
deleted file mode 100644
index e7cd3a31..00000000
--- a/docs/doxygen/html/search/variables_d.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_d.js b/docs/doxygen/html/search/variables_d.js
deleted file mode 100644
index 3e17b924..00000000
--- a/docs/doxygen/html/search/variables_d.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['radius_0',['radius',['../classlsSphereDistribution.html#a425e0f5e4670854be0482a39741cb260',1,'lsSphereDistribution::radius()'],['../classlsSphere.html#a9d3efa11ce374c9fd4e864d9b73a12ab',1,'lsSphere::radius()'],['../classlsCylinder.html#a84426e0ea4c3f8ec15822a729270273b',1,'lsCylinder::radius()']]],
- ['radius2_1',['radius2',['../classlsSphereDistribution.html#a127f7767efe18e76c8c6c04841f111e1',1,'lsSphereDistribution']]]
-];
diff --git a/docs/doxygen/html/search/variables_e.html b/docs/doxygen/html/search/variables_e.html
deleted file mode 100644
index b2e6719c..00000000
--- a/docs/doxygen/html/search/variables_e.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_e.js b/docs/doxygen/html/search/variables_e.js
deleted file mode 100644
index b4c6ef6f..00000000
--- a/docs/doxygen/html/search/variables_e.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var searchData=
-[
- ['sidewallnormal_0',['sidewallNormal',['../structViewFactorProcessDataType.html#a618a6fa58c2541e6d4f037455f1cbb24',1,'ViewFactorProcessDataType']]],
- ['substrate_1',['substrate',['../namespaceAirGapDeposition.html#a00dc73663e030fed6bb40169ef4070b6',1,'AirGapDeposition.substrate()'],['../namespaceDeposition.html#a68c03f351e1469988a55e41eba8b288f',1,'Deposition.substrate()'],['../namespaceGeometricAdvection.html#a6847ded4385aaab7eb500e36ca0f3f7c',1,'GeometricAdvection.substrate()']]]
-];
diff --git a/docs/doxygen/html/search/variables_f.html b/docs/doxygen/html/search/variables_f.html
deleted file mode 100644
index fe014459..00000000
--- a/docs/doxygen/html/search/variables_f.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Loading...
-
-
-
Searching...
-
No Matches
-
-
-
-
diff --git a/docs/doxygen/html/search/variables_f.js b/docs/doxygen/html/search/variables_f.js
deleted file mode 100644
index 1a24a014..00000000
--- a/docs/doxygen/html/search/variables_f.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var searchData=
-[
- ['tetras_0',['tetras',['../classlsMesh.html#ac66736a0f7162c21f42df2632aaeb739',1,'lsMesh']]],
- ['timestep_1',['timeStep',['../structViewFactorProcessDataType.html#a62439296cb3fc3df3f06cd311b6379e7',1,'ViewFactorProcessDataType']]],
- ['toprate_2',['topRate',['../structViewFactorProcessDataType.html#a3f6c884a649e03ffb3092b5423576b60',1,'ViewFactorProcessDataType']]],
- ['topthickness_3',['topThickness',['../classViewFactorDistribution.html#a2e71644f9151c7eed1decd4758643007',1,'ViewFactorDistribution']]],
- ['trench_4',['trench',['../namespaceAirGapDeposition.html#adc994ddcd49604c115802be0b6394a33',1,'AirGapDeposition.trench()'],['../namespaceDeposition.html#a926efaf965f4ac96389fe463ccf0b7be',1,'Deposition.trench()'],['../namespaceGeometricAdvection.html#abcb12fafe44f5af6a80265bf54d9d628',1,'GeometricAdvection.trench()']]],
- ['trenchdepth_5',['trenchDepth',['../structViewFactorProcessDataType.html#ae20003bfd07558ac0599564a9ef8b4a9',1,'ViewFactorProcessDataType']]],
- ['trenchdiameter_6',['trenchDiameter',['../structViewFactorProcessDataType.html#a9e42f4a6cdc5a53a92202cbd60eb5177',1,'ViewFactorProcessDataType']]],
- ['triangles_7',['triangles',['../classlsMesh.html#a7f993e67a05d8c3603858ef1a35aeb5a',1,'lsMesh']]]
-];
diff --git a/docs/doxygen/html/specialisations_8cpp.html b/docs/doxygen/html/specialisations_8cpp.html
deleted file mode 100644
index ea149939..00000000
--- a/docs/doxygen/html/specialisations_8cpp.html
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: lib/specialisations.cpp File Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
#include <lsAdvect.hpp>
-#include <lsBooleanOperation.hpp>
-#include <lsCalculateCurvatures.hpp>
-#include <lsCalculateNormalVectors.hpp>
-#include <lsCheck.hpp>
-#include <lsDetectFeatures.hpp>
-#include <lsDomain.hpp>
-#include <lsExpand.hpp>
-#include <lsFromSurfaceMesh.hpp>
-#include <lsFromVolumeMesh.hpp>
-#include <lsGeometricAdvect.hpp>
-#include <lsGeometries.hpp>
-#include <lsMakeGeometry.hpp>
-#include <lsPrune.hpp>
-#include <lsReader.hpp>
-#include <lsReduce.hpp>
-#include <lsToDiskMesh.hpp>
-#include <lsToMesh.hpp>
-#include <lsToSurfaceMesh.hpp>
-#include <lsToVoxelMesh.hpp>
-#include <lsWriteVisualizationMesh.hpp>
-#include <lsWriter.hpp>
-
-
-
-
-
-
diff --git a/docs/doxygen/html/splitbar.png b/docs/doxygen/html/splitbar.png
deleted file mode 100644
index fe895f2c..00000000
Binary files a/docs/doxygen/html/splitbar.png and /dev/null differ
diff --git a/docs/doxygen/html/structViewFactorProcessDataType-members.html b/docs/doxygen/html/structViewFactorProcessDataType-members.html
deleted file mode 100644
index 936aa7ee..00000000
--- a/docs/doxygen/html/structViewFactorProcessDataType-members.html
+++ /dev/null
@@ -1,108 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: Member List
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
This is the complete list of members for ViewFactorProcessDataType< T > , including all inherited members.
-
-
-
-
-
-
diff --git a/docs/doxygen/html/structViewFactorProcessDataType.html b/docs/doxygen/html/structViewFactorProcessDataType.html
deleted file mode 100644
index 56ec901a..00000000
--- a/docs/doxygen/html/structViewFactorProcessDataType.html
+++ /dev/null
@@ -1,238 +0,0 @@
-
-
-
-
-
-
-
-ViennaLS: ViewFactorProcessDataType< T > Struct Template Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViennaLS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
#include <ViewFactorProcessData.hpp>
-
-
-
-
◆ gridDelta
-
-
-
-
-template<class T >
-
-
-
-
-
-
-
◆ processTime
-
-
-
-
-template<class T >
-
-
-
-
-
-
-
◆ sidewallNormal
-
-
-
-
-template<class T >
-
-
-
-
-
-
-
◆ timeStep
-
-
-
-
-template<class T >
-
-
-
-
-
-
-
◆ topRate
-
-
-
-
-template<class T >
-
-
-
-
-
-
-
◆ trenchDepth
-
-
-
-
-template<class T >
-
-
-
-
-
-
-
◆ trenchDiameter
-
-
-
-
-template<class T >
-
-
-
-
-
-
The documentation for this struct was generated from the following file:
-
-
-
-
-
-
diff --git a/docs/doxygen/html/structViewFactorProcessDataType.js b/docs/doxygen/html/structViewFactorProcessDataType.js
deleted file mode 100644
index 9d689012..00000000
--- a/docs/doxygen/html/structViewFactorProcessDataType.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var structViewFactorProcessDataType =
-[
- [ "gridDelta", "structViewFactorProcessDataType.html#ac5f7efdbd85bdfa82e6897a8337c8473", null ],
- [ "processTime", "structViewFactorProcessDataType.html#a1d135635af66c2212dc657e8507ac050", null ],
- [ "sidewallNormal", "structViewFactorProcessDataType.html#a618a6fa58c2541e6d4f037455f1cbb24", null ],
- [ "timeStep", "structViewFactorProcessDataType.html#a62439296cb3fc3df3f06cd311b6379e7", null ],
- [ "topRate", "structViewFactorProcessDataType.html#a3f6c884a649e03ffb3092b5423576b60", null ],
- [ "trenchDepth", "structViewFactorProcessDataType.html#ae20003bfd07558ac0599564a9ef8b4a9", null ],
- [ "trenchDiameter", "structViewFactorProcessDataType.html#a9e42f4a6cdc5a53a92202cbd60eb5177", null ]
-];
\ No newline at end of file
diff --git a/docs/doxygen/html/sync_off.png b/docs/doxygen/html/sync_off.png
deleted file mode 100644
index 3b443fc6..00000000
Binary files a/docs/doxygen/html/sync_off.png and /dev/null differ
diff --git a/docs/doxygen/html/sync_on.png b/docs/doxygen/html/sync_on.png
deleted file mode 100644
index e08320fb..00000000
Binary files a/docs/doxygen/html/sync_on.png and /dev/null differ
diff --git a/docs/doxygen/html/tab_a.png b/docs/doxygen/html/tab_a.png
deleted file mode 100644
index 3b725c41..00000000
Binary files a/docs/doxygen/html/tab_a.png and /dev/null differ
diff --git a/docs/doxygen/html/tab_b.png b/docs/doxygen/html/tab_b.png
deleted file mode 100644
index e2b4a863..00000000
Binary files a/docs/doxygen/html/tab_b.png and /dev/null differ
diff --git a/docs/doxygen/html/tab_h.png b/docs/doxygen/html/tab_h.png
deleted file mode 100644
index fd5cb705..00000000
Binary files a/docs/doxygen/html/tab_h.png and /dev/null differ
diff --git a/docs/doxygen/html/tab_s.png b/docs/doxygen/html/tab_s.png
deleted file mode 100644
index ab478c95..00000000
Binary files a/docs/doxygen/html/tab_s.png and /dev/null differ
diff --git a/docs/doxygen/html/tabs.css b/docs/doxygen/html/tabs.css
deleted file mode 100644
index 00d1c602..00000000
--- a/docs/doxygen/html/tabs.css
+++ /dev/null
@@ -1 +0,0 @@
-.sm{position:relative;z-index:9999}.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0)}.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right}.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0}.sm ul{display:none}.sm li,.sm a{position:relative}.sm a{display:block}.sm a.disabled{cursor:not-allowed}.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden}.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.main-menu-btn{position:relative;display:inline-block;width:36px;height:36px;text-indent:36px;margin-left:8px;white-space:nowrap;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.main-menu-btn-icon,.main-menu-btn-icon:before,.main-menu-btn-icon:after{position:absolute;top:50%;left:2px;height:2px;width:24px;background:#666;-webkit-transition:all .25s;transition:all .25s}.main-menu-btn-icon:before{content:'';top:-7px;left:0}.main-menu-btn-icon:after{content:'';top:7px;left:0}#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon{height:0}#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before{top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after{top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#main-menu-state{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;overflow:hidden;clip:rect(1px,1px,1px,1px)}#main-menu-state:not(:checked) ~ #main-menu{display:none}#main-menu-state:checked ~ #main-menu{display:block}@media(min-width:768px){.main-menu-btn{position:absolute;top:-99999px}#main-menu-state:not(:checked) ~ #main-menu{display:block}}.sm-dox{background-image:url("tab_b.png")}.sm-dox a,.sm-dox a:focus,.sm-dox a:hover,.sm-dox a:active{padding:0 12px;padding-right:43px;font-family:"Lucida Grande","Geneva","Helvetica",Arial,sans-serif;font-size:13px;font-weight:bold;line-height:36px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,0.9);color:#283a5d;outline:0}.sm-dox a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox a.current{color:#d23600}.sm-dox a.disabled{color:#bbb}.sm-dox a span.sub-arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overflow:hidden;font:bold 12px/28px monospace !important;text-align:center;text-shadow:none;background:rgba(255,255,255,0.5);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.sm-dox a span.sub-arrow:before{display:block;content:'+'}.sm-dox a.highlighted span.sub-arrow:before{display:block;content:'-'}.sm-dox>li:first-child>a,.sm-dox>li:first-child>:not(ul) a{-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px;border-radius:5px 5px 0 0}.sm-dox>li:last-child>a,.sm-dox>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul{-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0;border-radius:0 0 5px 5px}.sm-dox>li:last-child>a.highlighted,.sm-dox>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,.sm-dox>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.sm-dox ul{background:rgba(162,162,162,0.1)}.sm-dox ul a,.sm-dox ul a:focus,.sm-dox ul a:hover,.sm-dox ul a:active{font-size:12px;border-left:8px solid transparent;line-height:36px;text-shadow:none;background-color:white;background-image:none}.sm-dox ul a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox ul ul a,.sm-dox ul ul a:hover,.sm-dox ul ul a:focus,.sm-dox ul ul a:active{border-left:16px solid transparent}.sm-dox ul ul ul a,.sm-dox ul ul ul a:hover,.sm-dox ul ul ul a:focus,.sm-dox ul ul ul a:active{border-left:24px solid transparent}.sm-dox ul ul ul ul a,.sm-dox ul ul ul ul a:hover,.sm-dox ul ul ul ul a:focus,.sm-dox ul ul ul ul a:active{border-left:32px solid transparent}.sm-dox ul ul ul ul ul a,.sm-dox ul ul ul ul ul a:hover,.sm-dox ul ul ul ul ul a:focus,.sm-dox ul ul ul ul ul a:active{border-left:40px solid transparent}@media(min-width:768px){.sm-dox ul{position:absolute;width:12em}.sm-dox li{float:left}.sm-dox.sm-rtl li{float:right}.sm-dox ul li,.sm-dox.sm-rtl ul li,.sm-dox.sm-vertical li{float:none}.sm-dox a{white-space:nowrap}.sm-dox ul a,.sm-dox.sm-vertical a{white-space:normal}.sm-dox .sm-nowrap>li>a,.sm-dox .sm-nowrap>li>:not(ul) a{white-space:nowrap}.sm-dox{padding:0 10px;background-image:url("tab_b.png");line-height:36px}.sm-dox a span.sub-arrow{top:50%;margin-top:-2px;right:12px;width:0;height:0;border-width:4px;border-style:solid dashed dashed dashed;border-color:#283a5d transparent transparent transparent;background:transparent;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.sm-dox a,.sm-dox a:focus,.sm-dox a:active,.sm-dox a:hover,.sm-dox a.highlighted{padding:0 12px;background-image:url("tab_s.png");background-repeat:no-repeat;background-position:right;-moz-border-radius:0 !important;-webkit-border-radius:0;border-radius:0 !important}.sm-dox a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox a:hover span.sub-arrow{border-color:white transparent transparent transparent}.sm-dox a.has-submenu{padding-right:24px}.sm-dox li{border-top:0}.sm-dox>li>ul:before,.sm-dox>li>ul:after{content:'';position:absolute;top:-18px;left:30px;width:0;height:0;overflow:hidden;border-width:9px;border-style:dashed dashed solid dashed;border-color:transparent transparent #bbb transparent}.sm-dox>li>ul:after{top:-16px;left:31px;border-width:8px;border-color:transparent transparent #fff transparent}.sm-dox ul{border:1px solid #bbb;padding:5px 0;background:#fff;-moz-border-radius:5px !important;-webkit-border-radius:5px;border-radius:5px !important;-moz-box-shadow:0 5px 9px rgba(0,0,0,0.2);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.2);box-shadow:0 5px 9px rgba(0,0,0,0.2)}.sm-dox ul a span.sub-arrow{right:8px;top:50%;margin-top:-5px;border-width:5px;border-color:transparent transparent transparent #555;border-style:dashed dashed dashed solid}.sm-dox ul a,.sm-dox ul a:hover,.sm-dox ul a:focus,.sm-dox ul a:active,.sm-dox ul a.highlighted{color:#555;background-image:none;border:0 !important;color:#555;background-image:none}.sm-dox ul a:hover{background-image:url("tab_a.png");background-repeat:repeat-x;color:white;text-shadow:0 1px 1px black}.sm-dox ul a:hover span.sub-arrow{border-color:transparent transparent transparent white}.sm-dox span.scroll-up,.sm-dox span.scroll-down{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:36px}.sm-dox span.scroll-up:hover,.sm-dox span.scroll-down:hover{background:#eee}.sm-dox span.scroll-up:hover span.scroll-up-arrow,.sm-dox span.scroll-up:hover span.scroll-down-arrow{border-color:transparent transparent #d23600 transparent}.sm-dox span.scroll-down:hover span.scroll-down-arrow{border-color:#d23600 transparent transparent transparent}.sm-dox span.scroll-up-arrow,.sm-dox span.scroll-down-arrow{position:absolute;top:0;left:50%;margin-left:-6px;width:0;height:0;overflow:hidden;border-width:6px;border-style:dashed dashed solid dashed;border-color:transparent transparent #555 transparent}.sm-dox span.scroll-down-arrow{top:8px;border-style:solid dashed dashed dashed;border-color:#555 transparent transparent transparent}.sm-dox.sm-rtl a.has-submenu{padding-right:12px;padding-left:24px}.sm-dox.sm-rtl a span.sub-arrow{right:auto;left:12px}.sm-dox.sm-rtl.sm-vertical a.has-submenu{padding:10px 20px}.sm-dox.sm-rtl.sm-vertical a span.sub-arrow{right:auto;left:8px;border-style:dashed solid dashed dashed;border-color:transparent #555 transparent transparent}.sm-dox.sm-rtl>li>ul:before{left:auto;right:30px}.sm-dox.sm-rtl>li>ul:after{left:auto;right:31px}.sm-dox.sm-rtl ul a.has-submenu{padding:10px 20px !important}.sm-dox.sm-rtl ul a span.sub-arrow{right:auto;left:8px;border-style:dashed solid dashed dashed;border-color:transparent #555 transparent transparent}.sm-dox.sm-vertical{padding:10px 0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.sm-dox.sm-vertical a{padding:10px 20px}.sm-dox.sm-vertical a:hover,.sm-dox.sm-vertical a:focus,.sm-dox.sm-vertical a:active,.sm-dox.sm-vertical a.highlighted{background:#fff}.sm-dox.sm-vertical a.disabled{background-image:url("tab_b.png")}.sm-dox.sm-vertical a span.sub-arrow{right:8px;top:50%;margin-top:-5px;border-width:5px;border-style:dashed dashed dashed solid;border-color:transparent transparent transparent #555}.sm-dox.sm-vertical>li>ul:before,.sm-dox.sm-vertical>li>ul:after{display:none}.sm-dox.sm-vertical ul a{padding:10px 20px}.sm-dox.sm-vertical ul a:hover,.sm-dox.sm-vertical ul a:focus,.sm-dox.sm-vertical ul a:active,.sm-dox.sm-vertical ul a.highlighted{background:#eee}.sm-dox.sm-vertical ul a.disabled{background:#fff}}
\ No newline at end of file
diff --git a/docs/doxygen/logo.png b/docs/doxygen/logo.png
deleted file mode 100644
index 5b3dc2a3..00000000
Binary files a/docs/doxygen/logo.png and /dev/null differ
diff --git a/docs/doxygen/make_doxygen.sh b/docs/doxygen/make_doxygen.sh
deleted file mode 100755
index 26116479..00000000
--- a/docs/doxygen/make_doxygen.sh
+++ /dev/null
@@ -1,64 +0,0 @@
-#!/bin/bash
-
-#root directory of project and config file for doxygen
-parentname="ViennaLS"
-templatefile="doxygen_template.txt"
-configfile="doxygen_config.txt"
-
-#filename for html shortcut to Documentation outside of html folder
-docmainfile="../index.html"
-
-
-#ViennaLS directory is automatically found by searching current working directory
-viennaLSdir=$(pwd | sed 's/\(.*ViennaLS\).*/\1/' | sed -e 's/[\/&]/\\&/g')
-
-echo "Using directory: ${viennaLSdir}"
-#list of all commands and arguments that need to be changed for different computers
-commands[0]="USE_MDFILE_AS_MAINPAGE"
-commands[1]="INPUT"
-commands[2]="EXCLUDE"
-commands[3]="PROJECT_LOGO"
-commands[4]="STRIP_FROM_PATH"
-commands[5]="EXAMPLE_PATH "
-
-argument[0]="$viennaLSdir\/README.md"
-argument[1]="$viennaLSdir"
-argument[2]="$viennaLSdir\/cmake $viennaLSdir\/Tests $viennaLSdir\/Wrapping $viennaLSdir\/dependencies $viennaLSdir\/docs"
-argument[3]="$viennaLSdir\/docs\/doxygen\/logo.png"
-argument[4]="$viennaLSdir"
-argument[5]="$viennaLSdir\/Examples"
-
-#create doxygen config file
-cp $templatefile $configfile
-
-#change the doxygen config file to the new parameters
-for i in `seq 0 $(( ${#commands[*]} - 1 ))`; do
- command='sed -i "s/\(.*'${commands[$i]}' *=\).*/\1 '${argument[$i]}'/" '$configfile
- eval $command
-done
-
-#run doxygen to make the page
-doxygen $configfile
-
-#if shortcut outside the html folder does not exist, create it
-if [ -e $docmainfile ]
-then
- echo "$docmainfile already exists: Not creating."
-else
-echo '
-
-
-
-
-
- Page Redirection
-
-
- If you are not redirected automatically, follow this link to the manual .
-
-' > $docmainfile
-echo "Created shortcut: $docmainfile"
-fi
-
diff --git a/docs/header.html b/docs/header.html
new file mode 100644
index 00000000..7a79172a
--- /dev/null
+++ b/docs/header.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
+
+ $projectname: $title
+
+ $title
+
+
+
+
+
+
+
+
+ $treeview
+ $search
+ $mathjax
+ $darkmode
+
+ $extrastylesheet
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $projectname $projectnumber
+
+
+ $projectbrief
+
+
+
+
+
+ $projectbrief
+
+
+
+
+
+
+ $searchbox
+
+
+
+
+
+
+
+ $searchbox
+
+
+
+
+
+
+
+
diff --git a/docs/index.html b/docs/index.html
deleted file mode 100644
index 4f2dc77f..00000000
--- a/docs/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
Page Redirection
-
-
- If you are not redirected automatically, follow this
link to the manual .
-
-