1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 16, 2024 — May 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding GetType method to ComplexOperator classes More... about 7 years ago
Improving comments in ComplexOperator More... about 7 years ago
Adding accessor methods for grabbing real or imaginary part of complex operators More... about 7 years ago
Adding complex operator types to Operator::Type enumeration More... about 7 years ago
Adding a ScaledOperator class for easy scalar multiplication of existing operators. More... about 7 years ago
Merge remote-tracking branch 'origin/master' into hertz-dev More... about 7 years ago
make style More... about 7 years ago
Merge branch 'master' into lor-interp-dev More... about 7 years ago
Unconfuse doxygen More... about 7 years ago
Merge branch 'master' into task/2017_12_conduit_support More... about 7 years ago
Merge pull request #442 from mfem/gc-private More... about 7 years ago
Merge pull request #441 from mfem/waitany-check More... about 7 years ago
Merge pull request #350 from mfem/cmplx-op-dev More... about 7 years ago
Merge pull request #434 from mfem/tracer-dev More... about 7 years ago
Merge pull request #438 from mfem/gzstream-copy-fix More... about 7 years ago
Merge remote-tracking branch 'origin' into vec-project-avg More... about 7 years ago
Fixed sign bug for H(curl) and H(div) elements. More... about 7 years ago
Comments More... about 7 years ago
In class FiniteElementSpace, introduce a new virtual method: GetTrueTransferOperator() which is similar to GetTransferOperator() but it works with true-dof input and output vectors. Implemented the new method both in serial and in parallel including support for assembled transfer matrices (SparseMatrix in serial, HypreParMatrix in parallel) as well as matrix-free transfer operators. More... about 7 years ago
Improved const qualifiers in class GroupCommunicator. More... about 7 years ago
Add a new version of Array<T>::Append() with input from 'const T *' plus a size. More... about 7 years ago
Add new class ProductOperator and add dimension checks in the classes RAPOperator and TripleProductOperator. More... about 7 years ago
Renamed ParallelAssembleTransferOperator -> GetTransferMatrix. More... about 7 years ago
Add ParFiniteElementSpace::ParallelAssembleTransferOperator() as a parallel version of FiniteElementSpace::GetTransferOperator() More... about 7 years ago
Adding convert-dc binary to .gitignore More... about 7 years ago
[general] GroupCommunicator private to protected More... about 7 years ago
Added a check before MPI_Waitany in communication.cpp - some MPI versions segfault without it. More... about 7 years ago
Add an enumeration ErrorAction with two values (for now): MFEM_ERROR_ABORT and MFEM_ERROR_THROW. More... about 7 years ago
Merge remote-tracking branch 'origin/master' into hertz-dev More... about 7 years ago
Adding support for different conventions in ParComplexLinearForm More... about 7 years ago