PolyFEM
Loading...
Searching...
No Matches
polyfem::utils::EdgeSampler Class Reference

#include <EdgeSampler.hpp>

Static Public Member Functions

static void sample_2d_simplex (const int resolution, Eigen::MatrixXd &samples)
 
static void sample_2d_cube (const int resolution, Eigen::MatrixXd &samples)
 
static void sample_3d_simplex (const int resolution, Eigen::MatrixXd &samples)
 
static void sample_3d_cube (const int resolution, Eigen::MatrixXd &samples)
 

Detailed Description

Definition at line 9 of file EdgeSampler.hpp.

Member Function Documentation

◆ sample_2d_cube()

void polyfem::utils::EdgeSampler::sample_2d_cube ( const int  resolution,
Eigen::MatrixXd &  samples 
)
static

Definition at line 7 of file EdgeSampler.cpp.

Referenced by polyfem::io::OutStatsData::compute_mesh_size().

Here is the caller graph for this function:

◆ sample_2d_simplex()

void polyfem::utils::EdgeSampler::sample_2d_simplex ( const int  resolution,
Eigen::MatrixXd &  samples 
)
static

Definition at line 36 of file EdgeSampler.cpp.

Referenced by polyfem::io::OutStatsData::compute_mesh_size().

Here is the caller graph for this function:

◆ sample_3d_cube()

void polyfem::utils::EdgeSampler::sample_3d_cube ( const int  resolution,
Eigen::MatrixXd &  samples 
)
static

Definition at line 101 of file EdgeSampler.cpp.

Referenced by polyfem::io::OutStatsData::compute_mesh_size().

Here is the caller graph for this function:

◆ sample_3d_simplex()

void polyfem::utils::EdgeSampler::sample_3d_simplex ( const int  resolution,
Eigen::MatrixXd &  samples 
)
static

Definition at line 61 of file EdgeSampler.cpp.

Referenced by polyfem::io::OutStatsData::compute_mesh_size().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: