]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
2 years agoSolverControl: make constructors explicit 13335/head
Timo Heister [Thu, 3 Feb 2022 16:02:57 +0000 (11:02 -0500)]
SolverControl: make constructors explicit

2 years agoMerge pull request #13315 from mschreter/matrixfree_compute_diagonal_vectortype
Martin Kronbichler [Thu, 3 Feb 2022 10:35:26 +0000 (11:35 +0100)]
Merge pull request #13315 from mschreter/matrixfree_compute_diagonal_vectortype

`MatrixFreeTools::compute_diagonal`: introduce template parameter `VectorType`

2 years agoadd typename VectorType to compute_diagonal 13315/head
Magdalena Schreter [Mon, 31 Jan 2022 15:22:46 +0000 (16:22 +0100)]
add typename VectorType to compute_diagonal

Co-authored-by: peterrum <peterrmuench@gmail.com>
2 years agoMerge pull request #13319 from tamiko/update_find_hdf5
Daniel Arndt [Wed, 2 Feb 2022 16:09:53 +0000 (11:09 -0500)]
Merge pull request #13319 from tamiko/update_find_hdf5

2 years agoMerge pull request #13320 from bangerth/is_detected
Matthias Maier [Wed, 2 Feb 2022 14:26:23 +0000 (08:26 -0600)]
Merge pull request #13320 from bangerth/is_detected

Replace is_detected (type) by is_supported_operation (variable).

2 years agoMerge pull request #13322 from bangerth/ca-empty
Matthias Maier [Wed, 2 Feb 2022 14:22:40 +0000 (08:22 -0600)]
Merge pull request #13322 from bangerth/ca-empty

Deal with empty function objects in CA algorithms.

2 years agoMerge pull request #13324 from kronbichler/fix_warning
Matthias Maier [Wed, 2 Feb 2022 14:21:44 +0000 (08:21 -0600)]
Merge pull request #13324 from kronbichler/fix_warning

Fix warning regarding unused parameter

2 years agoCMake: Unconditionally require MPI for HDF5 13319/head
Matthias Maier [Wed, 2 Feb 2022 14:18:15 +0000 (08:18 -0600)]
CMake: Unconditionally require MPI for HDF5

2 years agoUpdate github action
Matthias Maier [Wed, 2 Feb 2022 10:24:07 +0000 (04:24 -0600)]
Update github action

2 years agoCMake: FindHDF5.cmake - remove workaround
Matthias Maier [Wed, 2 Feb 2022 10:27:53 +0000 (04:27 -0600)]
CMake: FindHDF5.cmake - remove workaround

2 years agoCMake: Put FindHDF5 hints back in place
Matthias Maier [Wed, 2 Feb 2022 10:26:28 +0000 (04:26 -0600)]
CMake: Put FindHDF5 hints back in place

2 years agoCMake: call CMake's FindHDF5 instead of trying to find everything by hand
Matthias Maier [Tue, 1 Feb 2022 15:31:15 +0000 (09:31 -0600)]
CMake: call CMake's FindHDF5 instead of trying to find everything by hand

2 years agoFix warning regarding unused parameter 13324/head
Martin Kronbichler [Wed, 2 Feb 2022 09:23:53 +0000 (10:23 +0100)]
Fix warning regarding unused parameter

2 years agoMerge pull request #13316 from peterrum/compute_diagonal_initialize
Martin Kronbichler [Wed, 2 Feb 2022 08:02:22 +0000 (09:02 +0100)]
Merge pull request #13316 from peterrum/compute_diagonal_initialize

MatrixFreeTools::compute_diagonal(): do not initialize vector

2 years agoMerge pull request #13323 from bangerth/normalize
Martin Kronbichler [Wed, 2 Feb 2022 07:58:19 +0000 (08:58 +0100)]
Merge pull request #13323 from bangerth/normalize

Micro simplication.

2 years agoAdjust tests. 13320/head
Wolfgang Bangerth [Tue, 1 Feb 2022 19:09:31 +0000 (12:09 -0700)]
Adjust tests.

2 years agoMicro simplication. 13323/head
Wolfgang Bangerth [Tue, 1 Feb 2022 19:03:34 +0000 (12:03 -0700)]
Micro simplication.

2 years agoDeal with empty function objects in CA algorithms. 13322/head
Wolfgang Bangerth [Tue, 1 Feb 2022 18:58:12 +0000 (11:58 -0700)]
Deal with empty function objects in CA algorithms.

2 years agoAlso convert the has_begin_and_end query.
Wolfgang Bangerth [Tue, 1 Feb 2022 18:04:23 +0000 (11:04 -0700)]
Also convert the has_begin_and_end query.

2 years agoAlso convert the is_not_parallel_vector trait.
Wolfgang Bangerth [Tue, 1 Feb 2022 17:58:33 +0000 (10:58 -0700)]
Also convert the is_not_parallel_vector trait.

2 years agoReplace is_detected (type) by is_supported_operation (variable).
Wolfgang Bangerth [Tue, 1 Feb 2022 17:31:40 +0000 (10:31 -0700)]
Replace is_detected (type) by is_supported_operation (variable).

Also provide a bunch of doc strings for the involved functions. Then also replace
all of the current uses of the is_detected type by constexpr variables.

2 years agoMatrixFreeTools::compute_diagonal(): do not initialize vector 13316/head
Peter Munch [Tue, 1 Feb 2022 09:19:42 +0000 (10:19 +0100)]
MatrixFreeTools::compute_diagonal(): do not initialize vector

2 years agoMerge pull request #13312 from peterrum/gc_restrict_and_add_dg_fix
Martin Kronbichler [Mon, 31 Jan 2022 20:38:26 +0000 (21:38 +0100)]
Merge pull request #13312 from peterrum/gc_restrict_and_add_dg_fix

Fix MGTwoLevelTransfer::restrict_and_add()

2 years agoMerge pull request #13272 from bangerth/ca-interface
Peter Munch [Mon, 31 Jan 2022 16:55:57 +0000 (17:55 +0100)]
Merge pull request #13272 from bangerth/ca-interface

Switch the consensus algorithms interface to using function objects.

2 years agoFix MGTwoLevelTransfer::restrict_and_add() 13312/head
Peter Munch [Mon, 31 Jan 2022 16:54:22 +0000 (17:54 +0100)]
Fix MGTwoLevelTransfer::restrict_and_add()

2 years agoMerge pull request #13260 from peterrum/feeval_reinit_array
Martin Kronbichler [Mon, 31 Jan 2022 14:57:29 +0000 (15:57 +0100)]
Merge pull request #13260 from peterrum/feeval_reinit_array

FEEval: allow to reinit with a batch with arbitrary cells

2 years agoMerge pull request #13281 from peterrum/feeval_face_data
Martin Kronbichler [Mon, 31 Jan 2022 14:56:52 +0000 (15:56 +0100)]
Merge pull request #13281 from peterrum/feeval_face_data

Introduce FEEval::*_face_data()

2 years agoMerge pull request #13311 from peterrum/is_interior_face
Martin Kronbichler [Mon, 31 Jan 2022 14:56:33 +0000 (15:56 +0100)]
Merge pull request #13311 from peterrum/is_interior_face

FEEval: rename get_is_interior_face() to is_interior_face()

2 years agoIntroduce FEEval::*_face_data() 13281/head
Peter Munch [Sun, 23 Jan 2022 17:50:59 +0000 (18:50 +0100)]
Introduce FEEval::*_face_data()

2 years agoFEEval: allow to reinit with a batch with arbitrary cells 13260/head
Peter Munch [Tue, 18 Jan 2022 11:22:42 +0000 (12:22 +0100)]
FEEval: allow to reinit with a batch with arbitrary cells

2 years agoFEEval: rename get_is_interior_face() to is_interior_face() 13311/head
Peter Munch [Mon, 31 Jan 2022 07:59:26 +0000 (08:59 +0100)]
FEEval: rename get_is_interior_face() to is_interior_face()

2 years agoMerge pull request #13309 from marcfehling/compute-mean-hp
Wolfgang Bangerth [Mon, 31 Jan 2022 00:55:06 +0000 (17:55 -0700)]
Merge pull request #13309 from marcfehling/compute-mean-hp

Added hp-version for `VectorTools::compute_mean_value()`.

2 years agoMerge pull request #12757 from simonsticko/step85
Martin Kronbichler [Sat, 29 Jan 2022 17:03:11 +0000 (18:03 +0100)]
Merge pull request #12757 from simonsticko/step85

Add a CutFEM tutorial as step-85

2 years agoAdded hp-version for `VectorTools::compute_mean_value()`. 13309/head
Marc Fehling [Fri, 28 Jan 2022 17:25:22 +0000 (18:25 +0100)]
Added hp-version for `VectorTools::compute_mean_value()`.

2 years agoAdd a changelog entry for step-85. 12757/head
Simon Sticko [Fri, 7 Jan 2022 12:58:08 +0000 (13:58 +0100)]
Add a changelog entry for step-85.

2 years agoAdd a CutFEM tutorial as step-85
Simon Sticko [Sun, 2 Jan 2022 10:27:50 +0000 (11:27 +0100)]
Add a CutFEM tutorial as step-85

This step shows how the NonMatching classes: MeshClassifier,
FEImmersedSurfaceValues and NonMatching::FEValues are intended to work
together. This is done by solving the Poisson equation on a hypercube
mesh where the domain is described by a level set function

2 years agoMerge pull request #12771 from kinnewig/FE_NedelecSZ_hessians
Martin Kronbichler [Sat, 29 Jan 2022 09:49:23 +0000 (10:49 +0100)]
Merge pull request #12771 from kinnewig/FE_NedelecSZ_hessians

Add Hessian to FE_NedelecSZ

2 years agoMerge pull request #13305 from bangerth/assertion-2
Martin Kronbichler [Fri, 28 Jan 2022 15:06:38 +0000 (16:06 +0100)]
Merge pull request #13305 from bangerth/assertion-2

Add a missing assertion.

2 years agoMerge pull request #13307 from bangerth/manifolds
Matthias Maier [Fri, 28 Jan 2022 13:14:08 +0000 (07:14 -0600)]
Merge pull request #13307 from bangerth/manifolds

Updates to manifolds classes

2 years agoAdd hessians to FE_NedelecSZ 12771/head
Sebastian Kinnewig [Tue, 21 Sep 2021 11:12:32 +0000 (13:12 +0200)]
Add hessians to FE_NedelecSZ

2 years agoMerge pull request #13296 from bangerth/is_detected
Martin Kronbichler [Fri, 28 Jan 2022 08:50:08 +0000 (09:50 +0100)]
Merge pull request #13296 from bangerth/is_detected

Follow-up to is_detected.

2 years agoMerge pull request #13300 from bangerth/namespace
Martin Kronbichler [Fri, 28 Jan 2022 08:48:54 +0000 (09:48 +0100)]
Merge pull request #13300 from bangerth/namespace

Avoid 'using namespace' declarations.

2 years agoMerge pull request #13299 from bangerth/std
Martin Kronbichler [Fri, 28 Jan 2022 08:48:30 +0000 (09:48 +0100)]
Merge pull request #13299 from bangerth/std

Remove an unnecessary 'using namespace std' declaration.

2 years agoMerge pull request #13301 from bangerth/manifold
Martin Kronbichler [Fri, 28 Jan 2022 08:48:11 +0000 (09:48 +0100)]
Merge pull request #13301 from bangerth/manifold

Avoid a couple of references to GeometryInfo.

2 years agoMerge pull request #13303 from bangerth/manifold-vs-manifolds
Martin Kronbichler [Fri, 28 Jan 2022 08:43:39 +0000 (09:43 +0100)]
Merge pull request #13303 from bangerth/manifold-vs-manifolds

Rename Triangulation::manifold to Triangulation::manifolds.

2 years agoMerge pull request #13302 from bangerth/doc-3
Martin Kronbichler [Fri, 28 Jan 2022 08:41:53 +0000 (09:41 +0100)]
Merge pull request #13302 from bangerth/doc-3

Minor updates to the documentation of GridTools::transform().

2 years agoMerge pull request #13304 from bangerth/assertion
Martin Kronbichler [Fri, 28 Jan 2022 08:35:05 +0000 (09:35 +0100)]
Merge pull request #13304 from bangerth/assertion

Improve the text of an assertion.

2 years agoMerge pull request #13306 from bangerth/pipe
Martin Kronbichler [Fri, 28 Jan 2022 08:33:46 +0000 (09:33 +0100)]
Merge pull request #13306 from bangerth/pipe

Minor adjustments to the pipe junction geometry.

2 years agoUse copy constructors for manifolds in clone(). 13307/head
Wolfgang Bangerth [Fri, 28 Jan 2022 04:25:16 +0000 (21:25 -0700)]
Use copy constructors for manifolds in clone().

