Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/github-actions/docs_ignore_regexs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Error: \/undefined in getenv
Package newunicodechar Warning: Redefining Unicode character on input line

# doxygen is having problems handling the inherited constructors
.*argument 'mesh' of command @param is not found in the argument list of serac::.*::FiniteElementVector\(typename FunctionSpace\)
.*argument 'name' of command @param is not found in the argument list of serac::.*::FiniteElementVector\(typename FunctionSpace\)
.*argument 'mesh' of command @param is not found in the argument list of smith::.*::FiniteElementVector\(typename FunctionSpace\)
.*argument 'name' of command @param is not found in the argument list of smith::.*::FiniteElementVector\(typename FunctionSpace\)
2 changes: 1 addition & 1 deletion scripts/spack/configs/macos_tahoe_aarch64/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ spack:
buildable: false
externals:
- spec: [email protected]
prefix: /Users/chapman39/dev/serac/venv
prefix: /Users/chapman39/dev/smith/venv
2 changes: 1 addition & 1 deletion scripts/spack/packages/mfem/package.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2019-2024, Lawrence Livermore National Security, LLC and
# other Serac Project Developers. See the top-level COPYRIGHT file for details.
# other Smith Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (BSD-3-Clause)

Expand Down
2 changes: 1 addition & 1 deletion src/tests/tribol_enzyme_element_mortar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ TEST_F( EnzymeElementMortarTest, ShiftedXYNonmortarElementMinorInterpenetration
FDCheck( x1, x2, n1, p1 );
}

// NOTE: this configuration is designed to match a test in Serac
// NOTE: this configuration is designed to match a test in Smith
TEST_F( EnzymeElementMortarTest, ShiftedXYNonmortarElementMinorInterpenetrationV2 )
{
// slightly offset
Expand Down