Main namespace for Lagrange.
MappingPolicy
Mapping policy control the behavior when two or more elements are mapped into the same output element...
Definition MappingPolicy.h:21
@ KeepFirst
Keep the value of the first elements.
Definition MappingPolicy.h:23
@ Average
Take the average of all involved elements.
Definition MappingPolicy.h:22
Base exception for errors thrown by Lagrange functions.
Definition Error.h:27