2 years agoMark some member variables as 'private'.
Wolfgang Bangerth [Fri, 28 Jan 2022 01:53:37 +0000 (18:53 -0700)]
Mark some member variables as 'private'.

2 years agoMinor adjustments to the pipe manifolds. 13306/head
Wolfgang Bangerth [Thu, 27 Jan 2022 22:37:46 +0000 (15:37 -0700)]
Minor adjustments to the pipe manifolds.

2 years agoMinor adjustments to the pipe junction geometry.
Wolfgang Bangerth [Thu, 27 Jan 2022 22:07:23 +0000 (15:07 -0700)]
Minor adjustments to the pipe junction geometry.

2 years agoMerge pull request #13298 from marcfehling/step55
Wolfgang Bangerth [Fri, 28 Jan 2022 01:01:09 +0000 (18:01 -0700)]
Merge pull request #13298 from marcfehling/step55

Minor suggestions for step-55

2 years agoMerge pull request #13124 from marcfehling/tee-2
Wolfgang Bangerth [Thu, 27 Jan 2022 22:31:47 +0000 (15:31 -0700)]
Merge pull request #13124 from marcfehling/tee-2

Manifold for `pipe_junction`.

2 years agoAvoid 'using namespace' declarations. 13300/head
Wolfgang Bangerth [Thu, 27 Jan 2022 19:22:45 +0000 (12:22 -0700)]
Avoid 'using namespace' declarations.

These declarations are dangerous and lead to difficult to find errors when
used in header files, but also in .cc files when used in scopes that one
can re-enter and when we use unity builds. Avoid where possible.

2 years agoAdd a missing assertion. 13305/head
Wolfgang Bangerth [Thu, 27 Jan 2022 20:40:19 +0000 (13:40 -0700)]
Add a missing assertion.

2 years agoImprove the text of an assertion. 13304/head
Wolfgang Bangerth [Thu, 27 Jan 2022 20:34:24 +0000 (13:34 -0700)]
Improve the text of an assertion.

2 years agoRename Triangulation::manifold to Triangulation::manifolds. 13303/head
Wolfgang Bangerth [Thu, 27 Jan 2022 20:31:54 +0000 (13:31 -0700)]
Rename Triangulation::manifold to Triangulation::manifolds.

The member variable is a std::map and generally holds multiple objects. Use the plural.

2 years agoMinor updates to the documentation of GridTools::transform(). 13302/head
Wolfgang Bangerth [Thu, 27 Jan 2022 20:25:36 +0000 (13:25 -0700)]
Minor updates to the documentation of GridTools::transform().

2 years agoAvoid a couple of references to GeometryInfo. 13301/head
Wolfgang Bangerth [Thu, 27 Jan 2022 20:07:42 +0000 (13:07 -0700)]
Avoid a couple of references to GeometryInfo.

2 years agoRemove an unnecessary 'using namespace std' declaration. 13299/head
Wolfgang Bangerth [Thu, 27 Jan 2022 18:32:18 +0000 (11:32 -0700)]
Remove an unnecessary 'using namespace std' declaration.

2 years agoReview function classes. 13298/head
Marc Fehling [Thu, 27 Jan 2022 14:30:52 +0000 (15:30 +0100)]
Review function classes.

2 years agoAdjust template parameter in solver.
Marc Fehling [Thu, 27 Jan 2022 14:30:03 +0000 (15:30 +0100)]
Adjust template parameter in solver.

2 years agoFix typo.
Marc Fehling [Thu, 27 Jan 2022 14:29:34 +0000 (15:29 +0100)]
Fix typo.

2 years agoMove the declaration of a base class to right before its child class. 13296/head
Wolfgang Bangerth [Thu, 27 Jan 2022 00:16:07 +0000 (17:16 -0700)]
Move the declaration of a base class to right before its child class.

2 years agoMove a few generic names into a namespace that explains what things refer to.
Wolfgang Bangerth [Thu, 27 Jan 2022 00:15:26 +0000 (17:15 -0700)]
Move a few generic names into a namespace that explains what things refer to.

2 years agoMerge pull request #13291 from masterleinad/detection_idiom
Wolfgang Bangerth [Wed, 26 Jan 2022 21:48:47 +0000 (14:48 -0700)]
Merge pull request #13291 from masterleinad/detection_idiom

Use standardized detection idiom

