Rodin/Distance/Base.h file

Base class for distance function computation models.

This file provides the Base class template, which serves as a foundation for various distance function computation methods by managing interior and interface regions of the computational domain.

Namespaces

namespace Rodin
The Rodin library for finite element methods and shape optimization.
namespace Rodin::Distance
Module which provides models for computation of the distance function.

Classes

template<class Derived>
class Rodin::Distance::Base
Base class for distance function computation models using CRTP.