Commit Graph
20 Commits
Author SHA1 Message Date
Tomov 1d43d15b5c Alignments. 2020-05-22 16:05:46 -07:00
Robert c663cc3925 make style 2020-05-21 11:34:35 -07:00
Robert 21c73b4076 Addressing comments made in tech talk 2020-05-21 11:33:24 -07:00
Robert 17580ca044 make style and a few small edits to address some other concerns 2020-05-18 18:56:35 -07:00
Robert 763a8c6236 Addressing some of the concerns in relations to FieldInterpolant class 2020-05-18 16:52:50 -07:00
Robert 68a58b2188 Fixing ProjectQuadratureDiscCoefficient methods and unit tests based on GitHub comments related to L2
My understanding of where L2 FiniteElementSpace values was off. I thought they were at the element nodes, but it turns out they are just at the quadrature points instead.
2020-04-24 20:27:04 -07:00
Robert 7bea8ddf8b Update unit tests to have vector coefficients be based on the projection of the mesh nodes to quadrature points and back to nodes 2020-04-23 20:21:36 -07:00
Robert 4252b22632 Refactor class FieldInterpolant to seperate out parallel implementation and not require the formation of bilinearform and cg objects to be repeatedly created each time a function is called. 2020-04-23 13:01:07 -07:00
Robert e38ae35ceb Add tests for FiniteElementSpace Ordering::ByVDIM and bug fixes to have it work correctly 2020-04-22 17:45:47 -07:00
Robert 75dab15fc8 Fixed bracket in wrong place for ifdef 2020-04-22 16:49:41 -07:00
Robert 57fbb7e7ab Bug fix and parallel implementation is now added along with relevant bug fixes 2020-04-22 15:34:57 -07:00
Robert 881539dfb5 make style 2020-04-20 15:03:46 -07:00
Robert 02caf2cdf0 All L2 projection methods now work but still missing parallel implementations 2020-04-20 15:01:29 -07:00
Robert 1478efc4b0 Fixes to FieldInterpolant class and update tests 2020-04-20 11:15:16 -07:00
Robert 9ab36ea057 Small updates to VQFC and QFC classes to address some of the comments 2020-04-14 11:14:49 -07:00
Robert b75b24ddfa QuadratureFunctionCoeff tests now have a nonuniform project test 2020-04-07 10:58:06 -07:00
Robert d4d2c96646 unit test fixes 2020-03-24 13:20:19 -07:00
Robert b608ffafd6 Rename QuadratureVectorFunctionCoefficient to VectorQuadratureFunctionCoefficient 2020-03-24 13:09:00 -07:00
Robert b6dddeb01e make style 2020-03-20 13:59:31 -07:00
Robert e237208800 Add unit tests for QuadVecFuncCoeff an QuadFuncCoeff 2020-03-20 13:51:40 -07:00