Skip to content
Snippets Groups Projects
Select Git revision
  • c478e9b29a8a29f19538690022f70a5741c3956f
  • master default protected
  • overlaps_tags_and_distributed_export
  • overlaps_tags_and_distributed_export_rebased
  • relaying
  • alphashapes
  • patches-4.14
  • steplayer
  • bl
  • pluginMeshQuality
  • fixBugsAmaury
  • hierarchical-basis
  • new_export_boris
  • oras_vs_osm
  • reassign_partitions
  • distributed_fwi
  • rename-classes
  • fix/fortran-api-example-t4
  • robust_partitions
  • reducing_files
  • fix_overlaps
  • gmsh_4_14_0
  • gmsh_4_13_1
  • gmsh_4_13_0
  • gmsh_4_12_2
  • gmsh_4_12_1
  • gmsh_4_12_0
  • gmsh_4_11_1
  • gmsh_4_11_0
  • gmsh_4_10_5
  • gmsh_4_10_4
  • gmsh_4_10_3
  • gmsh_4_10_2
  • gmsh_4_10_1
  • gmsh_4_10_0
  • gmsh_4_9_5
  • gmsh_4_9_4
  • gmsh_4_9_3
  • gmsh_4_9_2
  • gmsh_4_9_1
  • gmsh_4_9_0
41 results

MEdge.h

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