KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Public Attributes | List of all members
Kratos::NearestElementOptions Struct Reference

Options for configuring the behavior of the Mapper. More...

#include <nearest_element_mapper.h>

Collaboration diagram for Kratos::NearestElementOptions:

Public Attributes

bool UseApproximation = true
 
double LocalCoordTol = 0.25
 

Detailed Description

Options for configuring the behavior of the Mapper.

Member Data Documentation

◆ LocalCoordTol

double Kratos::NearestElementOptions::LocalCoordTol = 0.25

◆ UseApproximation

bool Kratos::NearestElementOptions::UseApproximation = true

The documentation for this struct was generated from the following file: