Commit Graph
87 Commits
Author SHA1 Message Date
Tzanio Kolev 081a860065 Merge pull request #3232 from mfem/nurbs-interp-dev
NURBS curve interpolation functions and small bug fix [nurbs-interp-dev]
2023-05-06 11:34:30 -07:00
Tzanio Kolev c71afc45d5 Merge pull request #3226 from mfem/nurbs-2drot
NURBS patch 2D rotation functions [nurbs 2drot]
2023-05-06 11:33:40 -07:00
Tzanio Kolev 01772b0ad6 Merge branch 'master' into 1D-NURBS-dev 2023-04-09 13:32:16 -07:00
Ido Akkerman d5ef001b45 instance in lowercase 2023-04-04 10:59:27 +02:00
Ido Akkerman ff5bce20e3 Fix init order 2023-03-30 14:23:22 +02:00
Ido Akkerman b2cbb1ed92 Fix compile error?? 2023-03-30 14:13:56 +02:00
Tzanio Kolev 7d2be1e37c Merge branch 'master' into nurbs-attr 2023-03-25 18:12:25 -07:00
Tzanio Kolev 664bb278ef Merge branch 'master' into 1D-NURBS-dev 2023-03-25 17:49:04 -07:00
Ido Akkerman ada6d009cf Add 1D periodicity to NURBS 2023-03-16 09:41:16 +01:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
Ido Akkerman e3fb8fd88d Make style 2023-03-10 11:54:43 +01:00
Ido Akkerman d2a9fd1efa mesh/mesh.cpp 2023-03-10 11:48:07 +01:00
Ido Akkerman cffa32e98a Add Point to NURBS fe collection 2023-03-09 15:31:43 +01:00
Ido Akkerman 78a05c527a make style 2023-03-09 14:44:58 +01:00
Ido Akkerman 54b1ea497a Make pedantic test happy 2023-03-09 14:22:07 +01:00
Ido Akkerman f9998e6ca9 Memory errors 2023-03-09 14:04:33 +01:00
Ido Akkerman 16f107a79b make style 2023-03-09 10:45:20 +01:00
Ido Akkerman dbfb30b9d4 Works? 2023-03-09 09:03:06 +01:00
Ido Akkerman 265ff5a817 More NURBS fixes 2023-03-09 08:48:48 +01:00
Ido Akkerman 43b770ac26 First fixes to get things running 2023-03-08 18:08:37 +01:00
Ido Akkerman d111505b94 Change patch data access operators 2023-03-08 17:32:00 +01:00
Ido Akkerman 369a5e03a1 Add 1D functions to NURBS classes 2023-03-08 16:42:01 +01:00
Dylan Copeland 9d62c10fbe Setting patch boundary elements on setup rather than on demand. 2023-01-30 16:28:04 -08:00
Dylan Copeland 11abc26e00 Setting patch_to_el after setting el_to_patch. 2022-11-14 21:55:22 -08:00
Dylan Copeland 2366754d19 Adding functions to set and get attributes on NURBS patches. 2022-11-09 12:06:19 -08:00
jelotz 3874ccd45d Apparantly the routine in FindMaxima did not work for 1 element. I applied a quick fix for now. Unsure if this is good enough. 2022-11-03 17:02:13 +01:00
jelotz 0313c718d8 more documentation 2022-11-03 12:16:20 +01:00
jelotz 59fbbe08fa Added documentation, some style 2022-11-03 12:08:38 +01:00
jelotz ede8ab9a0b removed extra line 2022-11-03 10:09:33 +01:00
Jacob Lotz 267c31364b Streamlined rotation function 2022-09-28 17:35:45 +02:00
Jacob Lotz 56c73a0b86 small bug fix 2022-09-28 12:04:37 +02:00
Jacob Lotz a409702288 Added source of curve interpolation function 2022-09-27 11:36:11 +02:00
Jacob Lotz be5f84955d Fix bug in degree elevate 2022-09-22 16:01:32 +02:00
Jacob Lotz 0fb6da6543 Implement two curvefitting functions FindMaxima and FintInterpolant. 2022-09-22 16:00:32 +02:00
Jacob Lotz 3fe56e5b4e Implementation of a rotation option for 2D NURBS patch. Similar to the 3D option. 2022-09-21 17:27:23 +02:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Stowell, Mark L 63381b366a Renaming ostream variables from out to os 2022-01-18 15:06:46 -08:00
Stowell, Mark L f7c9bdab17 Renaming "out" and "err" local variables to avoid globals 2021-12-22 15:19:20 -08:00
Aaron Fisher e758c37691 Removed nearly all leading underscores for variable names. Every once in a while one of these will confilct with standard libraries in an oddball compiler and it's best to just avoid this problem alltogether. 2021-05-10 16:06:51 -07:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Tzanio 410c2c8d0f Changes in the mesh/ directory before the mfem-4.2 release 2020-10-24 19:26:22 -07:00
Tzanio 05125e19d5 Removed a space 2020-03-09 15:36:41 -07:00
Tzanio ca55ef0217 The release number for mfem-4.1 is LLNL-CODE-806117 2020-03-02 17:18:46 -08:00
Tzanio 2caa222edf A number of changes to switch the code from LGPL-2.1 to BSD-3:
- Updated LICENSE, README, CHANGELOG and CONTRIBUTING.md
- Removed COPYRIGHT, added NOTICE
- Updated the headers in all source files, makefiles, etc.
2020-02-23 11:16:46 -08:00
Ido Akkerman 0f7d349f13 Fix mem leak 2020-02-10 18:41:33 +01:00
Ido Akkerman 64be38cbe9 Remove unnecessary comment 2020-01-25 21:54:41 +01:00
Ido Akkerman fef5517ec2 Merge branch 'master' into laplacian_dev 2020-01-09 10:14:25 +01:00
Tzanio ee44f45342 make style 2019-11-11 19:02:05 -08:00
Ido Akkerman 0e7227e811 Allows also diff vector as insert vector 2019-06-07 18:19:35 +02:00
Ido Akkerman c606ff21d5 Merge branch 'master' into laplacian_dev 2019-06-05 09:41:55 +02:00