MEPP2 Project
Macros | Functions
test_normalize_vector_map.inl File Reference
#include "FEVV/Filters/Generic/normalize_vector_map.h"
#include <iostream>
#include <cmath>
#include <cassert>
Include dependency graph for test_normalize_vector_map.inl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NEAR(val1, val2, epsilon)   (fabs((val1)-(val2)) <= (epsilon))
 

Functions

template<typename MeshT >
int test_normalize_vector_map (void)
 

Macro Definition Documentation

◆ NEAR

#define NEAR (   val1,
  val2,
  epsilon 
)    (fabs((val1)-(val2)) <= (epsilon))

Definition at line 18 of file test_normalize_vector_map.inl.

Function Documentation

◆ test_normalize_vector_map()

template<typename MeshT >
int test_normalize_vector_map ( void  )

Definition at line 27 of file test_normalize_vector_map.inl.

Here is the call graph for this function: