domainCheckP: Check if node points are in the domain of a test function...

domainCheckPR Documentation

Check if node points are in the domain of a test function instance ("overload" of domainCheck with additional parameter)

Description

domainCheckP is a generic function that allows to test if a collection of evaluation points are inside the integration domain associated to the test function instance or not. This "overload" of domainCheck allows to pass a list of additional parameters.

Usage

domainCheckP(object, x, param)

## S4 method for signature 'unitSphere_innerProduct1,matrix,list'
domainCheckP(object, x, param)

## S4 method for signature 'unitSphere_polynomial,matrix,list'
domainCheckP(object, x, param)

Arguments

object

Test function that gets evaluated

x

Matrix where each row represents one evaluation point

param

List of additional parameters

Value

Vector where each element (TRUE or FALSE) indicates if a point (row in the input matrix) is in the integration domain

Author(s)

Klaus Herrmann


multIntTestFunc documentation built on April 19, 2023, 5:07 p.m.