Reference documentation for deal.II version GIT relicensing-437-g81ec864850 2024-04-19 07:30:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Classes | Functions
NonMatching::internal::MeshClassifierImplementation Namespace Reference

Classes

class  AnalyticLevelSetDescription
 
class  DiscreteLevelSetDescription
 
class  LevelSetDescription
 

Functions

static ::ExceptionBaseExcReclassifyNotCalled ()
 
static ::ExceptionBaseExcTriangulationMismatch ()
 
template<typename VectorType >
LocationToLevelSet location_from_dof_signs (const VectorType &local_levelset_values)
 

Function Documentation

◆ location_from_dof_signs()

template<typename VectorType >
LocationToLevelSet NonMatching::internal::MeshClassifierImplementation::location_from_dof_signs ( const VectorType &  local_levelset_values)

Return LocationToLevelSet::inside/outside if all values in incoming vector are negative/positive, otherwise return LocationToLevelSet::intersected.

Definition at line 65 of file mesh_classifier.cc.