Files in finnlindgren/fmesher
Triangle Meshes and Related Geometry Tools

.Rbuildignore
.github/.gitignore
.github/workflows/R-CMD-check-no-suggests.yaml
.github/workflows/R-CMD-check.yaml
.github/workflows/lint.yaml
.github/workflows/pkgdown.yaml
.github/workflows/pr-commands.yaml
.github/workflows/rhub.yaml
.github/workflows/test-coverage.yaml
.gitignore
.lintr
DESCRIPTION
Doxyfile
LICENSE
Makefile-inla
NAMESPACE
NEWS.md R/RcppExports.R R/bary.R R/basis.R R/bbox.R R/crs.R R/data-fmexample.R R/deprecated.R R/diameter.R R/evaluator.R R/fem.R R/fm.R R/fmesher-package.R R/fmesher.R R/ggplot.R R/integration.R R/lattice_2d.R R/lattice_Nd.R R/list.R R/local.R R/manifold.R R/mapping.R R/matern.R R/mesh.R R/mesh_1d.R R/mesh_2d.R R/mesh_3d.R R/mesh_assessment.R R/nonconvex_hull.R R/onload.R R/plot.R R/print.R R/segm.R R/sf_mesh.R R/sf_utils.R R/simplify.R R/sp_mesh.R R/split_lines.R R/tensor.R R/utils.R README.Rmd README.md
_config.yml
_pkgdown.yml
codecov.yml
cran-comments.md data-raw/fmexample.R
data/fmexample.rda
fmesher.Rproj
man/as.triangles3d.fm_mesh_3d.Rd man/call-stack.Rd
man/figures/README-example1-plot-1.png
man/figures/README-example2-plot-1.png
man/figures/lifecycle-archived.svg
man/figures/lifecycle-defunct.svg
man/figures/lifecycle-deprecated.svg
man/figures/lifecycle-experimental.svg
man/figures/lifecycle-maturing.svg
man/figures/lifecycle-questioning.svg
man/figures/lifecycle-soft-deprecated.svg
man/figures/lifecycle-stable.svg
man/figures/lifecycle-superseded.svg
man/fm_CRS_sp.Rd man/fm_CRSargs.Rd man/fm_as_fm.Rd man/fm_as_lattice_2d.Rd man/fm_as_lattice_Nd.Rd man/fm_as_mesh_1d.Rd man/fm_as_mesh_2d.Rd man/fm_as_mesh_3d.Rd man/fm_as_segm.Rd man/fm_as_sfc.Rd man/fm_as_tensor.Rd man/fm_assess.Rd man/fm_bary.Rd man/fm_bary_loc.Rd man/fm_bary_simplex.Rd man/fm_basis.Rd man/fm_basis_helpers.Rd man/fm_bbox.Rd man/fm_block.Rd man/fm_centroids.Rd man/fm_contains.Rd man/fm_cprod.Rd man/fm_crs-set.Rd man/fm_crs.Rd man/fm_crs_is_identical.Rd man/fm_crs_is_null.Rd man/fm_crs_plot.Rd man/fm_crs_wkt.Rd man/fm_detect_manifold.Rd man/fm_diameter.Rd man/fm_dof.Rd man/fm_evaluate.Rd man/fm_fem.Rd man/fm_generate_colors.Rd man/fm_gmrf.Rd man/fm_hexagon_lattice.Rd man/fm_hexagon_lattice_orig.Rd man/fm_int.Rd man/fm_int_mesh_2d.Rd man/fm_int_mesh_2d_core.Rd man/fm_int_multi_sampler.Rd man/fm_is_within.Rd man/fm_lattice_2d.Rd man/fm_lattice_Nd.Rd man/fm_list.Rd man/fm_manifold.Rd man/fm_mesh_1d.Rd man/fm_mesh_2d.Rd man/fm_mesh_2d_map.Rd man/fm_mesh_3d.Rd man/fm_mesh_intersection.Rd man/fm_nonconvex_hull.Rd man/fm_nonconvex_hull_inla.Rd man/fm_pixels.Rd man/fm_qinv.Rd man/fm_raw_basis.Rd man/fm_rcdt_2d.Rd man/fm_refine.Rd man/fm_row_kron.Rd man/fm_safe_sp.Rd man/fm_segm.Rd man/fm_segm_contour_helper.Rd man/fm_segm_list.Rd man/fm_simplify.Rd man/fm_simplify_helper.Rd man/fm_split_lines.Rd man/fm_store_points.Rd man/fm_subdivide.Rd man/fm_tensor.Rd man/fm_transform.Rd man/fm_unify_coords.Rd man/fm_vertex_projection.Rd man/fm_vertices.Rd man/fmesher-deprecated.Rd man/fmesher-package.Rd man/fmesher-print.Rd man/fmesher_bary.Rd man/fmesher_bary3d.Rd man/fmesher_fem.Rd man/fmesher_globe_points.Rd man/fmesher_mesh3d.Rd man/fmesher_qinv.Rd man/fmesher_rcdt.Rd man/fmesher_sparse.Rd man/fmesher_spherical_bsplines.Rd man/fmesher_split_lines.Rd man/fmesher_subdivide.Rd man/fmexample.Rd man/fmexample_sp.Rd man/geom_fm.Rd man/local_testthat.Rd man/plot.fm_mesh_2d.Rd man/plot.fm_segm.Rd man/plot_rgl.Rd man/print.fm_basis.Rd man/print.fm_evaluator.Rd man/wkt_tree.Rd
misc/.gitignore
misc/block_speed_improvement.R misc/build.R
misc/pragma_ignored_attributes.h
misc/pragma_pop.h
misc/pragma_push.h
misc/qinv_check.R misc/qinv_speed_check.R misc/rcdt_sequence_testing.R misc/rcdt_testing.R misc/speed_comparison.R misc/speed_comparison.pdf misc/spline_testing.R
misc/src_standalone/.gitignore
misc/src_standalone/Makefile
misc/src_standalone/RcppFmesher.h
misc/src_standalone/Rcpp_interface.cc
misc/src_standalone/basis.cc
misc/src_standalone/basis.h
misc/src_standalone/cmdline.ggo
misc/src_standalone/fmesher.cc
misc/src_standalone/fmesher.h
misc/src_standalone/fmesher_debuglog.h
misc/src_standalone/fmesher_helpers.cc
misc/src_standalone/fmesher_helpers.h
misc/src_standalone/ioutils.cc
misc/src_standalone/ioutils.h
misc/src_standalone/ioutils_t.h
misc/src_standalone/locator.cc
misc/src_standalone/locator.h
misc/src_standalone/locator_t.h
misc/src_standalone/mesh.cc
misc/src_standalone/mesh.h
misc/src_standalone/mesh3.cc
misc/src_standalone/mesh3.h
misc/src_standalone/meshc.cc
misc/src_standalone/meshc.h
misc/src_standalone/old/fmesher_test.cc
misc/src_standalone/old/treetest.cc
misc/src_standalone/predicates.cc
misc/src_standalone/predicates.h
misc/src_standalone/qtool.h
misc/src_standalone/trees.cc
misc/src_standalone/trees.h
misc/src_standalone/trees_t.h
misc/src_standalone/vector.cc
misc/src_standalone/vector.h
misc/src_standalone/vector_t.h
misc/src_standalone/x11utils.cc
misc/src_standalone/x11utils.h
misc/src_standalone/xtmpl.c
misc/src_standalone/xtmpl.h
src/.gitignore
src/Makevars
src/RcppExports.cpp
src/RcppFmesher.h
src/Rcpp_interface.cc
src/basis.cc
src/basis.h
src/fmesher.h
src/fmesher_debuglog.h
src/fmesher_helpers.cc
src/fmesher_helpers.h
src/ioutils.cc
src/ioutils.h
src/ioutils_t.h
src/locator.cc
src/locator.h
src/locator_t.h
src/mesh.cc
src/mesh.h
src/mesh3.cc
src/mesh3.h
src/meshc.cc
src/meshc.h
src/predicates.cc
src/predicates.h
src/qtool.h
src/trees.cc
src/trees.h
src/trees_t.h
src/vector.cc
src/vector.h
src/vector_t.h
tests/testthat.R tests/testthat/setup.R tests/testthat/test-barycentric.R tests/testthat/test-cprod.R tests/testthat/test-crs.R tests/testthat/test-fem.R tests/testthat/test-integration.R tests/testthat/test-matern.R tests/testthat/test-nonconvex_hull.R tests/testthat/test-pixels.R tests/testthat/test-plotting.R tests/testthat/test-rcdt_2d.R tests/testthat/test-sf.R tests/testthat/test-sp.R tests/testthat/test-subdivide.R tests/testthat/test-transform.R tests/testthat/test-utils.R
vignettes/.gitignore
vignettes/articles.Rmd vignettes/articles/devel_flow.Rmd vignettes/articles/mermaid_updater.R vignettes/articles/variable_mesh_quality.Rmd vignettes/basic_use.Rmd vignettes/custom_classes.Rmd vignettes/fmesher_library.Rmd vignettes/inla_conversion.Rmd
vignettes/references.bib
finnlindgren/fmesher documentation built on April 5, 2025, 1:55 a.m.