Skip to content
Snippets Groups Projects
Select Git revision
  • 4f414dc643b8003a4513788ecbf0ca66d5579948
  • master default protected
  • ujwal_21_08_2024
  • dev_mm_pf
  • cyrielle
  • vinayak
  • dev_mm_torchSCRU
  • debug_mm_pf
  • newStructureNonLocal
  • Mohamed_stochasticDMN
  • dev_mm_bench
  • stochdmn
  • revert-351ff7aa
  • ujwal_29April2024
  • dev_mm_ann
  • mohamed_vevp
  • ujwal_debug
  • ujwal_2ndApril2024
  • ujwal_October_2023
  • gabriel
  • SFEM
  • v4.0
  • v3.2.3_multiplePhase
  • v3.5
  • v3.3.2
  • v3.4
  • v3.3
  • ver3.2
  • verJulienWork
  • ver3.1
  • ver2
  • ver1.1.2
  • ver1.1.1
  • ver1.1
34 results

mlawNonLocalPorousCoupled.cpp

Blame
  • Get_ConstraintOfElement.h 1.19 KiB
    // GetDP - Copyright (C) 1997-2018 P. Dular and C. Geuzaine, University of Liege
    //
    // See the LICENSE.txt file for license information. Please report all
    // bugs and problems to the public mailing list <getdp@onelab.info>.
    
    #ifndef _GET_CONSTRAINT_OF_ELEMENT_H_
    #define _GET_CONSTRAINT_OF_ELEMENT_H_
    
    #include "ProData.h"
    
    void  Treatment_ConstraintForElement(struct FunctionSpace    * FunctionSpace_P,
    				     struct QuantityStorage  * QuantityStorage_P,
    				     int Num_Entity[], int i_Entity,
    				     int i_BFunction, int TypeConstraint) ;
    
    void  Treatment_ConstraintForRegion(struct GlobalQuantity   * GlobalQuantity_P,
    				    struct FunctionSpace    * FunctionSpace_P,
    				    struct QuantityStorage  * QuantityStorage_P) ;
    
    void  Get_ValueForConstraint(struct ConstraintInFS * Constraint_P,
                                 double Value[], double Value2[],
    			     int * Index_TimeFunction, bool KeepCurrentElement=false) ;
    void  Get_PreResolutionForConstraint(struct ConstraintInFS * Constraint_P,
    				     int * Index_TimeFunction) ;
    void  Get_LinkForConstraint(struct ConstraintInFS * Constraint_P,
    			    int Num_Entity, int * CodeEntity_Link,
                                int Orient, double Value[]) ;
    
    #endif