Skip to content

Commit

Permalink
XCore: add some headers
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit128 committed Jul 18, 2024
1 parent a2ec712 commit 66d4acf
Show file tree
Hide file tree
Showing 8 changed files with 144 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Cassiopee/XCore/XCore/AdaptMesh/Pyra.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
Copyright 2013-2024 Onera.
This file is part of Cassiopee.
Cassiopee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Cassiopee is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Cassiopee. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once

#include "../common/common.h"
Expand Down
18 changes: 18 additions & 0 deletions Cassiopee/XCore/XCore/AdaptMesh/Q6.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
Copyright 2013-2024 Onera.
This file is part of Cassiopee.
Cassiopee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Cassiopee is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Cassiopee. If not, see <http://www.gnu.org/licenses/>.
*/
#include "Quad.h"

int Q6_refine(Int quad, Mesh *M)
Expand Down
18 changes: 18 additions & 0 deletions Cassiopee/XCore/XCore/AdaptMesh/Q9.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
Copyright 2013-2024 Onera.
This file is part of Cassiopee.
Cassiopee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Cassiopee is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Cassiopee. If not, see <http://www.gnu.org/licenses/>.
*/
#include "Quad.h"

int Q9_refine(Int quad, Mesh *M)
Expand Down
18 changes: 18 additions & 0 deletions Cassiopee/XCore/XCore/AdaptMesh/Quad.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
Copyright 2013-2024 Onera.
This file is part of Cassiopee.
Cassiopee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Cassiopee is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Cassiopee. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once

#include "common/common.h"
Expand Down
18 changes: 18 additions & 0 deletions Cassiopee/XCore/XCore/AdaptMesh/Tetra.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
Copyright 2013-2024 Onera.
This file is part of Cassiopee.
Cassiopee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Cassiopee is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Cassiopee. If not, see <http://www.gnu.org/licenses/>.
*/
#include "Tetra.h"

const Int normalIn_T[4] = {1, 0, 1, 0};
Expand Down
18 changes: 18 additions & 0 deletions Cassiopee/XCore/XCore/AdaptMesh/Tetra.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
Copyright 2013-2024 Onera.
This file is part of Cassiopee.
Cassiopee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Cassiopee is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Cassiopee. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once

#include "../common/common.h"
Expand Down
18 changes: 18 additions & 0 deletions Cassiopee/XCore/XCore/AdaptMesh/Tri.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
Copyright 2013-2024 Onera.
This file is part of Cassiopee.
Cassiopee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Cassiopee is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Cassiopee. If not, see <http://www.gnu.org/licenses/>.
*/
#include "Tri.h"

void refine_tri(Int tri, Mesh *M)
Expand Down
18 changes: 18 additions & 0 deletions Cassiopee/XCore/XCore/AdaptMesh/Tri.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
Copyright 2013-2024 Onera.
This file is part of Cassiopee.
Cassiopee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Cassiopee is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Cassiopee. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once

#include "../common/common.h"
Expand Down

0 comments on commit 66d4acf

Please sign in to comment.