2 years agoMerge pull request #13287 from bangerth/ref-cell-2
David Wells [Wed, 26 Jan 2022 21:41:12 +0000 (16:41 -0500)]
Merge pull request #13287 from bangerth/ref-cell-2

Introduce ReferenceCell::n_isotropic_children().

2 years agoAdd assertions. 13287/head
Wolfgang Bangerth [Mon, 24 Jan 2022 19:07:32 +0000 (12:07 -0700)]
Add assertions.

2 years agoUn-hardcode some numbers.
Wolfgang Bangerth [Mon, 24 Jan 2022 19:01:40 +0000 (12:01 -0700)]
Un-hardcode some numbers.

2 years agoUse n_isotropic_children() in an assertion.
Wolfgang Bangerth [Mon, 24 Jan 2022 18:20:32 +0000 (11:20 -0700)]
Use n_isotropic_children() in an assertion.

2 years agoIntroduce ReferenceCell::n_isotropic_children().
Wolfgang Bangerth [Mon, 24 Jan 2022 18:20:16 +0000 (11:20 -0700)]
Introduce ReferenceCell::n_isotropic_children().

2 years agoMove a function to its proper place.
Wolfgang Bangerth [Mon, 24 Jan 2022 18:19:35 +0000 (11:19 -0700)]
Move a function to its proper place.

2 years agoMerge pull request #13269 from blaisb/fix_disappearing_particles
Martin Kronbichler [Wed, 26 Jan 2022 14:08:32 +0000 (15:08 +0100)]
Merge pull request #13269 from blaisb/fix_disappearing_particles

Add a test for moving particles in a complex geometry and

2 years agoMerge pull request #13294 from tamiko/fix_doc
Daniel Arndt [Wed, 26 Jan 2022 13:55:51 +0000 (08:55 -0500)]
Merge pull request #13294 from tamiko/fix_doc

2 years agoMerge pull request #13293 from drwells/changelog-9.3.3
Marc Fehling [Wed, 26 Jan 2022 11:03:44 +0000 (04:03 -0700)]
Merge pull request #13293 from drwells/changelog-9.3.3

Port 9.3.3 changelog changes to master.

2 years agofix a rendering issue with doxygen 1.9.3 13294/head
Matthias Maier [Wed, 26 Jan 2022 10:48:53 +0000 (04:48 -0600)]
fix a rendering issue with doxygen 1.9.3

2 years agoFix matrix_free/matrix_free_type_traits test 13291/head
Daniel Arndt [Tue, 25 Jan 2022 22:05:41 +0000 (17:05 -0500)]
Fix matrix_free/matrix_free_type_traits test

2 years agoPort 9.3.3 changelog changes to master. 13293/head
David Wells [Tue, 25 Jan 2022 20:36:15 +0000 (15:36 -0500)]
Port 9.3.3 changelog changes to master.

2 years agoMove detection idiom to internal namespace
Daniel Arndt [Tue, 25 Jan 2022 16:08:01 +0000 (11:08 -0500)]
Move detection idiom to internal namespace

2 years agoMerge pull request #13286 from bangerth/ref-cell-1
Marc Fehling [Tue, 25 Jan 2022 15:26:47 +0000 (08:26 -0700)]
Merge pull request #13286 from bangerth/ref-cell-1

Make naming of function arguments more uniform.

2 years agoUse standardized detection idiom
Daniel Arndt [Mon, 24 Jan 2022 23:17:02 +0000 (18:17 -0500)]
Use standardized detection idiom

2 years agoMerge pull request #13288 from bangerth/traits
Peter Munch [Tue, 25 Jan 2022 08:21:02 +0000 (09:21 +0100)]
Merge pull request #13288 from bangerth/traits

Minor edits to type traits classes.

2 years agoSwitch the consensus algorithms interface to using function objects. 13272/head
Wolfgang Bangerth [Thu, 20 Jan 2022 15:57:14 +0000 (08:57 -0700)]
Switch the consensus algorithms interface to using function objects.

2 years agoMerge pull request #13289 from drwells/fix-null-ptr-warning
Wolfgang Bangerth [Tue, 25 Jan 2022 02:34:14 +0000 (19:34 -0700)]
Merge pull request #13289 from drwells/fix-null-ptr-warning

Fix a bogus warning about a null pointer in a lambda.

2 years agoRevert particle handler change 13269/head
Bruno Blais [Tue, 25 Jan 2022 01:15:38 +0000 (20:15 -0500)]
Revert particle handler change

