Commit Graph
3111 Commits
Author SHA1 Message Date
camierjs f7b59cd181 BC fix 2020-01-23 23:16:48 -08:00
camierjs d1c82eb08d Cleanup + Full Peach 7th surface 2020-01-23 23:16:48 -08:00
camierjs 891195888b Warning message 2020-01-23 23:16:48 -08:00
camierjs 80ae995b5b Merge branch 'minimal-surf-dev' of github.com:mfem/mfem into minimal-surf-dev 2020-01-23 23:16:43 -08:00
camierjs 4e7be2cc90 ex4 with param 7 2020-01-23 23:15:07 -08:00
camierjs 9f5ee9c4be Cleanup Surface and Solver classes 2020-01-23 23:15:07 -08:00
camierjs 0dcd903dcf Visualization 2020-01-23 23:15:07 -08:00
camierjs f01991bf4d Fallback for Eval2D<3> 2020-01-23 23:15:07 -08:00
camierjs 53ea097637 Cleanup with static parameterization surfaces 2020-01-23 23:15:01 -08:00
camierjs 0e6665b1fd SurfaceMesh refactor wip 2019-06-11 15:55:33 -07:00
camierjs 1d5d42ea35 ex1 with star-surf mesh with PA and on GPU 2019-06-11 13:50:58 -07:00
camierjs 372f023056 fem/bilininteg_vdiffusion 2D action kernel 2019-06-11 11:26:39 -07:00
camierjs 7752769810 VectorDiffusionIntegrator assemble 2019-06-11 10:05:47 -07:00
camierjs 6dd44b8614 Diffusion kernel weight fix & cleanup 2019-06-10 12:22:43 -07:00
camierjs db6ac1970e Peach 1/4 && Cleanup 2019-06-09 21:23:11 -07:00
camierjs 4b26fa7574 Cleanup & SurfaceSolver class 2019-06-09 13:52:37 -07:00
camierjs bcce24f6f1 ex24 with PA 2019-06-08 19:30:59 -07:00
camierjs 6cc7aa1baf Add fem/bilininteg_vdiffusion.cpp 2019-06-07 17:34:40 -07:00
camierjs 3e6d242b03 WIP non-square J for sdim=3 and dim=2 2019-06-07 16:00:19 -07:00
camierjs 86f8591cc8 shell model 2019-06-07 13:15:55 -07:00
camierjs 9cfd2a670f Toward ex24 with pa: both scalar and vector method 2019-06-06 18:30:23 -07:00
camierjs d51a6c9667 Catenoid posfix and default mesh file 2019-06-05 21:46:10 -07:00
camierjs 7774fce406 Can work on input mesh again 2019-06-05 15:02:23 -07:00
camierjs fb77a95dff Remove data/cylinder.mesh 2019-06-04 21:04:25 -07:00
camierjs bf3c5555e2 Cleanup & remove old files 2019-06-04 21:02:43 -07:00
camierjs 242b533920 Scherk, Enneper, Catenoid & Helicoid 2019-06-04 18:10:02 -07:00
camierjs e7f0bcc56f ex24 in Vector style 2019-06-03 16:03:26 -07:00
camierjs 254cee7ebb Small warning fixes 2019-06-01 17:47:23 -07:00
camierjs 890f4f9d40 Add support w/o SUITESPARSE 2019-05-31 18:32:42 -07:00
Will Pazner 2b64de7f5a Clean up 2019-05-31 16:24:18 -07:00
Will Pazner f0cf4dd3cc First try at computing minimal surfaces 2019-05-31 16:06:53 -07:00
Veselin Dobrev edfb62d8c2 Merge pull request #932 from mfem/hypre-errors-dev
Flexible handling of hypre errors [hypre-errors-dev]
2019-05-28 12:42:55 -07:00
Tzanio f417834319 Expanding the comments for the cases when error_mode = IGNORE_HYPRE_ERRORS;
is used.

Adding it to AMS, which could also have this issue (though may be rare).
2019-05-26 13:15:34 -07:00
Veselin Dobrev daa301f6f7 Add support for more flexible handling of hypre errors in
class HypreSolver.

The default is still to abort on hypre errors, except in some
special cases -- see the documentation of the new method
HypreSolver::SetErrorMode() for details.
2019-05-26 12:00:00 -07:00
Veselin Dobrev edbe2affc7 Update version numbers to 4.0.1 -- a new development version. 2019-05-25 08:20:15 -07:00
Tzanio 4d900b0c5f Preparing for v4.0 release 2019-05-24 18:50:01 -07:00
Tzanio Kolev dd6d3c642a Merge pull request #913 from mfem/memory-dev
Add Memory class [memory-dev]
2019-05-24 16:31:55 -07:00
Tzanio b14e78d5fb Updated CHANGELOG and the documentation in doc/ 2019-05-24 16:26:55 -07:00
Veselin Dobrev 31238435af Small fix in the doxygen comments in class Memory. 2019-05-24 16:16:39 -07:00
camierjs 32f1a33dd2 Small renaming in SmemPAMassApply3D kernel 2019-05-24 15:57:13 -07:00
Tzanio 32d7e036e7 Renamed
MemoryType GetSuitableMemoryType(MemoryClass mc);

to

  MemoryType GetMemoryType(MemoryClass mc);
2019-05-24 15:54:24 -07:00
Tzanio 2c1d07c127 Merge branch 'memory-dev' of github.com:mfem/mfem into memory-dev 2019-05-24 15:41:51 -07:00
Tzanio 342fb5058f Renamed MFEM_FORALL_IF -> MFEM_FORALL_SWITCH 2019-05-24 15:41:47 -07:00
camierjs c78de477bf Remove !MFEM_USE_SUBVECTOR_KERNELS code sections 2019-05-24 15:33:08 -07:00
Tzanio 0401024513 Minor. 2019-05-24 15:32:24 -07:00
Tzanio b3c3c5cf4c Merge branch 'memory-dev' of github.com:mfem/mfem into memory-dev 2019-05-24 14:23:56 -07:00
Tzanio 1a69dcff78 Replaced FIXMEs with TODO or NOTE 2019-05-24 14:23:39 -07:00
camierjs bd08fa9592 Merge branch 'memory-dev' of github.com:mfem/mfem into memory-dev 2019-05-24 14:21:12 -07:00
camierjs 283264ade4 {Read,Write,ReadWrite}Access => {Read,Write,ReadWrite}
Add shortcut for Host{Read,Write,ReadWrite}
2019-05-24 14:08:45 -07:00
Tzanio bee66cbcef Merge branch 'memory-dev' of github.com:mfem/mfem into memory-dev 2019-05-24 14:02:56 -07:00