Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
a40bfad1
Commit
a40bfad1
authored
Nov 30, 2010
by
mattijs
Browse files
BUG: ptscotchDecomp : consistent dummy variant
parent
5dcacbdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dummyThirdParty/ptscotchDecomp/dummyPtscotchDecomp.C
View file @
a40bfad1
...
...
@@ -58,13 +58,35 @@ void Foam::ptscotchDecomp::check(const int retVal, const char* str)
{}
Foam
::
label
Foam
::
ptscotchDecomp
::
decomposeZeroDomains
(
const
List
<
int
>&
initxadj
,
const
List
<
int
>&
initadjncy
,
const
scalarField
&
initcWeights
,
List
<
int
>&
finalDecomp
)
const
{
FatalErrorIn
(
"label ptscotchDecomp::decompose"
"("
"const List<int>&, "
"const List<int>&, "
"const scalarField&, "
"List<int>&"
")"
)
<<
notImplementedMessage
<<
exit
(
FatalError
);
return
-
1
;
}
Foam
::
label
Foam
::
ptscotchDecomp
::
decompose
(
List
<
int
>&
adjncy
,
List
<
int
>&
xadj
,
const
List
<
int
>&
adjncy
,
const
List
<
int
>&
xadj
,
const
scalarField
&
cWeights
,
List
<
int
>&
finalDecomp
)
)
const
{
FatalErrorIn
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment