Commit Graph
689 Commits
Author SHA1 Message Date
Stowell, Mark L 6a6a59f612 Merge remote-tracking branch 'origin/master' into no-tet-reorder-dev
# Conflicts:
#	fem/bilinearform.cpp
#	fem/linearform.cpp
2021-06-15 13:24:33 -07:00
Ketan Mittal fa327de99c Merge branch 'master' of https://github.com/mfem/mfem into sbm-solveronly 2021-05-25 13:49:14 -07:00
Stowell, Mark L cb8566ed91 Merge remote-tracking branch 'origin/master' into no-tet-reorder-dev
# Conflicts:
#	fem/fespace.cpp
#	fem/gridfunc.cpp
#	fem/pfespace.cpp
#	tests/unit/fem/test_domain_int.cpp
2021-05-21 10:02:19 -07:00
Tzanio Kolev 7ef34ecf7c Merge pull request #2089 from mfem/lor-hcurl-hdiv
Improved LOR solvers, including for H(curl) and H(div) [lor-hcurl-hdiv]
2021-05-19 09:19:06 -07:00
Tzanio Kolev 28877e912e Merge pull request #2230 from mfem/make-periodic-mesh
Create periodic meshes [make-periodic-mesh]
2021-05-18 17:21:24 -07:00
Will Pazner 4bf5cb4c11 Small changes to comment wording 2021-05-18 17:17:25 -07:00
Tzanio Kolev 25e59797c1 Merge pull request #2236 from mfem/leading-underscores-dev
Remove leading underscore variables
2021-05-18 16:44:54 -07:00
Arturo Vargas 69cf8c3b03 Init->Compute 2021-05-14 10:18:57 -07:00
Arturo Vargas 5619dd468b nodes-> nodes. 2021-05-13 22:21:02 -07:00
Arturo Vargas 96bbdd0803 remove extra semi-colon 2021-05-13 19:00:07 -07:00
Arturo VargasandYohann e20740330d nullptr -> nodes->FESpace()->GetMesh();
Co-authored-by: Yohann <dudouit1@llnl.gov>
2021-05-13 18:58:43 -07:00
Will Pazner a33fbdda14 Typo 2021-05-12 13:20:09 -07:00
Will Pazner 308e244385 Use replica and primary terminology in Mesh::CreatePeriodicVertexMapping 2021-05-12 12:30:20 -07:00
Jakub Cerveny 5aeaeb9934 Normalize whitespace to MFEM style 2021-05-11 09:37:17 +02: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
Will Pazner 9b6457910d Minor simplification to Mesh::CreatePeriodicVertexMapping 2021-05-07 12:26:32 -07:00
Will Pazner ccaaca2c84 Fix signed unsigned comparison 2021-05-07 09:16:08 -07:00
Will Pazner bfe5991d07 Add Mesh::MakePeriodic 2021-05-07 08:53:50 -07:00
Will Pazner 4084da8dc8 Merge remote-tracking branch 'origin/master' into lor-hcurl-hdiv
# Conflicts:
#	fem/fe_coll.cpp
#	fem/fe_coll.hpp
2021-05-06 12:38:23 -07:00
Arturo Vargas 1a5b09e0c6 reorg to min code duplication 2021-05-05 11:49:12 -07:00
Arturo Vargas d87d8c5ef0 check for tensor products using use_tensor_products = UsesTensorBasis(*fespace); 2021-05-05 08:14:59 -07:00
Arturo VargasandYohann 2103ae8a3f use . instead of ->
Co-authored-by: Yohann <dudouit1@llnl.gov>
2021-05-05 07:57:59 -07:00
Arturo VargasandYohann abc7917a8c use . instead of ->
Co-authored-by: Yohann <dudouit1@llnl.gov>
2021-05-05 07:57:51 -07:00
Arturo VargasandYohann 0708a6c056 use . instead of ->
Co-authored-by: Yohann <dudouit1@llnl.gov>
2021-05-05 07:57:42 -07:00
Arturo VargasandYohann 61de386381 use . instead of ->
Co-authored-by: Yohann <dudouit1@llnl.gov>
2021-05-05 07:57:33 -07:00
Arturo Vargas 080ecf25c0 merge with master adjust constructor 2021-05-04 13:35:15 -07:00
Arturo Vargas fa2dc50944 Merge branch 'master' into feature/artv3/user-geo-factors 2021-05-04 13:29:06 -07:00
Veselin Dobrev 6785e1d1af Merge pull request #1737 from mfem/tmopt-split-quadinterp
TMOPt split fem/quadinterpolator [tmopt-split-quadinterp]
2021-05-04 12:07:12 -07:00
Will Pazner 8f8c5ff943 Merge remote-tracking branch 'origin/master' into lor-hcurl-hdiv 2021-05-03 22:55:03 -07:00
Arturo Vargas c66465d6de enable users to generate geo factors based on a collection of nodes 2021-05-03 13:53:54 -07:00
Will Pazner df2227d3bc Factor out element counting code in Mesh::GeneratePartitioning 2021-04-29 16:00:33 -07:00
Veselin Dobrev 9a76654417 Fix a bug in Mesh::GeneratePartitioning that was causing an
infinite loop in the "empty part fix" loop in some special
cases.
2021-04-29 11:14:36 -07:00
Veselin Dobrev de82328550 A few tweaks in the GeometricFactors constructor.
Add some comments in a few places.
2021-04-27 18:28:28 -07:00
Will Pazner cfc8be8157 Allow any closed basis for LOR meshes 2021-04-20 08:28:48 -07:00
Ketan Mittal 7b69fb0276 Merge branch 'master' into sbm-solveronly 2021-04-19 13:44:15 -07:00
camierjs ce295d9168 Merge master in tmopt-split-quadinterp 2021-04-18 09:33:11 -07:00
camierjs 4a3dc12837 Rename 'use_tensor_products' and revert CHANGELOG conflict 2021-04-14 09:24:01 -07:00
camierjs 04d2817fdc Merge master in tmopt-split-quadinterp 2021-04-14 08:30:16 -07:00
Will Pazner 42464d3849 Better handling of XML declaration in Mesh::Loader 2021-04-11 16:55:30 -07:00
Tzanio Kolev 9fa1c12db1 Merge pull request #2107 from mfem/vtk-xml-fix
Fix reading XML VTK meshes with zlib enabled [vtk-xml-fix]
2021-04-10 16:08:26 -07:00
Tzanio bb93bd7f06 Merge branch 'master' into vtk-read-binary 2021-04-09 22:00:40 -07:00
Stowell, Mark L 1b16d8fbca Merge remote-tracking branch 'origin/master' into no-tet-reorder-dev
# Conflicts:
#	fem/fespace.cpp
#	fem/fespace.hpp
#	fem/pfespace.cpp
#	linalg/densemat.hpp
#	mesh/mesh.cpp
#	mesh/pmesh.cpp
#	mesh/pmesh.hpp
#	tests/unit/fem/test_3d_bilininteg.cpp
#	tests/unit/fem/test_get_value.cpp
#	tests/unit/fem/test_lin_interp.cpp
2021-04-08 19:44:11 -07:00
Tzanio Kolev fb12d26baa Merge branch 'master' into example0 2021-04-04 16:06:55 -07:00
Tzanio Kolev 5e76cea136 Merge pull request #2127 from mfem/mesh-v1.1-compat-fix
Fix backward compatibility with v1.1 mesh format [mesh-v1.1-compat-fix]
2021-04-04 16:04:58 -07:00
Will Pazner 2b4e8bab4d Merge remote-tracking branch 'origin/master' into vtk-xml-fix 2021-04-01 13:44:02 -07:00
Will Pazner 937f50cd71 Allow first line of mesh file to be XML version 2021-04-01 13:27:17 -07:00
Will Pazner c25e6f5844 Fix reading XML VTK meshes with zlib enabled 2021-04-01 13:27:17 -07:00
Veselin Dobrev 05ee2aaa8b Merge pull request #2016 from mfem/tri-tet-lor
Named mesh constructors and split any mesh into all simplex mesh [tri-tet-lor]
2021-03-31 10:48:17 -07:00
camierjs 956836b140 Merge master in tmopt-split-quadinterp 2021-03-29 11:58:23 -07:00
Will Pazner c9c466eaa7 Merge remote-tracking branch 'origin/master' into example0 2021-03-25 14:03:30 -07:00