Wildmeshing Toolkit
|
#include "Scheduler.hpp"
#include <wmtk/attribute/TypedAttributeHandle.hpp>
#include <wmtk/simplex/k_ring.hpp>
#include <wmtk/simplex/link.hpp>
#include <wmtk/simplex/utils/tuple_vector_to_homogeneous_simplex_vector.hpp>
#include <wmtk/utils/Logger.hpp>
#include <wmtk/utils/random_seed.hpp>
#include <polysolve/Utils.hpp>
#include <tbb/parallel_for.h>
#include <atomic>
#include <algorithm>
#include <random>
Go to the source code of this file.
Namespaces | |
wmtk | |
Functions | |
int64_t | wmtk::first_available_color (std::vector< int64_t > &used_neighbor_coloring) |