9 #ifndef TPZMIXEDPOISSONPARABOLICH 10 #define TPZMIXEDPOISSONPARABOLICH 78 int nref = datavec.
size();
79 for (
int iref = 0; iref <nref; iref++) {
80 datavec[iref].SetAllRequirements(
false);
82 datavec[1].fNeedsSol =
true;
85 for(
int iref = 0; iref<nref; iref++){
86 datavec[iref].fNeedsSol =
true;
92 virtual void Print(std::ostream & out);
94 virtual std::string
Name() {
return "TPZMixedPoissonParabolic"; }
virtual void ContributeBC(TPZVec< TPZMaterialData > &datavec, REAL weight, TPZFMatrix< STATE > &ek, TPZFMatrix< STATE > &ef, TPZBndCond &bc)
It computes a contribution to the stiffness matrix and load vector at one BC integration point to mul...
virtual std::string Name()
Returns the name of the material.
clarg::argBool bc("-bc", "binary checkpoints", false)
void SetAllRequirements(bool set)
Set all flags at once.
virtual ~TPZMixedPoissonParabolic()
This class implements a simple vector storage scheme for a templated class T. Utility.
virtual void Print(std::ostream &out)
Prints out the data associated with the material.
void SetDeltaT(STATE deltat)
TPZMixedPoissonParabolic()
int64_t size() const
Returns the number of elements of the vector.
This class defines the boundary condition for TPZMaterial objects.
void SetParabolicConstants(STATE rho, STATE deltat)
void FillDataRequirements(TPZVec< TPZMaterialData > &datavec)
Fill material data parameter with necessary requirements for the Contribute method. Here, in base class, all requirements are considered as necessary. Each derived class may optimize performance by selecting only the necessary data.
virtual void FillBoundaryConditionDataRequirement(int type, TPZVec< TPZMaterialData > &datavec)
This method defines which parameters need to be initialized in order to compute the contribution of t...
Material to solve a mixed poisson problem 2d by multiphysics simulation.
virtual void Contribute(TPZVec< TPZMaterialData > &datavec, REAL weight, TPZFMatrix< STATE > &ek, TPZFMatrix< STATE > &ef)
It computes a contribution to the stiffness matrix and load vector at one integration point to multip...
virtual void FillBoundaryConditionDataRequirement(int type, TPZMaterialData &data)
This method defines which parameters need to be initialized in order to compute the contribution of t...
Material to solve a mixed time dependent poisson problem 2d by multiphysics simulation.
TPZMixedPoissonParabolic & operator=(const TPZMixedPoissonParabolic ©)