preCICE v3.1.2
Loading...
Searching...
No Matches
Namespaces | Enumerations
MappingConfigurationTypes.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  precice
 Main namespace of the precice library.
 
namespace  precice::mapping
 contains data mapping from points to meshes.
 

Enumerations

enum class  precice::mapping::Polynomial { precice::mapping::ON , precice::mapping::OFF , precice::mapping::SEPARATE }
 How to handle the polynomial? More...
 
enum class  precice::mapping::BasisFunction {
  precice::mapping::WendlandC0 , precice::mapping::WendlandC2 , precice::mapping::WendlandC4 , precice::mapping::WendlandC6 ,
  precice::mapping::WendlandC8 , precice::mapping::ThinPlateSplines , precice::mapping::Multiquadrics , precice::mapping::InverseMultiquadrics ,
  precice::mapping::VolumeSplines , precice::mapping::Gaussian , precice::mapping::CompactThinPlateSplinesC2
}