Skip to content

Commit

Permalink
Fixing pFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
landinjm committed Dec 9, 2024
1 parent e133c8c commit 3cd5cc9
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#ifndef PLIBRARY_HH
#define PLIBRARY_HH

#include "../../../include/IntegrationTools/PFunction.hh"
#include "../../../include/IntegrationTools/PPieceWise.hh"
#include <cstring>
#include <field_input/IntegrationTools/PFunction.hh>
#include <field_input/IntegrationTools/PPieceWise.hh>

namespace PRISMS
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#ifndef pfunct_McV_HH
#define pfunct_McV_HH

#include "../../../include/IntegrationTools/PFunction.hh"
#include <cmath>
#include <cstdlib>
#include <field_input/IntegrationTools/PFunction.hh>

namespace PRISMS
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#ifndef pfunct_Mn1V_HH
#define pfunct_Mn1V_HH

#include "../../../include/IntegrationTools/PFunction.hh"
#include <cmath>
#include <cstdlib>
#include <field_input/IntegrationTools/PFunction.hh>

namespace PRISMS
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#ifndef pfunct_Mn2V_HH
#define pfunct_Mn2V_HH

#include "../../../include/IntegrationTools/PFunction.hh"
#include <cmath>
#include <cstdlib>
#include <field_input/IntegrationTools/PFunction.hh>

namespace PRISMS
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#ifndef pfunct_Mn3V_HH
#define pfunct_Mn3V_HH

#include "../../../include/IntegrationTools/PFunction.hh"
#include <cmath>
#include <cstdlib>
#include <field_input/IntegrationTools/PFunction.hh>

namespace PRISMS
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#ifndef pfunct_faV_HH
#define pfunct_faV_HH

#include "../../../include/IntegrationTools/PFunction.hh"
#include <cmath>
#include <cstdlib>
#include <field_input/IntegrationTools/PFunction.hh>

namespace PRISMS
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#ifndef pfunct_fbV_HH
#define pfunct_fbV_HH

#include "../../../include/IntegrationTools/PFunction.hh"
#include <cmath>
#include <cstdlib>
#include <field_input/IntegrationTools/PFunction.hh>

namespace PRISMS
{
Expand Down
3 changes: 2 additions & 1 deletion applications/precipitateEvolution_pfunction/customPDE.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ using namespace dealii;
typedef VectorizedArray<double> scalarvalueType;
#include "PLibrary/PLibrary.cc"
#include "PLibrary/PLibrary.hh"
#include "pFunction/pFunction.h"

#include <field_input/pFunction.h>

// Declare the PFunctions to be used
PFunctions::pFunction pfunct_McV("pfunct_McV"), pfunct_Mn1V("pfunct_Mn1V"),
Expand Down

0 comments on commit 3cd5cc9

Please sign in to comment.