2 years agoMerge pull request #13267 from bangerth/prepare_for_answer
David Wells [Mon, 24 Jan 2022 21:30:41 +0000 (16:30 -0500)]
Merge pull request #13267 from bangerth/prepare_for_answer

Remove the prepare_for_answer() callback in consensus algorithms.

2 years agoFix a bogus warning about a null pointer in a lambda. 13289/head
David Wells [Mon, 24 Jan 2022 21:08:41 +0000 (16:08 -0500)]
Fix a bogus warning about a null pointer in a lambda.

I get the following warning:

/home/drwells/Documents/Code/CPP/dealii-dev/source/base/mpi.cc: In static member function 'static constexpr void dealii::Utilities::MPI::create_mpi_data_type_n_bytes(std::size_t)::<lambda(ompi_datatype_t**)>::_FUN(ompi_datatype_t**)':
/home/drwells/Documents/Code/CPP/dealii-dev/source/base/mpi.cc:384:15: warning: 'this' pointer is null [-Wnonnull]
  384 |               }};
      |               ^
/home/drwells/Documents/Code/CPP/dealii-dev/source/base/mpi.cc:376:15: note: in a call to non-static member function 'dealii::Utilities::MPI::create_mpi_data_type_n_bytes(std::size_t)::<lambda(ompi_datatype_t**)>'
  376 |               [](MPI_Datatype *p) {
      |               ^

This isn't a problem since deleters don't store any kind of state but we can
work around it by splitting the constructor call.

2 years agoMinor edits to type traits classes. 13288/head
Wolfgang Bangerth [Mon, 24 Jan 2022 18:34:45 +0000 (11:34 -0700)]
Minor edits to type traits classes.

2 years agoMerge pull request #13285 from peterrum/PreconditionRelaxation_vmult_step_relax
Wolfgang Bangerth [Mon, 24 Jan 2022 18:31:38 +0000 (11:31 -0700)]
Merge pull request #13285 from peterrum/PreconditionRelaxation_vmult_step_relax

PreconditionRelaxation: vmult/step w. relaxation

2 years agoMake naming of function arguments more uniform. 13286/head
Wolfgang Bangerth [Mon, 24 Jan 2022 18:11:06 +0000 (11:11 -0700)]
Make naming of function arguments more uniform.

We don't usually use _n as a suffix to indicate a _number or _index. In fact,
the implementation of the function also doesn't use the suffix used here
in the declaration.

2 years agoMerge pull request #13283 from peterrum/om
Wolfgang Bangerth [Mon, 24 Jan 2022 16:11:19 +0000 (09:11 -0700)]
Merge pull request #13283 from peterrum/om

SparseMatrix: rename om to omega

2 years agoPreconditionRelaxation: vmult/step w. relaxation 13285/head
Peter Munch [Mon, 24 Jan 2022 15:52:53 +0000 (16:52 +0100)]
PreconditionRelaxation: vmult/step w. relaxation

2 years agoFix indent
Bruno Blais [Mon, 24 Jan 2022 15:19:02 +0000 (10:19 -0500)]
Fix indent

2 years agoFix tolerance because particles are still lost
Bruno Blais [Mon, 24 Jan 2022 14:49:54 +0000 (09:49 -0500)]
Fix tolerance because particles are still lost

2 years agorevert particles
Bruno Blais [Mon, 24 Jan 2022 13:45:56 +0000 (08:45 -0500)]
revert particles

2 years agoFix indentation
Bruno Blais [Wed, 19 Jan 2022 20:55:47 +0000 (15:55 -0500)]
Fix indentation

2 years agoFix lost particle by recalculating mapping + test
Bruno Blais [Wed, 19 Jan 2022 20:55:00 +0000 (15:55 -0500)]
Fix lost particle by recalculating mapping + test

2 years agoSparseMatrix: rename om to omega 13283/head
Peter Munch [Mon, 24 Jan 2022 13:01:27 +0000 (14:01 +0100)]
SparseMatrix: rename om to omega

2 years agoMerge pull request #13278 from kronbichler/fix_real_to_unit
Martin Kronbichler [Sat, 22 Jan 2022 17:32:44 +0000 (18:32 +0100)]
Merge pull request #13278 from kronbichler/fix_real_to_unit

Fix bug in initial condition for transform_real_to_unit_cell


In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.