Skip to content
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

Update Website #428

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
3 changes: 3 additions & 0 deletions applications/CHAC_anisotropy/ICs_and_BCs.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// ===========================================================================
// FUNCTION FOR INITIAL CONDITIONS
// ===========================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/CHAC_anisotropy/customPDE.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

#include <core/matrixFreePDE.h>

using namespace dealii;
Expand Down
3 changes: 3 additions & 0 deletions applications/CHAC_anisotropy/equations.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the primary field variables
// =================================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/CHAC_anisotropy/postprocess.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =============================================================================================
// loadPostProcessorVariableAttributes: Set the attributes of the postprocessing
// variables
Expand Down
3 changes: 3 additions & 0 deletions applications/CHAC_anisotropyRegularized/ICs_and_BCs.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// ===========================================================================
// FUNCTION FOR INITIAL CONDITIONS
// ===========================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/CHAC_anisotropyRegularized/customPDE.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

#include <core/matrixFreePDE.h>

using namespace dealii;
Expand Down
3 changes: 3 additions & 0 deletions applications/CHAC_anisotropyRegularized/equations.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the primary field variables
// =================================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/CHAC_anisotropyRegularized/postprocess.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =============================================================================================
// loadPostProcessorVariableAttributes: Set the attributes of the postprocessing
// variables
Expand Down
3 changes: 3 additions & 0 deletions applications/CHAC_performance_test/ICs_and_BCs.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// ===========================================================================
// FUNCTION FOR INITIAL CONDITIONS
// ===========================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/CHAC_performance_test/customPDE.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

#include <core/matrixFreePDE.h>

using namespace dealii;
Expand Down
3 changes: 3 additions & 0 deletions applications/CHAC_performance_test/equations.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the primary field variables
// =================================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/CHAC_performance_test/postprocess.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the postprocessing variables
// =================================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// ===========================================================================
// FUNCTION FOR INITIAL CONDITIONS
// ===========================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/CHiMaD_benchmarks/CHiMaD_benchmark1a/customPDE.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

#include <core/matrixFreePDE.h>

using namespace dealii;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the primary field variables
// =================================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =============================================================================================
// loadPostProcessorVariableAttributes: Set the attributes of the postprocessing
// variables
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// ===========================================================================
// FUNCTION FOR INITIAL CONDITIONS
// ===========================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/CHiMaD_benchmarks/CHiMaD_benchmark1b/customPDE.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

#include <core/matrixFreePDE.h>

using namespace dealii;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the primary field variables
// =================================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =============================================================================================
// loadPostProcessorVariableAttributes: Set the attributes of the postprocessing
// variables
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// ===========================================================================
// FUNCTION FOR INITIAL CONDITIONS
// ===========================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

#include <core/matrixFreePDE.h>

using namespace dealii;
Expand Down Expand Up @@ -181,4 +184,4 @@ customPDE<dim, degree>::create_triangulation(
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the primary field variables
// =================================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =============================================================================================
// loadPostProcessorVariableAttributes: Set the attributes of the postprocessing
// variables
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// ===========================================================================
// FUNCTION FOR INITIAL CONDITIONS
// ===========================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/CHiMaD_benchmarks/CHiMaD_benchmark2a/customPDE.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

#include <core/matrixFreePDE.h>

using namespace dealii;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the primary field variables
// =================================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =============================================================================================
// loadPostProcessorVariableAttributes: Set the attributes of the postprocessing
// variables
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// ===========================================================================
// FUNCTION FOR INITIAL CONDITIONS
// ===========================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/CHiMaD_benchmarks/CHiMaD_benchmark3a/customPDE.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

#include <core/matrixFreePDE.h>

using namespace dealii;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the primary field variables
// =================================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =============================================================================================
// loadPostProcessorVariableAttributes: Set the attributes of the postprocessing
// variables
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// ===========================================================================
// FUNCTION FOR INITIAL CONDITIONS
// ===========================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/CHiMaD_benchmarks/CHiMaD_benchmark6a/customPDE.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

#include <core/matrixFreePDE.h>

using namespace dealii;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the primary field variables
// =================================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =============================================================================================
// loadPostProcessorVariableAttributes: Set the attributes of the postprocessing
// variables
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// ===========================================================================
// FUNCTION FOR INITIAL CONDITIONS
// ===========================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/CHiMaD_benchmarks/CHiMaD_benchmark6b/customPDE.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

#include <deal.II/base/tensor.h>
#include <deal.II/grid/manifold.h>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the primary field variables
// =================================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =============================================================================================
// loadPostProcessorVariableAttributes: Set the attributes of the postprocessing
// variables
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// ===========================================================================
// FUNCTION FOR INITIAL CONDITIONS
// ===========================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/CHiMaD_benchmarks/CHiMaD_benchmark7a/customPDE.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

#include <core/matrixFreePDE.h>

using namespace dealii;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the primary field variables
// =================================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =============================================================================================
// loadPostProcessorVariableAttributes: Set the attributes of the postprocessing
// variables
Expand Down
3 changes: 3 additions & 0 deletions applications/MgNd_precipitate_single_Bppp/ICs_and_BCs.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// ===========================================================================
// FUNCTION FOR INITIAL CONDITIONS
// ===========================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/MgNd_precipitate_single_Bppp/customPDE.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

#include <core/matrixFreePDE.h>

using namespace dealii;
Expand Down
3 changes: 3 additions & 0 deletions applications/MgNd_precipitate_single_Bppp/equations.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the primary field variables
// =================================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/MgNd_precipitate_single_Bppp/postprocess.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =============================================================================================
// loadPostProcessorVariableAttributes: Set the attributes of the postprocessing
// variables
Expand Down
3 changes: 3 additions & 0 deletions applications/allenCahn/ICs_and_BCs.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// ===========================================================================
// FUNCTION FOR INITIAL CONDITIONS
// ===========================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/allenCahn/customPDE.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

#include <core/matrixFreePDE.h>

using namespace dealii;
Expand Down
3 changes: 3 additions & 0 deletions applications/allenCahn/equations.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the primary field variables
// =================================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/allenCahn/postprocess.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// =================================================================================
// Set the attributes of the postprocessing variables
// =================================================================================
Expand Down
3 changes: 3 additions & 0 deletions applications/allenCahn_conserved/ICs_and_BCs.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//SPDX-FileCopyrightText: © 2025 PRISMS Phase Field Laboratory at the University of Michigan <prisms-pf@umich.edu>
//SPDX-License-Identifier: GNU Lesser General Public Version 2.1

// ===========================================================================
// FUNCTION FOR INITIAL CONDITIONS
// ===========================================================================
Expand Down
Loading
Loading