Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Özgür Ozan Sen
ogs
Commits
90ed4ab9
Verified
Commit
90ed4ab9
authored
2 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[ci] Fixed link checker.
parent
2ddaa471
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MathLib/LinAlg/PETSc/PETScMatrix.h
+3
-3
3 additions, 3 deletions
MathLib/LinAlg/PETSc/PETScMatrix.h
scripts/ci/jobs/web.yml
+1
-0
1 addition, 0 deletions
scripts/ci/jobs/web.yml
with
4 additions
and
3 deletions
MathLib/LinAlg/PETSc/PETScMatrix.h
+
3
−
3
View file @
90ed4ab9
...
...
@@ -61,7 +61,7 @@ public:
/*!
\brief Perform MPI collection of assembled entries in buffer
\param asm_type Ass
m
ebly type, either MAT_FLUSH_ASSEMBLY
\param asm_type Asse
m
bly type, either MAT_FLUSH_ASSEMBLY
or MAT_FINAL_ASSEMBLY
*/
void
finalizeAssembly
(
const
MatAssemblyType
asm_type
=
MAT_FINAL_ASSEMBLY
)
...
...
@@ -140,7 +140,7 @@ public:
For the setting of Dirichlet boundary condition
in PETSc, please refer to the
[PETSc:Documentation:FAQ](https://
www.
petsc.org/release/faq/#when-solving-a-system-with-dirichlet-boundary-conditions-i-can-use-matzerorows-to-eliminate-the-dirichlet-rows-but-this-results-in-a-non-symmetric-system-how-can-i-apply-dirichlet-boundary-conditions-but-keep-the-matrix-symmetric
"
).
[PETSc:Documentation:FAQ](https://petsc.org/release/faq/#when-solving-a-system-with-dirichlet-boundary-conditions-i-can-use-matzerorows-to-eliminate-the-dirichlet-rows-but-this-results-in-a-non-symmetric-system-how-can-i-apply-dirichlet-boundary-conditions-but-keep-the-matrix-symmetric).
*/
template
<
class
T_DENSE_MATRIX
>
void
add
(
RowColumnIndices
<
PetscInt
>
const
&
indices
,
...
...
@@ -272,7 +272,7 @@ void PETScMatrix::add(std::vector<PetscInt> const& row_pos,
/*!
\brief General interface for the matrix assembly.
\param mat The matrix to be finalized.
\param asm_type Ass
m
ebly type, either MAT_FLUSH_ASSEMBLY
\param asm_type Asse
m
bly type, either MAT_FLUSH_ASSEMBLY
or MAT_FINAL_ASSEMBLY.
*/
bool
finalizeMatrixAssembly
(
...
...
This diff is collapsed.
Click to expand it.
scripts/ci/jobs/web.yml
+
1
−
0
View file @
90ed4ab9
...
...
@@ -22,6 +22,7 @@ check web links:
--ignore-url='https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/new'
--ignore-url='https://ogsstorage.blob.core.windows.net/binaries/ogs6'
--ignore-url='/css/all.css'
--ignore-url='www.grs.de'
http://localhost:1313
-
kill $!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment