-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed #2
Labels
Comments
Closed
Closed
aeslaughter
pushed a commit
that referenced
this issue
Jan 29, 2015
Removed unnecessary {} (refs #4573)
jwpeterson
pushed a commit
that referenced
this issue
Sep 1, 2016
Updates to the Navier-Stokes RZ kernels
Closed
hugary1995
referenced
this issue
in hugary1995/moose
Jun 1, 2018
Closed
lindsayad
pushed a commit
that referenced
this issue
Mar 29, 2019
…derivative_test.i but with AD. Agrees well (#2)
dewenyushu
added a commit
to dewenyushu/moose
that referenced
this issue
Jan 13, 2021
aeslaughter
added a commit
that referenced
this issue
Oct 6, 2021
aeslaughter
added a commit
that referenced
this issue
Oct 6, 2021
aeslaughter
added a commit
that referenced
this issue
Oct 6, 2021
aeslaughter
added a commit
that referenced
this issue
Oct 6, 2021
recuero
added a commit
to recuero/moose
that referenced
this issue
Oct 29, 2021
…ts (idaholab#19258) These tests are failing with PETSc errors when running with the non-sparse recipe. [0]PETSC ERROR: Argument out of range [0]PETSC ERROR: New nonzero at (1,12) caused a malloc Use MatSetOption(A, MAT_NEW_NONZERO_ALLOCATION_ERR, PETSC_FALSE) to turn off this check [0]PETSC ERROR: See https://www.mcs.anl.gov/petsc/documentation/faq.html for trouble shooting. [0]PETSC ERROR: Petsc Release Version 3.15.1, unknown [0]PETSC ERROR: /ramdisk/civet/build_0/moose/test/moose_test-opt on a arch-moose named meowbuild32.hpc.inl.gov by moosetest Fri Oct 29 12:18:48 2021 [0]PETSC ERROR: Configure options --with-make-np=16 --download-hypre=1 --with-debugging=no --with-shared-libraries=1 --download-fblaslapack=1 --download-metis=1 --download-ptscotch=1 --download-parmetis=1 --download-superlu_dist=1 --download-mumps=1 --download-strumpack=1 --download-scalapack=1 --download-slepc=1 --with-mpi=1 --with-cxx-dialect=C++11 --with-fortran-bindings=0 --with-sowing=0 --with-64-bit-indices --with-make-np=20 --with-make-load=60 [0]PETSC ERROR: #1 MatSetValues_SeqAIJ() at /ramdisk/civet/build_0/moose/petsc/src/mat/impls/aij/seq/aij.c:511 [0]PETSC ERROR: idaholab#2 MatSetValues() at /ramdisk/civet/build_0/moose/petsc/src/mat/interface/matrix.c:1401 application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
GiudGiud
added a commit
to GiudGiud/moose
that referenced
this issue
Nov 29, 2021
dewenyushu
pushed a commit
to dewenyushu/moose
that referenced
this issue
Dec 10, 2021
Fix moving parent element issue during AMR
lindsayad
pushed a commit
that referenced
this issue
Apr 3, 2023
commit c058c08 Author: ttruster <timothy.truster@gmail.com> Date: Wed Nov 30 13:23:01 2022 -0500 Start revising the documentation finished most of index for kernel, constraint, scalar commit 5348aa5 Author: ttruster <timothy.truster@gmail.com> Date: Wed Nov 30 13:20:06 2022 -0500 Allow for 1d/2d/3d scalar for periodic conditions Fix a typo commit 3afaf21 Merge: 06c2d09 a77fef9 Author: ttruster <timothy.truster@gmail.com> Date: Mon Nov 14 23:57:28 2022 -0500 Clean up some tests remove parameter from Mortar base Add flags to compute only rows of R and J Add tensor mechanics case to check the row assembly Verify that tests run correctly commit a77fef9 Merge: 54f3d3a 094bc01 Author: ttruster <timothy.truster@gmail.com> Date: Fri Nov 11 16:42:38 2022 -0500 Merge pull request #2 from lindsayad/mortar-scalar-assembly Simplify residual object code commit 094bc01 Author: Alex Lindsay <alexlindsay239@gmail.com> Date: Fri Nov 11 12:48:50 2022 -0800 Simplify residual object code Make it so that residual objects residuals and Jacobian routines don't have to be interwoven with pound defines commit aa6ce99 Author: Alex Lindsay <alexlindsay239@gmail.com> Date: Fri Nov 11 12:39:41 2022 -0800 Revert "Add error check for non-sparse AD" This reverts commit 0b46030. commit b285c69 Author: Alex Lindsay <alexlindsay239@gmail.com> Date: Fri Nov 11 12:39:30 2022 -0800 Revert "Add other error checks to see if that works." This reverts commit b4dd527. commit 06c2d09 Author: ttruster <timothy.truster@gmail.com> Date: Mon Nov 14 23:51:43 2022 -0500 Clean up some tests remove parameter from Mortar base Add flags to compute only rows of R and J Add tensor mechanics case to check the row assembly Verify that tests run correctly commit 54f3d3a Author: ttruster <timothy.truster@gmail.com> Date: Fri Nov 11 14:55:56 2022 -0500 Add other error checks to see if that works. commit 309881a Author: ttruster <timothy.truster@gmail.com> Date: Fri Nov 11 00:21:15 2022 -0500 Add error check for non-sparse AD commit 1f5ccd4 Merge: b3cbe43 b4017b3 Author: ttruster <timothy.truster@gmail.com> Date: Thu Nov 10 23:53:55 2022 -0500 Merge pull request #1 from lindsayad/mortar-scalar-assembly Make residual-and-Jacobian separate work and test commit b4017b3 Author: Alex Lindsay <alexlindsay239@gmail.com> Date: Thu Nov 10 18:28:02 2022 -0800 Make residual-and-Jacobian separate work and test commit b3cbe43 Author: ttruster <timothy.truster@gmail.com> Date: Thu Nov 10 23:39:07 2022 -0500 Add separate assembly case for two scalar variables Add a bunch more comments to document which terms are done where Verified with test case commit cfd5462 Author: ttruster <timothy.truster@gmail.com> Date: Wed Nov 9 15:19:55 2022 -0500 Move test sources back to test app instead of module commit 9528cb5 Author: ttruster <timothy.truster@gmail.com> Date: Wed Nov 9 00:07:42 2022 -0500 Fix error of missing () in residual integration loop Add test cases and gold files for the 2d homogenization commit 33ae53e Author: ttruster <timothy.truster@gmail.com> Date: Sun Nov 6 01:04:19 2022 -0500 Now the code compiles but doesn't converge yet commit 0d1942c Author: ttruster <timothy.truster@gmail.com> Date: Sun Nov 6 00:45:23 2022 -0400 First attempt at making elasticity kernel test with scalars. Fails to link with 'thunk' errors.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not the ticket you were looking for.
The text was updated successfully, but these errors were encountered: